Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
·
a707d40
1
Parent(s):
cc6c35d
version itext2kg resolve
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,16 +1,12 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
python-multipart
|
4 |
-
langchain-pinecone
|
5 |
-
pinecone-notebooks
|
6 |
-
pinecone-client[grpc]
|
7 |
async-timeout
|
8 |
pymupdf
|
9 |
python-dotenv
|
10 |
typing-extensions
|
11 |
langchain-community
|
12 |
-
|
13 |
-
pydantic[email]
|
14 |
|
15 |
openai==1.45.0
|
16 |
langchain==0.3.0
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
+
python-multipart
|
|
|
|
|
|
|
4 |
async-timeout
|
5 |
pymupdf
|
6 |
python-dotenv
|
7 |
typing-extensions
|
8 |
langchain-community
|
9 |
+
pydantic-settings==2.5.2
|
|
|
10 |
|
11 |
openai==1.45.0
|
12 |
langchain==0.3.0
|