Spaces:
Sleeping
Sleeping
File size: 215 Bytes
9c4c212 | 1 2 3 4 5 6 7 8 9 10 | [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"]
|