Type Parameters

Hierarchy

  • Omit<Toolkit<Store>, "vectorStore">
    • MatryoshkaRetrievalFields

Properties

largeStore: Store

The vector store using the larger embeddings model.

smallStore: Store

The vector store using the smaller embeddings model.

idKey?: string

Optionally override the ID key used to filter the large store results.

Default

"id"
largeK?: number

The number of documents to retrieve from the large store.

Default

5
smallK?: number

The number of documents to retrieve from the small store.

Default

20

Generated using TypeDoc