faiss.index_shards

Undocumented in source.

Members

Aliases

FaissIndexShards
alias FaissIndexShards = 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_IndexShards_add_shard
int faiss_IndexShards_add_shard(FaissIndexShards* index, FaissIndex* shard)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_at
FaissIndex* faiss_IndexShards_at(FaissIndexShards* 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_IndexShards_free
void faiss_IndexShards_free(FaissIndexShards* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_new
int faiss_IndexShards_new(FaissIndexShards** 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_IndexShards_new_with_options
int faiss_IndexShards_new_with_options(FaissIndexShards** p_index, idx_t d, int threaded, int successive_ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_own_fields
int faiss_IndexShards_own_fields(const(FaissIndexShards)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_remove_shard
int faiss_IndexShards_remove_shard(FaissIndexShards* index, FaissIndex* shard)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_set_own_fields
void faiss_IndexShards_set_own_fields(FaissIndexShards* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_set_successive_ids
void faiss_IndexShards_set_successive_ids(FaissIndexShards* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
faiss_IndexShards_successive_ids
int faiss_IndexShards_successive_ids(const(FaissIndexShards)* )
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