-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #502 from containers/downgrade-langchain-in-nlp-re…
…cipes downgrade langchain to < 0.2.0 in nlp recipes
- Loading branch information
Showing
5 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
recipes/natural_language_processing/chatbot/app/requirements.txt
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,3 +1,3 @@ | ||
langchain | ||
langchain_openai | ||
streamlit | ||
langchain==0.1.20 | ||
langchain-openai==0.1.7 | ||
streamlit==1.34.0 |
6 changes: 3 additions & 3 deletions
6
recipes/natural_language_processing/codegen/app/requirements.txt
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,3 +1,3 @@ | ||
langchain_openai | ||
langchain | ||
streamlit | ||
langchain==0.1.20 | ||
langchain-openai==0.1.7 | ||
streamlit==1.34.0 |
14 changes: 7 additions & 7 deletions
14
recipes/natural_language_processing/rag/app/requirements.txt
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,8 +1,8 @@ | ||
langchain_openai | ||
langchain | ||
chromadb | ||
sentence-transformers | ||
streamlit | ||
pypdf | ||
pymilvus | ||
langchain-openai==0.1.7 | ||
langchain==0.1.20 | ||
chromadb==0.5.0 | ||
sentence-transformers==2.7.0 | ||
streamlit==1.34.0 | ||
pypdf==4.2.0 | ||
pymilvus==2.4.3 | ||
|
10 changes: 5 additions & 5 deletions
10
recipes/natural_language_processing/summarizer/app/requirements.txt
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,5 +1,5 @@ | ||
langchain | ||
langchain_openai | ||
streamlit | ||
pymupdf | ||
rouge_score | ||
langchain==0.1.20 | ||
langchain-openai==0.1.7 | ||
streamlit==1.34.0 | ||
PyMuPDF==1.24.4 | ||
rouge_score==0.1.2 |
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