@magnetical/core
v0.2.8
Published
Core Magnetical search engine
Maintainers
Readme
@magnetical/core
Core search engine for Magnetical - a serverless search engine.
Features
- Text search with trigram indexing and BM25 scoring
- Vector search with HNSW indexing
- Geographic search with H3 spatial indexing
- Hybrid multi-modal search
- Parquet-based document storage
- Pluggable storage backends
Installation
pnpm add @magnetical/coreUsage
import { Magnetical } from '@magnetical/core';
// Documentation will be available in Phase 8Development Status
This package is currently in MVP development. See the main repository README for implementation status.
License
MIT License - see LICENSE.md for details.
