CoolFace
Apppublic

Shamik/multi_agent_rag

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
pyproject.toml40 linesDownload Raw Back to root
1[project]2name = "insurance-assistants"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6authors = [7    { name = "shamik", email = "39588365+Shamik-07@users.noreply.github.com" }8]9requires-python = ">=3.12"10dependencies = [11    "beautifulsoup4>=4.13.4",12    "colpali-engine>=0.3.10",13    "crawlee[all]>=0.6.9",14    "duckduckgo-search>=8.0.2",15    "gradio-pdf>=0.0.22",16    "huggingface-hub[hf-xet]>=0.32.0",17    "llama-index>=0.12.37",18    "llama-index-llms-huggingface-api>=0.4.3",19    "llama-index-tools-playwright>=0.2.0",20    "markdownify>=1.1.0",21    "pdf2image>=1.17.0",22    "pydantic>=2.11.5",23    "pymilvus>=2.5.10",24    "pyprojroot>=0.3.0",25    "python-dotenv>=1.1.0",26    "qwen-vl-utils>=0.0.11",27    "requests>=2.32.3",28    "smolagents[gradio]>=1.16.1",29    "torchvision>=0.21.0",30    "wikipedia-api>=0.8.1",31]32 33 34[dependency-groups]35dev = [36    "jupyter>=1.1.1",37    "pyrefly>=0.16.2",38    "ruff>=0.11.11",39]40