Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
We've recently enhanced our chat interface to display metadata values…
Browse files Browse the repository at this point in the history
…, such as the data source and web links, from our vector database when available. However, it's important to note that, as of now, there is no option to toggle this feature on or off. This means that whenever this metadata is available for newer database entries, it will be automatically displayed. Please be aware that older database records might not include this information due to the feature's recent implementation.
  • Loading branch information
lvalics committed Feb 22, 2024
1 parent 08ca767 commit bbc3676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dj_backend_server/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.22.2024
- We've recently enhanced our chat interface to display metadata values, such as the data source and web links, from our vector database when available. However, it's important to note that, as of now, there is no option to toggle this feature on or off. This means that whenever this metadata is available for newer database entries, it will be automatically displayed. Please be aware that older database records might not include this information due to the feature's recent implementation.

2.20.2024
- Implemented functionality to delete a chatbot namespace from the vector database, along with all records associated with that chatbot, upon chatbot deletion.
- The Directory Data Loader must be updated to include filename metadata to enable filtering. PR#138
Expand Down

0 comments on commit bbc3676

Please sign in to comment.