microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.2k stars 1.12k forks source link

feat: added support for hnswlib vec store for development / testing #163

Open marcusschiesser opened 1 year ago

marcusschiesser commented 1 year ago

This allows you to skip setting up Azure Cognitive Search for test and dev environments and still use the upload feature.

Hnswlib is used as a fallback if the env variable AZURE_SEARCH_NAME is not set.

Happy to hear your thoughts.

marcusschiesser commented 1 year ago

@microsoft-github-policy-service agree

marcusschiesser commented 1 year ago

@qcrow23xe as you already approved the changes, what is the next step?