-
Notifications
You must be signed in to change notification settings - Fork 904
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
dev -> main #514
Merged
dev -> main #514
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
Signed-off-by: Diwank Singh Tomer <[email protected]>
Signed-off-by: Diwank Singh Tomer <[email protected]>
Vertex AI client
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 to me! Reviewed everything up to 8b2bd54 in 36 seconds
More details
- Looked at
1422
lines of code in63
files - Skipped
1
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. agents-api/agents_api/clients/litellm.py:65
- Draft comment:
Avoid usinginput
as a variable name since it's a built-in function in Python. Consider renaming it to something likeinput_data
. - Reason this comment was not posted:
Confidence changes required:50%
The code inagents-api/agents_api/clients/litellm.py
has a potential issue with the variable nameinput
which is a built-in function in Python. It's better to avoid using built-in names for variables to prevent any unexpected behavior.
Workflow ID: wflow_bauFFgcqaG3asAfg
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
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.
Important
Major update integrating
litellm
for embeddings, refining environment configurations, enhancing API endpoints, and updating Docker setups across services.embed
client withlitellm
inembed_docs.py
,gather_messages.py
, andembed.py
.embed.py
and updatedlitellm.py
to includeaembedding()
function.EMBEDDING_SERVICE_BASE
from.env.example
andenv.py
.embedding_dimensions
toenv.py
.docker-compose.yml
files across multiple services to refine service dependencies and environment variables.restart: unless-stopped
to several services for better resilience.routers
directory.test_chat_routes.py
to reflect changes in embedding service and API endpoints.pyproject.toml
to bumplitellm
version to^1.46.7
..gitignore
for certificate files inscheduler/cert/
.This description was created by for 8b2bd54. It will automatically update as commits are pushed.