Azure / aistudio-copilot-sample

Sample quickstart repo for getting started building an enterprise chat copilot in Azure AI Studio
MIT License
314 stars 194 forks source link

Sync the search index folder name with env variables #30

Closed YusakuNo1 closed 1 year ago

YusakuNo1 commented 1 year ago

Currently, only LangChain is using the local MLIndex folder while it's not using the environment variable. This PR is based on the assumption that during Ignite, we promote the idea of using MLIndex from AzureML, instead of using Azure Cognitive Search directly. If the assumption is wrong, then I'll remove the code to download the mlindex folder