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