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


[dependency-groups]
dev = [
    "jupyter>=1.1.1",
    "pyrefly>=0.16.2",
    "ruff>=0.11.11",
]