Skip to content

Releases: FlowLLM-AI/flowllm

0.2.0.5

27 Nov 05:12

Choose a tag to compare

chore(version): bump version to 0.2.0.5

0.2.0.4

26 Nov 03:37

Choose a tag to compare

chore(version): bump version to 0.2.0.4

0.2.0.3

22 Nov 18:14

Choose a tag to compare

docs(readme): translate README to English and create Chinese version

0.2.0.2

17 Nov 04:16

Choose a tag to compare

chore(version): bump version to 0.2.0.2

0.2.0.1

13 Nov 16:45

Choose a tag to compare

chore(version): bump version to 0.2.0.1

0.2.0.0

10 Nov 16:04

Choose a tag to compare

chore(version): update package version to 0.2.0.0

0.1.11.6

28 Oct 06:46

Choose a tag to compare

chore(version): bump version to 0.1.11.6

0.1.11.5

27 Oct 09:21

Choose a tag to compare

chore(version): bump version to 0.1.11.5

0.1.11.4

27 Oct 08:59

Choose a tag to compare

chore(version): bump version to 0.1.11.4

0.1.11.3: feat(vector_store): add QdrantVectorStore implementation

23 Oct 09:11

Choose a tag to compare

- 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