chore: project scaffolding mit uv und pyproject.toml
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user