You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: dj_backend_server/CHANGELOG.MD
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
2.20.2024
2
+
- Implemented functionality to delete a chatbot namespace from the vector database, along with all records associated with that chatbot, upon chatbot deletion.
3
+
- The Directory Data Loader must be updated to include filename metadata to enable filtering. PR#138
4
+
- Enhanced the history log interface to display whether a message has received positive or negative feedback.
5
+
- Fixed the title when the page is being crawled; it will now be saved to the database.
6
+
- On a deleted document, if the namespace does not exist, do not throw an error; instead, delete the file
7
+
1
8
2.18.2024
2
9
- The conversational retrieval functionality is now operating as expected. It successfully sends the conversation history to the language model, allowing the context from previous interactions to be utilized effectively.
3
10
- Added support for Ollama as the Language Model (LLM). Ensure Ollama is specified in the .env configuration and the model is preloaded on the server.
0 commit comments