Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
gradio
|
4 |
+
sentencepiece
|
5 |
+
protobuf
|
6 |
+
weaviate-client
|
7 |
+
sentence-transformers
|
8 |
+
langchain
|
9 |
+
lxml
|
10 |
+
huggingface-hub
|
11 |
+
#semantic-text-splitter
|
12 |
+
tokenizers
|
13 |
+
json5
|
14 |
+
regex
|
15 |
+
beautifulsoup4
|