Keep Cognee artifacts out of ingestion

This commit is contained in:
Songbird
2025-11-14 10:58:41 +01:00
parent d33847609f
commit a05a8235ea
3 changed files with 98 additions and 10 deletions
+5
View File
@@ -29,6 +29,11 @@ services:
LLM_ENDPOINT: http://llm-proxy:4000
LOG_LEVEL: INFO
ENVIRONMENT: dev
COGNEE_TEMP_DIR: /tmp/cognee
# Processed text files must be persisted so downstream ingestion doesn't 404.
COGNEE_SKIP_PROCESSED_FILE_STORAGE: "false"
# Store normalized Cognee artifacts outside of ingestion prefixes
COGNEE_PROCESSED_SUBDIR: cognee_artifacts
ports:
- "18000:8000"
networks: