IndexedOneLakeKnowledgeSourceParams interface
Specifies runtime parameters for a indexed OneLake knowledge source
- Extends
Properties
| kind | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| always |
Indicates that this knowledge source should bypass source selection and always be queried at retrieval time. |
| include |
Indicates whether references should be included for data retrieved from this source. |
| include |
Indicates whether references should include the structured data obtained during retrieval in their payload. |
| knowledge |
The name of the index the params apply to. |
| reranker |
The reranker threshold all retrieved documents must meet to be included in the response. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "indexedOneLake"
Property Value
"indexedOneLake"
Inherited Property Details
alwaysQuerySource
Indicates that this knowledge source should bypass source selection and always be queried at retrieval time.
alwaysQuerySource?: boolean
Property Value
boolean
Inherited From KnowledgeSourceParams.alwaysQuerySource
includeReferences
Indicates whether references should be included for data retrieved from this source.
includeReferences?: boolean
Property Value
boolean
Inherited From KnowledgeSourceParams.includeReferences
includeReferenceSourceData
Indicates whether references should include the structured data obtained during retrieval in their payload.
includeReferenceSourceData?: boolean
Property Value
boolean
Inherited From KnowledgeSourceParams.includeReferenceSourceData
knowledgeSourceName
The name of the index the params apply to.
knowledgeSourceName: string
Property Value
string
Inherited From KnowledgeSourceParams.knowledgeSourceName
rerankerThreshold
The reranker threshold all retrieved documents must meet to be included in the response.
rerankerThreshold?: number
Property Value
number
Inherited From KnowledgeSourceParams.rerankerThreshold