griptape-ai / griptape

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
2.01k stars 170 forks source link

Add support for Azure AI Search [RAG] #1206

Open qwe321389yfs8t7huqd89q opened 1 month ago

qwe321389yfs8t7huqd89q commented 1 month ago

Describe the solution you'd like Create new Retrieval Rag Module and Store Driver to support Azure AI Search (formerly known as "Azure Cognitive Search") .

collindutter commented 3 weeks ago

@qwe321389yfs8t7huqd89q thanks for the issue! Would this make sense as a Vector Store Driver that could be used with the existing VectorStoreRetrievalRagModule?

qwe321389yfs8t7huqd89q commented 3 weeks ago

@collindutter yes, thanks for picking this up.