OpenChat icon indicating copy to clipboard operation
OpenChat copied to clipboard

Data source selection menu

Open Riezebos opened this issue 2 years ago • 1 comments

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?

Riezebos avatar Aug 15 '23 07:08 Riezebos

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.

codebanesr avatar Aug 16 '23 08:08 codebanesr