-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from ghe #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
used pdm (cherry picked from commit 72856675db7b3fb4b5eef1a492f4f53006796360)
updated all references to the "api" folder I could find (cherry picked from commit 17eee001da0dc9608f9452ea1ffd949cc77bf3e7)
Establish the mechanism to generate the api, with UI client and python server (cherry picked from commit efa691273f386e1ea27f2d958c490b334acb9879)
(cherry picked from commit d36c045ca7b7e907e409789fb6591e50fd81d08f)
Co-authored-by: Michael Liu <mliu@cloudera.com> Co-authored-by: Elijah Williams <ewilliams@cloudera.com> (cherry picked from commit 9a4efacc136e2e18a6c8294ee996f059b04d8330)
Note that the only thing being mocked is calls to S3. I'm explicitly passing through calls that LlamaIndex makes to Bedrock (though this is [possible to mock](http://docs.getmoto.org/en/latest/docs/services/patching_other_services.html) if we know the response structure) and it's using the "real" `databases/` subdirectory for Qdrant (though we could somewhat-easily make that an env var). --------- Co-authored-by: Elijah Williams <ewilliams@cloudera.com> Co-authored-by: jwatson <jwatson@cloudera.com> (cherry picked from commit 0cad4cca750f4e9851884da70b6d002c6ba9e0e7)
Refactors getting models in llm-service to separate service to help future efforts with using CAII --------- Co-authored-by: Michael Liu <mliu@cloudera.com> Co-authored-by: Elijah Williams <ewilliams@cloudera.com> Co-authored-by: actions-user <actions@github.com> (cherry picked from commit dbb517bf84a12d2c645c11996ad187b49e33847e)
Co-authored-by: jwatson <jwatson@cloudera.com> (cherry picked from commit 8623c9137c7aa015cedcc439628a4fb28b278e25)
Co-authored-by: jwatson <jwatson@cloudera.com> (cherry picked from commit ddc5fd5cb6fda8c9875b1e8fa6a26239a27ec7f7)
(cherry picked from commit 5fa25b12ad1bcfa45d07f9602a09bf5a8aa41c5f)
ewilliams-cloudera
approved these changes
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.