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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/knowledge.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Search for similar content in a knowledge base using vector similarity
60
60
|`results`| array | Array of search results from the knowledge base |
61
61
| ↳ `documentId`| string | Document ID |
62
62
| ↳ `documentName`| string | Document name |
63
+
| ↳ `sourceUrl`| string | URL to the original source document \(e.g., Confluence page, Google Doc, Notion page\). Null for documents without an external source. |
63
64
| ↳ `content`| string | Content of the result |
64
65
| ↳ `chunkIndex`| number | Index of the chunk within the document |
65
66
| ↳ `similarity`| number | Similarity score of the result |
"content": "To reset your password, go to Settings > Security.",
5034
5035
"chunkIndex": 3,
5035
5036
"similarity": 0.95,
@@ -6264,6 +6265,11 @@
6264
6265
"type": "string",
6265
6266
"description": "Filename of the source document."
6266
6267
},
6268
+
"sourceUrl": {
6269
+
"type": "string",
6270
+
"nullable": true,
6271
+
"description": "URL to the original source document for connector-synced documents (e.g., a Confluence page, Google Doc, or Notion page). Null for documents without an external source."
0 commit comments