MSUSAzureAccelerators / Azure-Cognitive-Search-Azure-OpenAI-Accelerator

Virtual Assistant - GPT Smart Search Engine - Bot Framework + Azure OpenAI + Azure AI Search + Azure SQL + Bing API + Azure Document Intelligence + LangChain + CosmosDB
https://gptsmartsearchapp.azurewebsites.net
MIT License
333 stars 549 forks source link

The bot's response was not as expected when using (docsearch) #68

Open Nguyen-Thi-Huong opened 6 months ago

Nguyen-Thi-Huong commented 6 months ago

I'm using Serve.py to run, I use the internal document search function (@docsearch). For questions that are not in the document, I expect it to answer that I don't know or that I don't have the information, but currently it returns results according to its knowledge. Can you help me solve this problem?