muthuk1 commited on
Commit
0d2aefd
·
verified ·
1 Parent(s): 64ddd46

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ openai>=1.0.0
3
+ gradio>=5.0.0
4
+ plotly>=5.18.0
5
+ pandas>=2.0.0
6
+ networkx>=3.2
7
+ datasets>=2.16.0
8
+ tiktoken>=0.5.0
9
+
10
+ # TigerGraph
11
+ pyTigerGraph>=1.6
12
+
13
+ # Evaluation
14
+ ragas>=0.2.0
15
+ langchain-openai>=0.1.0
16
+ langchain-core>=0.2.0
17
+
18
+ # Embeddings (optional local fallback)
19
+ sentence-transformers>=2.2.0
20
+
21
+ # Utilities
22
+ python-dotenv>=1.0.0
23
+ numpy>=1.24.0
24
+ tqdm>=4.65.0