jeongsoo commited on
Commit
6857680
·
1 Parent(s): 1f84207

Add RAG chatbot application

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- langchain==0.3.21
2
- langchain-community==0.3.20
3
- langchain-huggingface==0.1.2
4
  sentence-transformers>=2.2.2
5
  faiss-cpu>=1.7.4
6
  pypdf>=3.15.1
@@ -8,6 +8,6 @@ gradio>=4.0.0
8
  python-dotenv>=1.0.0
9
  torch>=2.0.0
10
  transformers>=4.34.0
11
- langchain-openai==0.3.9
12
  openai>=1.0.0
13
  docling>=0.1.3
 
1
+ langchain>=0.1.0
2
+ langchain-community>=0.0.10
3
+ langchain-huggingface>=0.0.1
4
  sentence-transformers>=2.2.2
5
  faiss-cpu>=1.7.4
6
  pypdf>=3.15.1
 
8
  python-dotenv>=1.0.0
9
  torch>=2.0.0
10
  transformers>=4.34.0
11
+ langchain-openai>=0.0.2
12
  openai>=1.0.0
13
  docling>=0.1.3