hpmor / pyproject.toml
deenaik's picture
Add huggingface-hub dependency to pyproject.toml and uv.lock for enhanced model support
a90f6af
raw
history blame contribute delete
545 Bytes
[project]
name = "hpmor-qa"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chromadb>=1.1.1",
"gradio>=5.49.1",
"httpx>=0.28.1",
"huggingface-hub>=0.35.3",
"langchain>=0.3.27",
"langchain-groq>=0.3.8",
"litellm>=1.78.0",
"llama-index>=0.14.4",
"llama-index-embeddings-huggingface>=0.6.1",
"llama-index-llms-groq>=0.4.1",
"llama-index-llms-ollama>=0.8.0",
"llama-index-vector-stores-chroma>=0.5.3",
"lxml>=6.0.2",
]