Skip to content

Commit 144a025

Browse files
author
Salman Mohammed
committed
updated pyproject
2 parents 235d490 + 2dd5752 commit 144a025

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# UTCP Embedding Search Plugin
2+
3+
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.

plugins/tool_search/in_mem_embeddings/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ embedding = [
2828
"torch>=1.9.0",
2929
]
3030

31+
authors = [ { name = "UTCP Contributors" } ]
32+
3133
[project.urls]
3234
Homepage = "https://utcp.io"
3335
Source = "https://github.com/universal-tool-calling-protocol/python-utcp"

0 commit comments

Comments
 (0)