Interface for the arguments required to initialize a FaissStore instance.

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

Properties

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

Generated using TypeDoc