YourHonor / pyproject.toml
Abhijeet Mendhe
Upload folder using huggingface_hub
54d04d4 verified
raw
history blame contribute delete
580 Bytes
[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",
]