mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
10 lines
339 B
JSON
10 lines
339 B
JSON
{
|
|
"developerName": "Knowledge_Index",
|
|
"displayName": "Knowledge Index",
|
|
"description": "Example semantic search index for a structured or unstructured Data Cloud source",
|
|
"sourceObject": "KnowledgeArticleVersion__dlm",
|
|
"embeddingModel": "e5_large_v2",
|
|
"chunkingStrategy": "passage_extraction",
|
|
"similarityMetric": "COSINE"
|
|
}
|