File size: 359 Bytes
0d2aefd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Core dependencies openai>=1.0.0 gradio>=5.0.0 plotly>=5.18.0 pandas>=2.0.0 networkx>=3.2 datasets>=2.16.0 tiktoken>=0.5.0 # TigerGraph pyTigerGraph>=1.6 # Evaluation ragas>=0.2.0 langchain-openai>=0.1.0 langchain-core>=0.2.0 # Embeddings (optional local fallback) sentence-transformers>=2.2.0 # Utilities python-dotenv>=1.0.0 numpy>=1.24.0 tqdm>=4.65.0 |