File size: 828 Bytes
f837a27
 
 
 
 
 
2eeb3a4
 
627ec3c
5b694f8
627ec3c
 
 
f35f167
627ec3c
 
2eeb3a4
 
627ec3c
2eeb3a4
 
 
 
 
 
77a5434
 
7e508e0
77a5434
 
2eeb3a4
627ec3c
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
[project]
name = "deval-ai4kontextanalysen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "gradio>=5.33.0",
    "ipykernel>=6.29.5",
    "langchain-aws>=0.2.28",
    "langchain-community>=0.3.24",
    "langchain-qdrant>=0.2.0",
    "langchain-text-splitters>=0.3.8",
    "langfuse>=3.1.3",
    "langgraph>=0.4.8",
    "pdfplumber>=0.11.6",
    "pydantic>=2.11.5",
    "pydantic-settings>=2.9.1",
    "qdrant-client>=1.14.2",
    "structlog>=25.4.0",
]


[tool.app_config]
# shared
llm_model = "anthropic.claude-3-5-sonnet-20240620-v1:0"
llm_region = "eu-central-1"
model_provider = "bedrock_converse"
embedding_model = "cohere.embed-multilingual-v3"
embedding_size = 1024
vector_db_url = ":memory:"
vector_db_collection_name = "test_collection"