-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add Azure AI Search + Azure OpenAI RAG recipe notebook #675
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
@vagenas @pablocastro can you review :) |
@vagenas plz merge when ready |
@farzad528 thanks for this nice example! 🙌 In order to align and merge:
|
@vagenas uhhh...i did your rebase command and I think I messed something up as it changed a lot of different files. any advice? |
@farzad528 I see, we 'll try to reshape the branch history into a clean commit (attributing authorship accordingly) & merge this week. |
Co-authored-by: Farzad <[email protected]> Signed-off-by: Panos Vagenas <[email protected]>
Signed-off-by: Panos Vagenas <[email protected]>
Azure AI Search RAG Example Using Docling
This notebook demonstrates how to build a Retrieval Augmented Generation (RAG) system using Docling and Azure AI Search. The example showcases document parsing, chunking, vector search integration, and RAG query implementation.
Checklist: