Skip to content

Milvus storage#37

Merged
howethomas merged 3 commits intomainfrom
milvus-storage
Apr 23, 2025
Merged

Milvus storage#37
howethomas merged 3 commits intomainfrom
milvus-storage

Conversation

@howethomas
Copy link
Contributor

No description provided.

- Introduced a new storage module for integrating with Milvus, enabling semantic search capabilities for vCons.
- Added configuration options for Milvus connection, embedding model, and collection management in example_config.yml.
- Updated pyproject.toml to include pymilvus and python-dateutil dependencies.
- Enhanced README with setup instructions and usage examples for the Milvus storage module.
- Implemented unit tests for the new storage functionalities, ensuring reliability and correctness.
- Updated example_config.yml and README.md to include detailed vector index settings and options for different index types (IVF_FLAT, IVF_SQ8, IVF_PQ, HNSW, FLAT).
- Modified create_collection function in __init__.py to accept and configure index parameters dynamically based on user-defined options.
- Improved logging for index creation to provide better insights into the process.
- Upgraded Poetry version from 2.1.1 to 2.1.2 in poetry.lock.
- Added new packages: grpcio (1.67.1), milvus-lite (2.4.12), numpy (2.2.5), pandas (2.2.3), pymilvus (2.5.7), pytz (2025.2), setuptools (79.0.0), tzdata (2025.2), and ujson (5.10.0) with their respective dependencies.
- Modified test_milvus.py to improve metadata handling and added dialog index for analysis functions in sample_vcon.
- Enhanced the test_save function to ensure proper mock setup and verification of Milvus operations.
@howethomas howethomas merged commit 5d986e8 into main Apr 23, 2025
2 checks passed
howethomas added a commit that referenced this pull request Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant