Skip to content

fix(ci): default model paths + README MCP/slim-image notes#194

Merged
KailasMahavarkar merged 2 commits into
mainfrom
fix/ci-models-path-and-readme-mcp
May 4, 2026
Merged

fix(ci): default model paths + README MCP/slim-image notes#194
KailasMahavarkar merged 2 commits into
mainfrom
fix/ci-models-path-and-readme-mcp

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Contributor

Summary

PR #193 inadvertently shipped a config.py change that prepended /misc/ and /jina/ to the default tinybert-ner and reranker model paths. CI (no MODELS_DIR env var) resolved to ./models/misc/tinybert-ner which doesn't exist, breaking 50+ tests on every Python matrix entry.

This PR:

  • Restores defaults to ./models/tinybert-ner and ./models/jina-reranker-v3/... (parity with PR feat(docker): CPU + Pro GPU images + compose profiles #192).
  • Keeps the MODELS_DIR env override - still useful for containerised Pro deployments.
  • Updates README to reflect the slim Pro Docker image (5.2 GB, was 6 GB) and adds an MCP server section documenting the new graphstore-mcp console script, Claude Desktop config, and tool surface.

Test plan

PR #193 bundled a config.py change that prepended /misc/ to the
tinybert-ner default path and /jina/ to the reranker default path.
On CI (no MODELS_DIR set) this resolved to ./models/misc/tinybert-ner
which doesn't exist, breaking 50+ tests with FileNotFoundError when
CREATE NODE triggered entity extraction.

Restore the original paths (./models/tinybert-ner,
./models/jina-reranker-v3/...) while keeping the MODELS_DIR env
override that's useful for containerised Pro deployments.

README updates:
- Pro GPU image size 6 GB -> 5.2 GB slim, with notes on the slim build
  topology and SKIP_MODEL_PREFETCH.
- New 'MCP server (agentic memory)' section documenting the
  graphstore-mcp console script, Claude Desktop config, exposed tools,
  and Pro-mode hookup.
@KailasMahavarkar KailasMahavarkar merged commit 69d2680 into main May 4, 2026
5 checks passed
@KailasMahavarkar KailasMahavarkar deleted the fix/ci-models-path-and-readme-mcp branch May 4, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant