Azure / azure-search-vector-samples

A repository of code samples for Vector search capabilities in Azure AI Search.
https://azure.microsoft.com/products/search
MIT License
732 stars 309 forks source link

Integration of azure vector search with azure document intelligence #141

Open Timothyhuiyukfai opened 8 months ago

Timothyhuiyukfai commented 8 months ago

Great work with integrated data chunking and embedding. Asking from a RAG context (complex documents, e.g. financial statement) , great work with integrated data chunking and embedding, how does the current framework works with the skills in document intelligence where you have to convert financial tables into json and feeds into LLM, given current framework is using chunk id as the key. Or team is expect this to resolve with prompt flow and sk or other methods? Any sample or best practise?

mattgotteiner commented 7 months ago

Hi @Timothyhuiyukfai

We have a demo that shows this but it's in python. https://github.com/Azure-Samples/azure-search-openai-demo/

We can try to pull the functionality into the .NET demo, thanks for the feedback