langchain-community
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
-
asyncpg
|
2 |
-
databases
|
3 |
fastapi
|
4 |
-
orm
|
5 |
transformers
|
6 |
faster-whisper
|
7 |
aiofiles
|
8 |
psycopg2
|
9 |
-
psycopg2-binary
|
10 |
SQLAlchemy
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
passlib # for password hashing
|
15 |
pydantic[email]
|
16 |
uvicorn
|
17 |
-
langchain-community
|
18 |
ujson
|
19 |
yt-dlp
|
20 |
psutil
|
@@ -35,5 +34,6 @@ google-generativeai
|
|
35 |
openai
|
36 |
tiktoken
|
37 |
langchain
|
|
|
38 |
mysqlclient
|
39 |
pinecone-client[grpc]
|
|
|
1 |
+
asyncpg==0.27.0
|
2 |
+
databases==0.7.0
|
3 |
fastapi
|
4 |
+
orm==0.3.
|
5 |
transformers
|
6 |
faster-whisper
|
7 |
aiofiles
|
8 |
psycopg2
|
9 |
+
psycopg2-binary==2.9.5
|
10 |
SQLAlchemy
|
11 |
+
starlette==0.25.0
|
12 |
+
typesystem==0.3.1
|
13 |
+
Werkzeug==2.2.2
|
14 |
passlib # for password hashing
|
15 |
pydantic[email]
|
16 |
uvicorn
|
|
|
17 |
ujson
|
18 |
yt-dlp
|
19 |
psutil
|
|
|
34 |
openai
|
35 |
tiktoken
|
36 |
langchain
|
37 |
+
langchain-community
|
38 |
mysqlclient
|
39 |
pinecone-client[grpc]
|