Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langChain
|
| 2 |
+
OpenAI
|
| 3 |
+
pinecone-client
|
| 4 |
+
tiktoken
|
| 5 |
+
pypdf
|
| 6 |
+
attrs==22.2.0
|
| 7 |
+
ConfigParser==6.0.0
|
| 8 |
+
contextlib2==21.6.0
|
| 9 |
+
cryptography==41.0.3
|
| 10 |
+
ipython==8.14.0
|
| 11 |
+
langchain==0.0.258
|
| 12 |
+
openai==0.27.8
|
| 13 |
+
pinecone_client==2.2.2
|
| 14 |
+
protobuf==3.20.3
|
| 15 |
+
python-dotenv==1.0.0
|
| 16 |
+
fastapi>=0.68.0,<0.69.0
|
| 17 |
+
pydantic>=1.8.0,<2.0.0
|
| 18 |
+
uvicorn>=0.15.0,<0.16.0
|