Skip to content

Commit cbd1ac4

Browse files
committed
docs/meta: Remove Key Features and add library keywords
1 parent aa7a920 commit cbd1ac4

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ By replacing massive deep learning libraries with highly optimized, compiled C++
99

1010
---
1111

12-
## Key Features
13-
14-
- **No PyTorch or Transformers:** Fully decoupled from the heavy standard library pipeline. A simple `pip install` completes in seconds.
15-
- **Micro Memory Footprint:** Executes multi-vector graphs inside ONNX Runtime, drawing less than 65MB of RAM during inference.
16-
- **Fast Rust Tokenization:** Uses Hugging Face's raw Rust tokenization backend directly.
17-
- **Dynamic Punctuation Skiplist:** Dynamically parses `tokenizer.json` at initialization, creating a zero-overhead mask to discard punctuation vectors, matching ColBERT index-saving behaviors.
18-
- **Standardized Late Interaction:** Exposes native NumPy-based MaxSim calculations.
19-
20-
---
21-
2212
## Installation
2313

2414
Install the library directly via pip:

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ classifiers = [
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
1616
]
17+
keywords = [
18+
"colbert",
19+
"late-interaction",
20+
"onnx",
21+
"onnxruntime",
22+
"embedding",
23+
"search",
24+
"information-retrieval",
25+
"vector-search",
26+
"zero-pytorch",
27+
"modernbert"
28+
]
1729
dependencies = [
1830
"onnxruntime>=1.16.0",
1931
"tokenizers>=0.19.0",

0 commit comments

Comments
 (0)