-
Notifications
You must be signed in to change notification settings - Fork 13
Add integrated inference #181
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
Conversation
src/integration/java/io/pinecone/integration/dataPlane/UpsertAndSearchRecordsTest.java
Show resolved
Hide resolved
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.
Overall this looks good, nice work! I've left a few comments around handling of ids in records, and a possibly breaking change to configureServerlessIndex
.
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.
LGTM, thanks for iterating
Problem
Add integrated inference to Java SDK.
Solution
The code was already generated since integrated inference was a part of 2025-01 api spec. So as a part of this PR, I have added the following features:
Example:
Type of Change
Test Plan
Added integration test that creates an index associated with a model, upserts and queries records.