Spaces:
Sleeping
Sleeping
NanaAkwasiAbayieBoateng commited on
Commit ·
79d57a4
1
Parent(s): d88e186
requirements
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
chromadb==0.6.1
|
| 2 |
+
langchain==0.3.13
|
| 3 |
+
langchain-community==0.3.13
|
| 4 |
+
langchain-core==0.3.28
|
| 5 |
+
langchain-ollama==0.2.2
|
| 6 |
+
langchain-text-splitters==0.3.4
|
| 7 |
+
langsmith==0.2.4
|
| 8 |
+
llvmlite==0.43.0
|
| 9 |
+
ollama==0.4.4
|
| 10 |
+
pydantic==2.10.4
|
| 11 |
+
pydantic-settings==2.7.0
|
| 12 |
+
pydantic_core==2.27.2
|
| 13 |
+
streamlit==1.33.0
|
| 14 |
+
sentencepiece==0.2.0
|
| 15 |
+
asyncio==3.4.3
|
| 16 |
+
transformers==4.47.1
|