RAG-Observability-Platform / pyproject.toml
Arif
Initial commit (Clean history)
faa44eb
raw
history blame contribute delete
547 Bytes
[project]
name = "rag-observability-platform"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.3.5",
"dagshub>=0.6.3",
"langchain>=1.1.2",
"langchain-chroma>=1.0.0",
"langchain-community>=0.4.1",
"langchain-huggingface>=1.1.0",
"mlflow>=3.7.0",
"pypdf>=6.4.0",
"python-dotenv>=1.2.1",
"sentence-transformers>=5.1.2",
"streamlit>=1.52.1",
]
[dependency-groups]
local = [
"mlx>=0.30.0",
"mlx-lm>=0.28.4",
]