Azure / Vector-Search-AI-Assistant

Microsoft Official Build Modern AI Apps reference solutions and content. Demonstrate how to build Copilot applications that incorporate Hero Azure Services including Azure OpenAI Service, Azure Container Apps (or AKS) and Azure Cosmos DB for NoSQL with Vector Search.
MIT License
132 stars 68 forks source link

Fixes the issue with the hard-coded relevance that is too high #35

Closed ciprianjichici closed 4 months ago

ciprianjichici commented 4 months ago

The default, hard-coded relevance of 0.8 proves to be too high for some questions to be answered correctly. Exposed the minimum relevance as a configuration setting and set its default value to 0.7.