Skip to content

Commit d7bf829

Browse files
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 files
1 parent e3489ae commit d7bf829

File tree

15 files changed

+1147
-78
lines changed

15 files changed

+1147
-78
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p align="center">
1111
<a href="https://pypi.org/project/flowllm/"><img src="https://img.shields.io/badge/python-3.12+-blue" alt="Python Version"></a>
12-
<a href="https://pypi.org/project/flowllm/"><img src="https://img.shields.io/badge/pypi-v0.1.10-blue?logo=pypi" alt="PyPI Version"></a>
12+
<a href="https://pypi.org/project/flowllm/"><img src="https://img.shields.io/badge/pypi-v0.1.11.3-blue?logo=pypi" alt="PyPI Version"></a>
1313
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-black" alt="License"></a>
1414
</p>
1515

0 commit comments

Comments
 (0)