Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
chromadb
|
2 |
-
fastapi
|
3 |
-
langchain
|
4 |
-
python-dotenv
|
|
|
5 |
#pydantic-settings
|
6 |
|
7 |
#Python==3.9.6
|
|
|
1 |
+
chromadb #==0.3.17
|
2 |
+
fastapi #==0.95.1
|
3 |
+
langchain #==0.0.132
|
4 |
+
python-dotenv #==1.0.0
|
5 |
+
|
6 |
#pydantic-settings
|
7 |
|
8 |
#Python==3.9.6
|