InMemoryDocumentEmbeddingStorage

constructor(embedder: DocumentEmbedder<Document>)(source)

Parameters

embedder

A mechanism responsible for embedding the documents into vector representations.

Type Parameters

Document

The type of the documents being stored.