ruoccofabrizio / azure-open-ai-embeddings-qna

A simple web application for a OpenAI-enabled document search. This repo uses Azure OpenAI Service for creating embeddings vectors from documents. For answering the question of a user, it retrieves the most relevant document and then uses GPT-3, GPT-3.5 or GPT-4 to extract the matching answer for the question.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
842 stars 510 forks source link

Index mangement says "No embeddings found. Go to the 'Add Document' tab to insert your docs." #88

Open Shubham-Kr10 opened 1 year ago

Shubham-Kr10 commented 1 year ago

I have checked all the resources they are up and running . But it shows Index mangement "No embeddings found. Go to the 'Add Document' tab to insert your docs." . Even i can see uploaded files in Document Viewer Section.

clj55 commented 1 year ago

I got the same error too. The chatbot is only able to pull information from sources that are uploaded in the same session. If I stop the containers and docker compose up again, the chatbot can't find the uploaded sources anymore.