Azure / GPT-RAG

Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
773 stars 125 forks source link

Why isn't indexing and vectorization automated? #160

Open Liu-XinYuan opened 2 weeks ago

Liu-XinYuan commented 2 weeks ago

I build a basic architecture. Then upload the docx file to the blob, but found that ai search did not automatically create an index, nor did it automatically write the vectorized document into the cosmos database.