-
Notifications
You must be signed in to change notification settings - Fork 15
chore: [DevOps] Latest Grounding spec update check #518
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
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
they still do not have version in their spec? FFS
...-services/document-grounding/src/main/java/com/sap/ai/sdk/grounding/model/ResultsInner3.java
Show resolved
Hide resolved
| { | ||
| @JsonProperty("results") | ||
| private List<ResultsInner1> results = new ArrayList<>(); | ||
| private List<ResultsInner2> results = new ArrayList<>(); |
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.
(Comment)
Okay we need a follow-up BLI to fix this is in pre-processing with adding/fixing title: FooBar to component schema.
Or we'll tell the maintainers to fix their spec with using unique titles.
| * @throws OpenApiRequestException if an error occurs while attempting to invoke the API | ||
| */ | ||
| @Nonnull | ||
| public OpenApiResponse manualTriggerPipeline( |
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.
(Question)
We don't have a pipeline integration test right? We may need a BLI if there isn't one already. Low priority.
| */ | ||
| @Nonnull | ||
| public SearchResults search( | ||
| public VectorSearchResults search( |
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.
(Comment)
Also here we may need a BLI for adding an integration test for vector searching. Low priority.
newtork
left a comment
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.
Otherwise LGTM, branch looks good according to our process standards.
Context
AI/ai-sdk-java-backlog#ISSUENUMBER.
This PR carries the changes in
api_hub_merged_spec.yamlin the grounding service PR linked.Includes:
Other changes borrowed from some earlier PR, not merged in our main branch spec
DocumentStatusFeature scope:
Add new tests for the latest featuresRequires setting up s3 and sftp pipelinesDefinition of Done
Error handling created / updated & covered by the tests aboveAligned changes with the JavaScript SDK