File size: 575 Bytes
f6fc677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "dotenv>=0.9.9",
    "huggingface-hub>=0.32.4",
    "langfuse>=3.0.0",
    "llama-index>=0.12.40",
    "llama-index-core>=0.12.40",
    "llama-index-llms-huggingface-api>=0.5.0",
    "llama-index-readers-papers>=0.3.2",
    "llama-index-readers-wikipedia>=0.3.0",
    "llama-index-tools-duckduckgo>=0.3.0",
    "llama-index-tools-tavily-research>=0.3.0",
    "rich>=14.0.0",
    "wikipedia>=1.4.0",
]