Skip to content

RAGQueryEngine

@waldiez/react v0.5.9


RAGQueryEngine = object

Defined in: src/waldiez/models/Agent/DocAgent/types.ts:20

RAGQueryEngine The configuration for the RAG query engine used by the document agent. It can be one of the following:

PropertiesΒΆ

citationChunkSize?ΒΆ

optional citationChunkSize: number

Defined in: src/waldiez/models/Agent/DocAgent/types.ts:24


dbPath?ΒΆ

optional dbPath: string | null

Defined in: src/waldiez/models/Agent/DocAgent/types.ts:22


enableQueryCitations?ΒΆ

optional enableQueryCitations: boolean

Defined in: src/waldiez/models/Agent/DocAgent/types.ts:23


typeΒΆ

type: "VectorChromaQueryEngine" | "VectorChromaCitationQueryEngine" | "InMemoryQueryEngine"

Defined in: src/waldiez/models/Agent/DocAgent/types.ts:21