Skip to content

Commit

Permalink
Merge pull request #548 from containers/fix_chat
Browse files Browse the repository at this point in the history
specify community package
  • Loading branch information
rhatdan authored Jun 15, 2024
2 parents 0a6fab6 + a15d20c commit b910e23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ./recipes/common/Makefile.common
- ./recipes/natural_language_processing/chatbot/**
- .github/workflows/chatbot.yaml
- ./recipes/natural_language_processing/chatbot/app/**
- ./renovate.json
push:
branches:
- main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
langchain==0.1.20
langchain==0.2.3
langchain-openai==0.1.7
streamlit==1.34.0
langchain-community==0.2.4
streamlit==1.34.0
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
"packageRules": [
{
"matchPackageNames": ["langchain"],
"allowedVersions": "<0.2.2"
"allowedVersions": "<0.2.3"
},
{
"matchPackageNames": ["langchain-openai"],
"allowedVersions": "<=0.1.7"
},
{
"matchPackageNames": ["langchain-community"],
"allowedVersions": "<=0.2.4"
},
{
"matchPackageNames": ["pymilvus"],
"allowedVersions": "<=2.4.1"
Expand Down

0 comments on commit b910e23

Please sign in to comment.