Documentation Index
Fetch the complete documentation index at: https://docs.evergreens.ai/llms.txt
Use this file to discover all available pages before exploring further.
Author: Adnan AliDefinition
Below is the definition for the KnowledgebaseEntity:KnowledgebaseEntity
| Property | Type | Description |
|---|---|---|
| cluster | object | An object representing the cluster to which the knowledge base entity belongs, including fields such as: |
- id: The unique identifier of the cluster. | ||
- name: The name of the cluster. | ||
- type: The type of the cluster (e.g., “website”, “sitemap”, etc.). | ||
- metadata: An optional object containing additional metadata about the cluster, | ||
which may include fields such as url, title, pullType, excludeFooter, and excludeHeader. | ||
| searchChunks | array | An array of search chunks associated with the knowledge base entity, where each chunk includes fields such as: |
- id: The unique identifier of the chunk. | ||
- score: The relevance score of the chunk, indicating how closely it matches a search query. | ||
- metadata: An object containing additional metadata about the chunk, including | ||
fields such as clusterId, fileId, filename, name, and text (which is always in markdown format). |