chore: project scaffolding mit uv und pyproject.toml

This commit is contained in:
2026-05-04 21:54:17 +02:00
parent 8746b187a7
commit db46a154c8
7 changed files with 61 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
NEXTCLOUD_WEBDAV_URL=https://nc.example.com/remote.php/dav/files/myuser
NEXTCLOUD_USER=myuser
NEXTCLOUD_APP_PASSWORD=changeme
OLLAMA_URL=http://ollama:11434
OLLAMA_EMBED_MODEL=qwen3-embedding:0.6b
QDRANT_URL=http://qdrant:6333
QDRANT_COLLECTION=rag_thb_studium
WEBHOOK_SECRET=changeme
INGEST_ROOT=Documents/THB/Studium
CHUNK_SIZE_WORDS=500
CHUNK_OVERLAP_WORDS=50
LOG_LEVEL=INFO