Craft RAG
const { rag } = MODULES;
Table of Contents
Schemas
RetrieveResultValue
Type: Object
Properties
filePath
string Source file path.text
string The text chunk.distance
number The distance between the query dense embedding vector and the context text vector.
Methods
retrieveContexts
Parameters
-
param
Object
Returns Promise<RetrieveResultValue>