faiss.index_replicas

Undocumented in source.

Members

Aliases

FaissIndexReplicas
alias FaissIndexReplicas = FaissIndex_H
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

faiss_IndexReplicas_add_replica
int faiss_IndexReplicas_add_replica(FaissIndexReplicas* index, FaissIndex* replica)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_at
FaissIndex* faiss_IndexReplicas_at(FaissIndexReplicas* index, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_free
void faiss_IndexReplicas_free(FaissIndexReplicas* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_new
int faiss_IndexReplicas_new(FaissIndexReplicas** p_index, idx_t d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_new_with_options
int faiss_IndexReplicas_new_with_options(FaissIndexReplicas** p_index, idx_t d, int threaded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_own_fields
int faiss_IndexReplicas_own_fields(const(FaissIndexReplicas)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_remove_replica
int faiss_IndexReplicas_remove_replica(FaissIndexReplicas* index, FaissIndex* replica)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexReplicas_set_own_fields
void faiss_IndexReplicas_set_own_fields(FaissIndexReplicas* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FaissIndex_H
struct FaissIndex_H

Index that concatenates the results from several sub-indexes

Meta