Metadata-Version: 2.4
Name: son_logic_engine
Version: 0.1.4
Summary: High-performance sequential weighting search and cluster compression with Polymorphism
Author: Son <sonbuwin@gmail.com>
Author-email: Son <sonbuwin@gmail.com>
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# son_logic_engine

High-performance Search Engine logic for RAG implemented in Rust.

## Installation

```bash
pip install son_logic_engine
```

## Features

*   **Sequential Weighting Search (LOC)**: Rank sentences based on keyword matches and character-position weighting.
*   **Grapheme Cluster Compression**: Efficiently encode Vietnamese characters.
*   **Polymorphic API**: `encode_double` accepts `str` or `list[str]`.

