Enterprise-RAG-System / pyproject.toml
yuvrajsingh6
deploy: v2 production baked index (zero latency)
9c4c212
raw
history blame contribute delete
215 Bytes
[project]
name = "enterprise-rag"
version = "0.1.0"
description = "Enterprise Search (RAG) with Hybrid Retrieval and Re-ranking"
readme = "README.md"
requires-python = ">=3.10"
[tool.setuptools]
packages = ["src"]