Expand description
Logic solver for reasoning queries with semantic integration
This module provides integration between semantic search and logic reasoning:
- Predicate-to-embedding mapping for similarity-based matching
- Logic term similarity for fuzzy unification
- Proof tree search using vector indices
- Backward chaining with semantic relevance
- Subgoal decomposition and dependency tracking
Structsยง
- Logic
Solver - Logic solver with semantic integration
- Predicate
Embedder - Maps logic predicates to vector embeddings for similarity search
- Proof
Search - Proof search with semantic guidance
- Proof
Tree Node - Proof tree node for search
- Solver
Config - Configuration for the logic solver
- Solver
Stats - Statistics for the logic solver