Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
langchain-chroma
|
4 |
+
langchain-mistralai
|
5 |
+
beautifulsoup4
|
6 |
+
pypdf==5.0.1
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
huggingface_hub==0.25.2
|
9 |
+
InstructorEmbedding
|