akshata29 / entaoai

Chat and Ask on your own data. Accelerator to quickly upload your own enterprise data and use OpenAI services to chat to that uploaded data and ask questions
MIT License
841 stars 254 forks source link

How can use this function: "4/13/2023 - Added new functionality to support questioning multiple documents using the Vector QA agent" ? #8

Closed ShadowDawnme closed 1 year ago

akshata29 commented 1 year ago

Following are the steps : 1) Go to the deployed (or locally running) webapp 2) Select SQL NLP 3) Select Agent QA 4) Assuming the documents are uploaded, select the index (pinecone or redis). That should filter all the documents you have uploaded in that specific vectorstore. 5) Select one or multiple documents from the list of all documents 6) Start asking question from those multiple documents. It will interact with your data in the vectorstore in agentic manner. Details about that is further available at https://python.langchain.com/en/latest/modules/agents/agent_executors/examples/agent_vectorstore.html

akshata29 commented 1 year ago

Closing - Assuming the instructions/steps are helpful