Skip to content

Commit 5ef8da2

Browse files
SonAIengineclaude
andcommitted
release: v0.7.0 — PPR, Evidence Chain, Auto-Ontology 최적화, HotPotQA 0.856
## v0.7.0 주요 변경사항 ### 신규 기능 - Personalized PageRank 엔진 — spreading activation 교체, multi-hop +28% - Evidence Chain Assembly — BFS bridge + context compression + fact extraction - HybridClassifier — 규칙(confidence≥0.6) → LLM fallback 2단계 분류 - LLMClassifier batch 모드 — 8~16개 문서 일괄 분류, 비용 3~5x 절감 - EmbeddingRelationDetector — cosine similarity 기반 자동 관계 생성 - PhraseExtractor — HippoRAG2 dual-node KG (passage+phrase) - AnthropicLLMProvider — Claude API 지원 ### 벤치마크 결과 - HotPotQA 24문항 Correctness: 0.856 (Cognee 0.925의 92.5%) - 4B 로컬 모델(qwen3.5:4b)로 달성 - 외부 데이터셋 8종 IR 벤치마크 포함 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3322c69 commit 5ef8da2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "synaptic-memory"
7-
version = "0.6.0"
8-
description = "Brain-inspired knowledge graph for LLM agents — auto-ontology (rule/embedding/LLM), Hebbian learning, memory consolidation, hybrid search."
7+
version = "0.7.0"
8+
description = "Brain-inspired knowledge graph for LLM agents — PPR, evidence chain, auto-ontology (rule/embedding/LLM), Hebbian learning, memory consolidation."
99
license = "MIT"
1010
requires-python = ">=3.12"
1111
readme = "README.md"
@@ -15,7 +15,8 @@ keywords = [
1515
"agent-memory",
1616
"auto-ontology",
1717
"hebbian-learning",
18-
"spreading-activation",
18+
"personalized-pagerank",
19+
"evidence-chain",
1920
"memory-consolidation",
2021
"hybrid-search",
2122
"ontology",

0 commit comments

Comments
 (0)