Commit d7bf829
committed
feat(vector_store): add QdrantVectorStore implementation
- 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 files1 parent e3489ae commit d7bf829
File tree
15 files changed
+1147
-78
lines changed- docs
- flowllm
- config
- context
- service
- storage/vector_store
- utils
15 files changed
+1147
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments