Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Milvus as Online Store #4843

Conversation

franciscojavierarceo
Copy link
Member

  • feat: Make entity value_type mandatory with deprecation warning
  • style: Fix import sorting in entity files
  • chore: Skip tests for community/docs/examples paths
  • feat: Add Milvus online store implementation\n\n- Implements MilvusOnlineStore with vector similarity search\n- Adds integration and unit tests\n- Follows existing vector store patterns\n- Supports L2, IP, and cosine similarity metrics

devin-ai-integration bot and others added 6 commits December 11, 2024 03:47
- Add deprecation warning when value_type is not specified for an entity
- Add test cases to verify deprecation warning behavior
- Prepare for making value_type mandatory in next release

Issue: feast-dev#4670

Co-Authored-By: Francisco Javier Arceo <[email protected]>
Signed-off-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
- Reorder imports according to PEP8
- Group standard library imports together
- Fix ruff linting issues

Co-Authored-By: Francisco Javier Arceo <[email protected]>
Signed-off-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…atory-entity-value-type

feat: Make entity value_type mandatory with deprecation warning
…p-tests-docs-examples

chore: Skip tests for community/docs/examples paths
…lineStore with vector similarity search\n- Adds integration and unit tests\n- Follows existing vector store patterns\n- Supports L2, IP, and cosine similarity metrics

Co-Authored-By: Francisco Javier Arceo <[email protected]>
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