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

fix(api): ensure health checks always return 200 for HF Spaces
1db9cff

MATSUMURA Taishi Claude Sonnet 4.6 commited on

refactor(extractor): migrate to Responses API (client.responses.create)
067e38e

matsuap Claude Sonnet 4.6 commited on

fix(extractor): max_tokens -> max_completion_tokens for gpt-5-mini, bump openai>=1.84.0
0332e82

matsuap Claude Sonnet 4.6 commited on

fix(deps): upgrade openai>=1.57.0 to fix httpx proxies incompatibility
2b703de

matsuap Claude Sonnet 4.6 commited on

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

matsuap Claude Sonnet 4.6 commited on

feat(ui): add drag-and-drop file upload to UploadPanel
596b0e3

matsuap Claude Sonnet 4.6 commited on

feat(sample): switch Load Sample to Japanese supply chain text
a2aee7d

matsuap Claude Sonnet 4.6 commited on

feat(nlp): add Japanese language support
a8dddda

matsuap Claude Sonnet 4.6 commited on

debug(api): pipe uvicorn stdout/stderr to container logs
c48db2b

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(api): run Neo4j init as background task so FastAPI responds immediately
0e412ae

matsuap commited on

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

matsuap commited on

fix(neo4j): chown /data to neo4j in start.sh before supervisord starts neo4j
ceefb10

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(supervisord): use /tmp for pidfile/logs, remove user directives for HF Spaces compat
0d63655

matsuap commited on

fix(frontend): declare react-cytoscapejs module, add explicit any types
3b2d223

matsuap commited on

fix(deps): use networkx 3.2.1, last version supporting Python 3.9
d175431

matsuap commited on

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

matsuap commited on

fix(deps): downgrade networkx to 3.3 for Python 3.9 compatibility
e47b961

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

initial commit
d4dc64e
verified

matsuap commited on