Skip to content

Conversation

@2456868764
Copy link
Collaborator

@2456868764 2456868764 commented Sep 26, 2025

Ⅰ. Describe what this PR did

Vector Mapping Core Features:

  1. Field Mapping System : Enables mapping between standard field names and database-specific raw field names, allowing for flexible integration with different database schemas.
  2. Index Configuration Management : Provides a structured way to define and retrieve vector index configurations, supporting various index types like HNSW, IVF, SCANN, and DISKANN.
  3. Search Parameter Configuration : Allows customization of search parameters for different index types to optimize retrieval performance and accuracy.
  4. Field Type Management : Specialized handling for different field types including ID fields, vector fields, metadata fields, content fields, and timestamps, each with specific configuration options.
  5. Default Mapping Generation : Automatically creates sensible default mappings when not explicitly provided, simplifying the configuration process.
  6. Field Property Customization : Supports configurable field properties such as maximum length and auto-ID generation for different field types, enhancing flexibility.
  7. Required Field Validation : Ensures critical fields (id, content, vector) are properly defined in the mapping configuration, guaranteeing system functionality.

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.95%. Comparing base (ef31e09) to head (397e063).
⚠️ Report is 729 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2968      +/-   ##
==========================================
+ Coverage   35.91%   44.95%   +9.03%     
==========================================
  Files          69       82      +13     
  Lines       11576    13377    +1801     
==========================================
+ Hits         4157     6013    +1856     
+ Misses       7104     7016      -88     
- Partials      315      348      +33     

see 80 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator

@johnlanni johnlanni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnlanni johnlanni merged commit aebe354 into alibaba:main Oct 6, 2025
10 checks passed
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.

3 participants