Searches for documents similar to a text query by embedding the query, and returns results with similarity scores.
similaritySearchWithScore(
query: string,
k: number,
filter: Record<string, string>,
_callbacks: Callbacks
): Promise<[DocumentInterface<Record<string, any>>, number][]>