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 has been archived by the owner on Jan 5, 2025. It is now read-only.
I would like to add a chatbot to a website. The website has a lot of content, there are multiple country teams maintaining their own content. In some cases, the chatbot should use all content of all countries to answer a question. In some cases, the chatbot should only use the content of 1 or more specific countries.
For this type of problem, it would be nice if the embeddings that are used for a chat question can be filtered before asking the question. Maybe it can be a popup menu where a user can check/uncheck data sources corresponding to the values of a column in the database?
The text was updated successfully, but these errors were encountered:
This feature sounds beneficial. We can set the search context according to chosen options, and this context can be included when embedding into the vector store.
I would like to add a chatbot to a website. The website has a lot of content, there are multiple country teams maintaining their own content. In some cases, the chatbot should use all content of all countries to answer a question. In some cases, the chatbot should only use the content of 1 or more specific countries.
For this type of problem, it would be nice if the embeddings that are used for a chat question can be filtered before asking the question. Maybe it can be a popup menu where a user can check/uncheck data sources corresponding to the values of a column in the database?
The text was updated successfully, but these errors were encountered: