Metadata-Version: 2.4
Name: simlar-engine
Version: 1.0.1
Summary: High-performance similarity search — compiled binary engine
License-Expression: LicenseRef-TekDatum-Commercial
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: EULA.md
License-File: THIRD_PARTY_LICENSES.md
Requires-Dist: numpy>=1.24
Requires-Dist: bm25s>=0.1
Requires-Dist: nltk>=3.8
Requires-Dist: PyStemmer>=2.0
Requires-Dist: numba>=0.60.0
Provides-Extra: dev
Requires-Dist: Cython>=3.0; extra == "dev"
Requires-Dist: cibuildwheel>=2.16; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: numpy>=1.24; extra == "dev"
Dynamic: license-file

# simlar-engine

High-performance similarity search — a compiled binary engine.

`simlar-engine` is the optimized engine that powers the [`simlar`](https://pypi.org/project/simlar/)
search library. 

## Features

- Fast, memory-efficient vector similarity search
- Hybrid search combining semantic and keyword relevance
- Keyword and exact-text search

## Installation

```bash
pip install simlar-engine
```

Prebuilt wheels are provided for CPython 3.11–3.13 on Linux, macOS, and Windows.

## Usage

Most users should install [`simlar`](https://pypi.org/project/simlar/), which provides the
high-level API on top of this engine.

## License

Commercial / proprietary. Use is governed by the TekDatum End User License Agreement.
See the accompanying EULA. All rights reserved.
