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

Add storage name support for all connectors #193

Merged
merged 5 commits into from
Aug 22, 2024

Conversation

milderhc
Copy link
Member

Motivation and Context

Description

Adding option to have a different storage name for the index/tables created or queried, other than the field names in the record class.

Using Jackson in all connectors.

Also making Class<?> fieldType to be required for all VectorStoreRecordField classes. This is more consistent and avoids the need to be passing recordClass everywhere to get the DeclaredField and their type, also makes it more reliable when creating a separate VectorStoreRecordDefinition.

Contribution Checklist

@milderhc milderhc marked this pull request as ready for review August 21, 2024 15:28
johnoliver
johnoliver previously approved these changes Aug 21, 2024
@milderhc milderhc merged commit 9bf0833 into microsoft:main Aug 22, 2024
8 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.

2 participants