Add Milvus vector store driver#2235
Open
zc277584121 wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
zc277584121
force-pushed
the
add-milvus-vector-store
branch
from
July 9, 2026 01:18
1f428b8 to
4ac8076
Compare
Author
|
Hi @collindutter @shhlife, friendly ping for review when you have a chance. This adds a Milvus vector store driver using the existing driver pattern, with optional dependencies, docs, unit coverage, and Milvus Lite integration coverage. The current checks are green; happy to adjust naming or configuration details to fit the project conventions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MilvusVectorStoreDriverwith Milvus Lite default storage at./milvus.dbplus configurableuri,token,db_name, andconsistency_level.id,vector,text,namespace, andmetadatafields,AUTOINDEXvector indexing, and validation for existing collection schema and vector dimensions.drivers-vector-milvusextra, vector store docs, and a Milvus Lite example.Tests
uv run --python 3.12 --no-default-groups --with ruff ruff check griptape/drivers/vector/milvus_vector_store_driver.py griptape/drivers/vector/milvus/__init__.py tests/unit/drivers/vector/test_milvus_vector_store_driver.py tests/integration/drivers/vector/test_milvus_vector_store_driver.py tests/integration/test_code_blocks.py docs/griptape-framework/drivers/src/vector_store_drivers_13.pyuv run --python 3.12 --no-default-groups --extra drivers-vector-milvus --with pytest --with pytest-mock pytest tests/unit/drivers/vector/test_milvus_vector_store_driver.py tests/integration/drivers/vector/test_milvus_vector_store_driver.pyuv run --python 3.12 --no-default-groups --extra drivers-vector-milvus --with pyright pyright griptape/drivers/vector/milvus_vector_store_driver.py docs/griptape-framework/drivers/src/vector_store_drivers_13.pyuv run --python 3.12 --no-default-groups --with pytest pytest tests/integration/test_code_blocks.py -k vector_store_drivers_13uv run --no-project --python 3.12 --with mdformat --with mdformat-gfm --with mdformat-frontmatter --with mdformat-footnote --with mdformat-mkdocs mdformat --check docs/griptape-framework/drivers/vector-store-drivers.mduv run --no-project --python 3.12 --with typos typos griptape/drivers/vector/milvus_vector_store_driver.py tests/unit/drivers/vector/test_milvus_vector_store_driver.py tests/integration/drivers/vector/test_milvus_vector_store_driver.py docs/griptape-framework/drivers/vector-store-drivers.md docs/griptape-framework/drivers/src/vector_store_drivers_13.py docs/griptape-framework/drivers/logs/vector_store_drivers_13.txt pyproject.tomluv run --isolated --python 3.12 --no-default-groups --with-editable . python -c "from griptape.drivers.vector.milvus import MilvusVectorStoreDriver; print(MilvusVectorStoreDriver.__name__)"📚 Documentation preview 📚: https://griptape--2235.org.readthedocs.build//2235/