v0.3.2 — Bundled Expert Data
Bundled Expert Data — Zero-Setup Fallback
pip install gibsgraph now ships working expert knowledge out of the box. No Neo4j data loading required.
Added
- Bundled expert data — 5 JSONL files (~750K) included in the package
BundledExpertStore— keyword-based fallback when Neo4j expert fulltext index is unavailable- Expert knowledge works immediately after install — no setup steps needed
src/gibsgraph/data/: cypher_clauses, cypher_functions, cypher_examples, modeling_patterns, best_practices
Changed
ExpertStore.search()falls back to bundled JSONL instead of returning empty when Neo4j unavailableExpertStore.search()falls back to bundled JSONL on Neo4j query exceptions (was returning empty)
Testing
- 224 unit tests passing (was 216), 79% coverage
- 15 new tests:
BundledExpertStore, bundled data file validation, tokenizer, fallback wiring
Install
pip install gibsgraphFull Changelog: v0.3.1...v0.3.2
Full Changelog: v0.3.0...v0.3.2