![]() |
VOOZH | about |
dotnet add package Umbraco.AI.Search --version 1.0.0
NuGet\Install-Package Umbraco.AI.Search -Version 1.0.0
<PackageReference Include="Umbraco.AI.Search" Version="1.0.0" />
<PackageVersion Include="Umbraco.AI.Search" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="Umbraco.AI.Search" />Project file
paket add Umbraco.AI.Search --version 1.0.0
#r "nuget: Umbraco.AI.Search, 1.0.0"
#:package Umbraco.AI.Search@1.0.0
#addin nuget:?package=Umbraco.AI.Search&version=1.0.0Install as a Cake Addin
#tool nuget:?package=Umbraco.AI.Search&version=1.0.0Install as a Cake Tool
AI-powered semantic vector search for Umbraco CMS content and media. Built on Umbraco.Cms.Search and Umbraco.AI's embedding capabilities, it registers as a search provider alongside Examine and other CMS Search providers.
VECTOR_DISTANCE() with brute-force fallback for older versionsIIndexer/ISearcher via Umbraco.Cms.Search, works alongside ExamineIAIVectorStore for alternative storage backendsThis package is part of the . For local development, see the monorepo setup instructions in the root README.
dotnet add package Umbraco.AI.Search
This meta-package includes all required components. For more control, install individual packages:
| Package | Description |
|---|---|
Umbraco.AI.Search.Core |
Domain models, services, indexer, searcher, tools |
Umbraco.AI.Search.Db |
Shared EF Core DbContext and base vector store |
Umbraco.AI.Search.Db.SqlServer |
SQL Server migrations + native VECTOR_DISTANCE override |
Umbraco.AI.Search.Db.Sqlite |
SQLite migrations |
{
"Umbraco": {
"AI": {
"Search": {
"ChunkSize": 512,
"ChunkOverlap": 50,
"DefaultTopK": 100,
"MinScore": 0.3
}
}
}
}
| Option | Default | Description |
|---|---|---|
ChunkSize |
512 |
Maximum tokens per text chunk |
ChunkOverlap |
50 |
Token overlap between consecutive chunks |
DefaultTopK |
100 |
Max candidates from vector similarity search |
MinScore |
0.3 |
Minimum cosine similarity score (0.0-1.0) to include a result |
This project is licensed under the MIT License. See for details.
Learn more about Target Frameworks and .NET Standard.
Showing the top 3 NuGet packages that depend on Umbraco.AI.Search:
| Package | Downloads |
|---|---|
|
argentini.umbraco.search.qdrant
Qdrant vector store support for Umbraco semantic search. |
|
|
fynydd.umbraco.search.qdrant
Qdrant vector store support for Umbraco semantic search. |
|
|
Umbraco.Community.AiAgentMemory
AI Agent Memory for Umbraco — persistent memory + learning layer for Umbraco's AI agent stack. Editors give thumbs-up / thumbs-down feedback on agent runs via the AI Agent Feedback widget; the package indexes that feedback as searchable memory and injects it into subsequent runs so agents suppress false positives and reuse validated patterns. Composes on Umbraco.AI 1.8+ (vector store via Umbraco.AI.Search). Memory is off by default; per-agent opt-in via appsettings.json. Built for Umbraco v17+. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 320 | 6/10/2026 |
| 1.0.0-beta9 | 187 | 6/1/2026 |
| 1.0.0-beta8 | 180 | 5/21/2026 |
| 1.0.0-beta6 | 161 | 5/14/2026 |
| 1.0.0-beta4 | 248 | 5/6/2026 |
| 1.0.0-beta3 | 290 | 4/16/2026 |
| 1.0.0-beta2 | 177 | 4/8/2026 |
| 1.0.0-beta10 | 96 | 6/4/2026 |
| 1.0.0-beta1 | 196 | 3/27/2026 |