haystack-core-integrations
haystack-core-integrations copied to clipboard
feat: Add Azure AI Search integration
Related Issues
- fixes #950
Proposed Changes:
Implement a document store for Azure AI Search.
How did you test it?
Add unit tests for document store
Notes for the reviewer
Ready for an early feedback to detect any major changes needed in design.
Current status: Adding retrievers. The filter_documents() method is incomplete.
Checklist
- I have read the contributors guidelines and the code of conduct
- I have updated the related issue with new insights and changes
- I added unit tests and updated the docstrings
- I've used one of the conventional commit types for my PR title:
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.