You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin registers the embedding-based semantic search strategy with UTCP 1.0 via entry points.
4
+
5
+
## Installation
6
+
7
+
```bash
8
+
pip install utcp-embedding-search
9
+
```
10
+
11
+
Optionally, for high-quality embeddings:
12
+
13
+
```bash
14
+
pip install "utcp-embedding-search[embedding]"
15
+
```
16
+
17
+
## How it works
18
+
19
+
When installed, this package exposes an entry point under `utcp.plugins` so the UTCP core can auto-discover and register the `embedding_search` strategy.
0 commit comments