ryanrwatkins commited on
Commit
f5adfb9
1 Parent(s): ea9529a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
  openai==1.14.3
2
  #faiss-cpu==1.8.0
3
- langchain==0.1.13
4
- langchain-google-genai
5
  huggingface_hub==0.4.0
6
  langchain-openai
7
  docx2txt
8
- chromadb
9
  cohere
10
- streamlit==1.28.0
11
  tiktoken
12
  Pillow
13
  numpy
 
1
  openai==1.14.3
2
  #faiss-cpu==1.8.0
3
+ langchain==0.1.14
4
+ langchain-google-genai==1.0.1
5
  huggingface_hub==0.4.0
6
  langchain-openai
7
  docx2txt
8
+ chromadb==0.4.24
9
  cohere
 
10
  tiktoken
11
  Pillow
12
  numpy