agentskit.js

RAGConfig

Auto-generated API reference for RAGConfig.

Interface: RAGConfig

Defined in: types.ts:16

#Properties

#chunkOverlap?

optional chunkOverlap?: number

Defined in: types.ts:20


#chunkSize?

optional chunkSize?: number

Defined in: types.ts:19


#embed

embed: EmbedFn

Defined in: types.ts:17


#split?

optional split?: (text) => string[]

Defined in: types.ts:21

#Parameters

text

string

#Returns

string[]


#store

store: VectorMemory

Defined in: types.ts:18


#threshold?

optional threshold?: number

Defined in: types.ts:23


#topK?

optional topK?: number

Defined in: types.ts:22

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page