File size: 580 Bytes
54d04d4 |
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 |
[project]
name = "YourHonor"
version = "0.1.0"
description = "Indian Constitution Based RAG model"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"llama-index-core==0.10.57",
"llama-index-llms-huggingface==0.2.5",
"llama-index-embeddings-huggingface==0.2.1",
"llama-index-vector-stores-chroma==0.1.10",
"transformers==4.41.2",
"torch==2.4.1",
"gradio==4.44.0",
"llama-index-readers-file==0.1.9",
"chromadb==0.5.3",
"sentence-transformers==2.7.0",
"accelerate==1.0.1", # Spell correction
"textblob==0.18.0",
"watchfiles>=1.1.1",
]
|