Skip to content
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

refac: ollama non streaming response #3549

Merged
merged 9 commits into from
Jun 30, 2024
Prev Previous commit
Next Next commit
chore(deps): bump langchain-chroma from 0.1.1 to 0.1.2 in /backend
Bumps [langchain-chroma](https://github.com/langchain-ai/langchain) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-chroma==0.1.1...langchain-chroma==0.1.2)

---
updated-dependencies:
- dependency-name: langchain-chroma
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 30, 2024
commit 3c0ce5d1b08b6b08ce59a8f07da6efcd65252823
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 32,7 @@ google-generativeai==0.5.4

langchain==0.2.0
langchain-community==0.2.0
langchain-chroma==0.1.1
langchain-chroma==0.1.2

fake-useragent==1.5.1
chromadb==0.5.0
Expand Down
Loading