cc-rag / Dockerfile

Commit History

chore: remove unused data_dir / DATA_DIR (Storage Bucket dependency)
841d2e6

MATSUMURA Taishi Claude Sonnet 4.6 commited on

fix(docker): remove HEALTHCHECK to let HF Spaces use its own mechanism
0c8eee3

MATSUMURA Taishi Claude Sonnet 4.6 commited on

refactor(docker): remove in-container Neo4j, connect to external GCP Neo4j
6940fc4

MATSUMURA Taishi Claude Sonnet 4.6 commited on

fix(neo4j): move data dirs from /data (S3 FUSE) to /tmp (local)
a8e89f8

MATSUMURA Taishi Claude Sonnet 4.6 commited on

debug(spaces): HEALTHCHECK + neo4j logs to stdout for HF health check diagnosis
c8e5f4b

MATSUMURA Taishi Claude Sonnet 4.6 commited on

refactor(extractor): remove heuristic fallback, require OpenAI API key
2b5418e

matsuap Claude Sonnet 4.6 commited on

fix(neo4j): use /data for persistent storage, chown fallback to chmod 777
0b52992

matsuap commited on

refactor(docker): switch to python:3.11-slim base, install neo4j via APT
48fee7d

matsuap commited on

fix(neo4j): bypass entrypoint, write neo4j.conf directly, start binary via supervisord
6435c4f

matsuap commited on

fix(docker): add git for HF Spaces build pipeline
d2fe3d3

matsuap commited on

fix(neo4j): redirect data dirs to /tmp to avoid HF Spaces /data permission issue
af43704

matsuap commited on

fix(docker): upgrade pip before installing requirements
042745c

matsuap commited on

fix(docker): remove --break-system-packages unsupported by pip in base image
0a22f9d

matsuap commited on

feat: implement CC-RAG prototype with Neo4j, FastAPI, React
e675bdb

matsuap commited on