OpenChat
OpenChat copied to clipboard
Data source selection menu
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?
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.