Interface for the arguments required to initialize a FaissStore instance.

interface FaissLibArgs {
    docstore?: SynchronousInMemoryDocstore;
    index?: IndexFlatL2;
    mapping?: Record<number, string>;
}

Properties

index?: IndexFlatL2
mapping?: Record<number, string>

Generated using TypeDoc