-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping dependencies and fixing bugs. (#50)
bugs fixed: - svg file not compatible with chrome after the update so changed to png file - langchain: pydantic deprecation Co-authored-by: Amelia Taihui Ye <taihui@umich.edu>
- Loading branch information
1 parent
d2302a6
commit 409f868
Showing
15 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
confz==2.0.1 | ||
fastapi==0.112.0 | ||
gradio==4.40.0 | ||
fastapi==0.115.0 | ||
gradio==4.44.1 | ||
grandalf==0.8 | ||
jupyterlab>3.0 | ||
langchain==0.2.12 | ||
langchain-milvus==0.1.3 | ||
langchain-nvidia-ai-endpoints==0.2.0 | ||
langchain-openai==0.1.20 | ||
langserve==0.2.2 | ||
opentelemetry-instrumentation-fastapi==0.47b0 | ||
langchain==0.3.3 | ||
langchain-community==0.3.1 | ||
langchain-milvus==0.1.5 | ||
langchain-nvidia-ai-endpoints==0.3.0 | ||
langchain-openai==0.2.2 | ||
langserve==0.3.0 | ||
opentelemetry-instrumentation-fastapi==0.48b0 | ||
pydantic | ||
pymilvus==2.4.4 | ||
redis==5.0.8 | ||
pymilvus==2.4.7 | ||
redis==5.1.1 | ||
sse-starlette==2.1.3 | ||
uvicorn==0.30.5 | ||
uvicorn==0.31.0 | ||
watchfiles==0.24.0 |