searchChunksOp
searchChunksOp(
ctx:StorageOperationsContext,queryVector:number[],options?:object):Promise<ChunkSearchResult[]>
Defined in: src/lib/db/chat/operations.ts:632Â
Search through message chunks for fine-grained semantic search. Returns the matching chunk text along with the parent message.
Parameters
| Parameter | Type |
|---|---|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns
Promise<ChunkSearchResult[]>
Last updated on