| [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" | |