About 236 results
Open links in new tab
  1. Welcome to Faiss Documentation

    Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM.

  2. Struct faiss::IndexFlatL2 — Faiss documentation

    Computes a residual vector after indexing encoding. The residual vector is the difference between a vector and the reconstruction that can be decoded from its representation in the index.

  3. Struct faiss::IndexHNSW — Faiss documentation

    Computes a residual vector after indexing encoding. The residual vector is the difference between a vector and the reconstruction that can be decoded from its representation in the index.

  4. Struct faiss::Index — Faiss documentation

    Computes a residual vector after indexing encoding. The residual vector is the difference between a vector and the reconstruction that can be decoded from its representation in the index.

  5. Welcome to Faiss Documentation — Faiss documentation

    Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM.

  6. Struct faiss::Clustering — Faiss documentation

    Therefore, at each iteration the centroids are added to the index. On output, the centoids table is set to the latest version of the centroids and they are also added to the index. If the centroids table it is not …

  7. File distances.h — Faiss documentation

    Return the k nearest neighbors of each of the nx vectors x among the ny vector y, for the inner product metric. Parameters: x – query vectors, size nx * d y – database vectors, size ny * d distances – …

  8. Struct faiss::IndexIVF — Faiss documentation

    Computes a residual vector after indexing encoding. The residual vector is the difference between a vector and the reconstruction that can be decoded from its representation in the index.

  9. Namespace faiss::gpu — Faiss documentation

    Wrapper around the GPU implementation that looks like faiss::IndexFlat; copies over centroid data from a given faiss::IndexFlat Subclassed by faiss::gpu::GpuIndexFlatIP, faiss::gpu::GpuIndexFlatL2

  10. Struct faiss::IndexRefine — Faiss documentation

    Computes a residual vector after indexing encoding. The residual vector is the difference between a vector and the reconstruction that can be decoded from its representation in the index.