Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
RAGStep
Interface RAGStep
RAG query step
interface
RAGStep
{
type
:
"rag"
;
id
:
string
;
query
:
StepInput
;
pipeline
:
string
;
topK
?:
number
;
output
?:
string
;
}
Index
Properties
type
id
query
pipeline
topK?
output?
Properties
Readonly
type
type
:
"rag"
Readonly
id
id
:
string
Readonly
query
query
:
StepInput
Readonly
pipeline
pipeline
:
string
Optional
Readonly
topK
topK
?:
number
Optional
Readonly
output
output
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
query
pipeline
topK
output
Stratix Framework - v0.8.2
Loading...
RAG query step