Skip to content

Python SDK : Add native vector database connectors and retrieval patterns #1188

Description

Currently, the Agent Framework lacks built-in support for vector databases, which are essential for RAG patterns in production agent systems.

Proposed Enhancement:

Add first-class connectors for popular vector databases:

Azure AI Search (given Azure ecosystem focus)
Pinecone
Weaviate
Qdrant
Chroma
PostgreSQL with pgvector

Include built-in retrieval patterns:

Semantic search tools for agents
Hybrid search (vector + keyword)
Re-ranking capabilities
Metadata filtering

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

memoryUsage: [Issues, PRs], Target: memory related featurespythonUsage: [Issues, PRs], Target: PythonquestionUsage: [Issues, PRs], Target: all issues or PRs where additional context is needed from the author

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions