jlightner
d77b749cfb
fix: Deployed LightRAG on ub01, fixed healthcheck (curl missing from im…
...
- "docker-compose.yml"
- ".gsd/KNOWLEDGE.md"
GSD-Task: S01/T02
2026-04-03 21:35:10 +00:00
jlightner
80097df4da
chore: Added chrysopedia-lightrag service to docker-compose.yml with Qd…
...
- "docker-compose.yml"
- ".env.lightrag"
GSD-Task: S01/T01
2026-04-03 21:26:26 +00:00
jlightner
6375ce667e
fix: MCP server port 8097→8101 (8097 already allocated on ub01)
2026-04-03 02:58:57 +00:00
jlightner
567f69a480
feat: Chrysopedia MCP server — 25 tools for pipeline, infra, content, observability, embeddings, prompts
...
Runs as chrysopedia-mcp container in Docker Compose with direct DB, Redis,
Docker socket, and API access. Streamable HTTP transport on port 8097.
Clients connect via http://ub01:8097/mcp
2026-04-03 02:57:27 +00:00
jlightner
97b9f7234a
feat: Added chrysopedia-watcher service to Docker Compose, deployed and…
...
- "docker-compose.yml"
- ".gsd/milestones/M007/slices/S03/tasks/T02-SUMMARY.md"
GSD-Task: S03/T02
2026-03-30 19:24:39 +00:00
jlightner
7aa33cd17f
fix: Fixed syntax errors in pipeline event instrumentation — _emit_even…
...
- "backend/pipeline/stages.py"
GSD-Task: S01/T01
2026-03-30 08:27:53 +00:00
jlightner
dfaf0481fe
fix: Reduce Celery worker concurrency from 2 to 1 — concurrent LLM requests cause empty responses
...
Qwen 3.5 397B (quantized) returns empty content when handling two large-context
extraction requests simultaneously, likely due to vLLM memory pressure. Sequential
processing eliminates this failure mode.
2026-03-30 05:37:21 +00:00
jlightner
8e96fae64f
fix: Set PROMPTS_PATH=/prompts in API and worker containers
2026-03-30 03:46:46 +00:00
jlightner
541354d89e
fix: Worker healthcheck uses celery inspect ping instead of HTTP (no web server)
2026-03-30 01:25:24 +00:00
jlightner
1b4b803f6b
fix: web healthcheck uses curl instead of wget (busybox wget fails)
2026-03-30 01:24:05 +00:00
jlightner
7256fe7667
fix: Qdrant healthcheck uses bash /dev/tcp (no wget/curl in image)
2026-03-30 01:20:14 +00:00
jlightner
7c79574a25
fix: Ollama healthcheck uses 'ollama list' instead of curl (not in image)
2026-03-30 01:17:06 +00:00
jlightner
c295384c6a
fix: Corrected compose subnet to 172.32.0.0/24, added Qdrant + Ollama services, web on port 8096
...
- Changed network subnet from 172.24.0.0/24 (used by xpltd_docs) to 172.32.0.0/24
- Added chrysopedia-qdrant (qdrant/qdrant:v1.13.2) with healthcheck
- Added chrysopedia-ollama for embedding model (nomic-embed-text)
- Web UI exposed on 0.0.0.0:8096 (XPLTD port-suffix convention)
- API internal-only (via nginx proxy)
- Added HEALTHCHECK to Dockerfile.api
- Updated .env.example with FYN DGX LLM endpoint
2026-03-30 00:54:18 +00:00
jlightner
ad3bccf1f2
fix: Created SQLAlchemy models for all 7 entities, Alembic async migrat…
...
- "backend/models.py"
- "backend/database.py"
- "alembic/versions/001_initial.py"
- "alembic/env.py"
- "alembic.ini"
- "alembic/script.py.mako"
- "docker-compose.yml"
- ".gsd/KNOWLEDGE.md"
GSD-Task: S01/T02
2026-03-29 21:48:36 +00:00
jlightner
cd271c1a8d
feat: Created full Docker Compose project (xpltd_chrysopedia) with Post…
...
- "docker-compose.yml"
- ".env.example"
- "docker/Dockerfile.api"
- "docker/Dockerfile.web"
- "docker/nginx.conf"
- "backend/main.py"
- "backend/requirements.txt"
- "config/canonical_tags.yaml"
GSD-Task: S01/T01
2026-03-29 21:42:56 +00:00