Semantic Search
Semantic vector search add-on for finding content by meaning.
Last updated
Was this helpful?
Was this helpful?
{
"Umbraco": {
"AI": {
"Search": {
"ChunkSize": 512,
"ChunkOverlap": 50,
"DefaultTopK": 100,
"MinScore": 0.3
}
}
}
}{
"ConnectionStrings": {
"umbracoAIDbDSN": "Server=ai-db;Database=UmbracoAI;...",
"umbracoAIDbDSN_ProviderName": "Microsoft.Data.SqlClient"
}
}