-
Notifications
You must be signed in to change notification settings - Fork 24
Flag to indicate whether to return deprecated models #1641
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: main
Are you sure you want to change the base?
Conversation
...a/io/stargate/sgv2/jsonapi/service/operation/embeddings/FindEmbeddingProvidersOperation.java
Outdated
Show resolved
Hide resolved
tatu-at-datastax
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.
Looks good: one requested change, one suggested
.../stargate/sgv2/jsonapi/service/operation/embeddings/FindEmbeddingProvidersOperationTest.java
Outdated
Show resolved
Hide resolved
| * @return Flag to indicate whether to return deprecated models in the | ||
| * FindEmbeddingProvidersCommand's response. | ||
| */ | ||
| @WithDefault("false") |
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.
should we default true?
|
What is the flag added to ? and how is it set and why do we need this ? |
amorton
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.
Hold on this - it is not clear what the problem is we are trying to solve, and why this is the correct solution
What this PR does:
Added flag to indicate whether to return deprecated models in the response
Checklist