You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add QdrantVectorStore class with full async support
- Implement all vector store methods for Qdrant backend
- Add documentation and examples for Qdrant integration
- Update vector store comparison table in docs
- Add qdrant_client dependency to reme optional dependencies
- Update version to 0.1.11.3 in pyproject.toml and __init__.py
- Remove unused imports and environment loading from multiple files