langchain.js
    Preparing search index...

    Interface for the arguments required to initialize a FaissStore instance.

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

    Properties

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