Skip to content
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

Azure AI Search Vector Database Integration #2171

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

TeodorZlatanov
Copy link

Description

  • Summary of changes: This PR integrates the Agno framework with Azure AI Search vector database with multi-mode search capabilities.
  • Related issues: No connected issues or fixes.
  • Motivation and context: Azure AI Search vector database integration needed.
  • Environment or dependencies: Specify any changes in dependencies or environment configurations required for this update.
  • Impact on metrics: This change provides more flexible query routing which can help improve search relevance and performance. There are no expected performance regressions; rather, users can now optimize queries for their specific scenario.

Type of change

Please check the options that are relevant:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Model update (Addition or modification of models)
  • Other (please describe):

Checklist

  • Adherence to standards: Code complies with Agno’s style guidelines and best practices.
  • Formatting and validation: I have run ./scripts/format.sh and ./scripts/validate.sh to ensure code is formatted and linted.
  • Self-review completed: A thorough review has been performed.
  • Documentation: Docstrings and comments have been added to cover the new vector database functionality.
  • Examples and guides: Relevant cookbook example has been added to demonstrate usage of this new feature.
  • Tested in a clean environment: Changes have been tested in a clean environment to confirm expected behavior.
  • Tests (optional): Tests have been added or updated to cover any new or changed functionality.

Additional Notes

This feature integrates seamlessly with the Azure AI Search vector database.

@TeodorZlatanov TeodorZlatanov requested a review from a team as a code owner February 18, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant