khalednabawi11 commited on
Commit
7044843
·
verified ·
1 Parent(s): 87179d2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. app/requirements.txt +29 -0
app/requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core LangChain dependencies
2
+ langchain
3
+ langchain-community
4
+ langchain-huggingface
5
+ langchain-pinecone
6
+ langchain[hub]
7
+
8
+ # Vector stores and retrieval
9
+ pinecone-client
10
+ qdrant-client
11
+ llama-cpp-python
12
+
13
+ # Transformers and NLP
14
+ transformers
15
+ datasets
16
+ huggingface-hub
17
+ sentence-transformers
18
+ langdetect
19
+
20
+ # Unsloth and custom model loading
21
+ unsloth @ git+https://github.com/unslothai/unsloth.git
22
+
23
+ # Web framework
24
+ fastapi
25
+ uvicorn[standard]
26
+
27
+ # Misc
28
+ torch
29
+ accelerate