mohamedashraf11 commited on
Commit
0e19257
Β·
verified Β·
1 Parent(s): 5f3f848

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- huggingface_hub==0.22.2
2
- langchain==0.0.208 # Core Langchain library
3
  langchain-core==0.3.0 # Compatible with langchain-huggingface
4
  langchain-huggingface==0.1.0 # Latest version to avoid conflicts
5
  gradio==3.41.2 # Chatbot UI framework
@@ -9,3 +8,4 @@ sentence-transformers==2.2.2 # For embeddings
9
  chromadb==0.4.2 # Vector store for document embeddings
10
  nltk==3.8.1 # Text processing
11
  ollama==0.3.0 # LLaMA integration with Langchain
 
 
1
+ huggingface-hub>=0.23.0 langchain==0.0.208 # Core Langchain library
 
2
  langchain-core==0.3.0 # Compatible with langchain-huggingface
3
  langchain-huggingface==0.1.0 # Latest version to avoid conflicts
4
  gradio==3.41.2 # Chatbot UI framework
 
8
  chromadb==0.4.2 # Vector store for document embeddings
9
  nltk==3.8.1 # Text processing
10
  ollama==0.3.0 # LLaMA integration with Langchain
11
+ pydantic==2.5.2