Stateless one-shot wrapper for Cognee batch cognify: fresh temp dir per request, no resume, non-streaming, text-only, bounded concurrency (3). Per SPIKE-FINDINGS gate 5, Cognee should default its LLM to LiteLLM; this is the optional low-volume path. New service + cognee-llm-home volume in compose. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
16 lines
459 B
YAML
16 lines
459 B
YAML
# Intended service block for /home/alvis/agap_git/openai/docker-compose.yml.
|
|
# Not wired in yet (see P3 task note) — orchestrator merges this in and adds
|
|
# `cognee-llm-home` to the top-level `volumes:` section.
|
|
|
|
cognee-llm:
|
|
build: ./cognee-llm
|
|
container_name: cognee-llm
|
|
ports:
|
|
- "8011:8011"
|
|
volumes:
|
|
- cognee-llm-home:/root/.kimi-code
|
|
restart: unless-stopped
|
|
|
|
# Add to the top-level `volumes:` block:
|
|
# cognee-llm-home:
|