Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -5,3 +5,9 @@ langchain==0.0.305
|
|
5 |
langchain[docarray]
|
6 |
pypdf==3.12.2
|
7 |
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
langchain[docarray]
|
6 |
pypdf==3.12.2
|
7 |
tiktoken
|
8 |
+
numpy
|
9 |
+
orjson
|
10 |
+
pydantic
|
11 |
+
rich
|
12 |
+
types-requests
|
13 |
+
typing-inspect
|