-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Introduce a new vector data type #7012
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
base: master
Are you sure you want to change the base?
Conversation
1f4ea3f to
c0ba527
Compare
95f4af8 to
5559fd0
Compare
5559fd0 to
ca90ddd
Compare
| <td>Specify the vector store file format.</td> | ||
| </tr> | ||
| <tr> | ||
| <td><h5>vector-store.target-file-size</h5></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vector.target-file-size
| <td>Specify the vector store fields.</td> | ||
| </tr> | ||
| <tr> | ||
| <td><h5>vector-store.format</h5></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vector.file.format
| <td>The Variant shredding schema for writing.</td> | ||
| </tr> | ||
| <tr> | ||
| <td><h5>vector-store.fields</h5></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vector-field
| long firstRowId = compactBefore.get(0).nonNullFirstRowId(); | ||
|
|
||
| RowType readWriteType = | ||
| List<String> vectorStoreFieldNames = table.coreOptions().vectorStoreFieldNames(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why here need to deal with vectorStoreFieldNames? If you take a look to blob-field, only engines need to handle it.
|
Suggest splitting the PR to multiple PRs for quick advancement. |
Purpose
Linked issue: close #7011
Tests
API and Format
Documentation