MCPcopy Create free account

hub / github.com/alibaba/zvec / functions

Functions10,974 in github.com/alibaba/zvec

↓ 35 callersMethodkey
Retrieve primary key
tools/core/vecs_index_holder.h:74
↓ 34 callersMethodfind
tools/core/filter_result_cache.h:38
↓ 34 callersMethodpk
src/include/zvec/db/doc.h:66
↓ 34 callersMethodtype
src/db/index/common/meta.h:63
↓ 33 callersMethodCollectionSchema
src/include/zvec/db/schema.h:292
↓ 33 callersMethodcreate
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:1605
↓ 33 callersMethoddata
Retrieve pointer of data
src/core/algorithm/diskann/diskann_holder.h:95
↓ 33 callersMethodid
src/db/index/segment/segment.cc:581
↓ 33 callersFunctionzvec_index_params_create
* @brief Create index parameters of specified type * @param index_type Type of index to create * @return New index params handle, or NULL on failure
src/binding/c/c_api.cc:1334
↓ 32 callersMethodelement_size
Retrieve element size in bytes
src/core/algorithm/diskann/diskann_holder.h:236
↓ 32 callersMethodexecute
src/db/sqlengine/sqlengine_impl.cc:58
↓ 32 callersMethodreset
src/db/index/column/fts_column/tokenizer/jieba_tokenizer.cc:121
↓ 32 callersMethodset_pk
src/include/zvec/db/doc.h:62
↓ 32 callersMethodtype
src/db/sqlengine/parser/node.cc:37
↓ 32 callersFunctionzvec_field_schema_create
src/binding/c/c_api.cc:1983
↓ 31 callersMethodcapacity
src/core/algorithm/ivf/ivf_dumper.h:89
↓ 31 callersMethoddata_type
Retrieve type information
src/core/framework/index_helper.cc:202
↓ 31 callersMethoddelete
(self, ids: str)
python/zvec/model/collection.py:323
↓ 31 callersMethodflush
tests/db/sqlengine/mock_segment.h:532
↓ 31 callersMethodsize
Retrieve size
src/include/zvec/core/framework/index_dumper.h:56
↓ 31 callersMethodupdate
(self, docs: Doc)
python/zvec/model/collection.py:296
↓ 30 callersMethodLA
src/db/sqlengine/parser/case_changing_charstream.h:44
↓ 30 callersMethodclear
Clear all fields to init value
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:114
↓ 30 callersFunctioncreate
src/include/zvec/ailego/buffer/concurrentqueue.h:4290
↓ 30 callersFunctionzvec_index_params_destroy
* @brief Destroy index parameters and free memory * @param params Index params to destroy (can be NULL) */
src/binding/c/c_api.cc:1406
↓ 29 callersMethodbuild
src/core/algorithm/ivf/ivf_builder.cc:340
↓ 28 callersMethoddata_type
src/db/sqlengine/analyzer/query_info.h:83
↓ 28 callersMethoddimension
Retrieve dimension
tools/core/vecs_index_holder.h:136
↓ 28 callersMethodthreshold
Get quantization threshold
src/ailego/algorithm/binary_quantizer.h:53
↓ 28 callersMethodtransform
Transform a query
src/core/algorithm/ivf/ivf_entity.cc:124
↓ 28 callersFunctionzvec_free
* @brief Free memory allocated by zvec_malloc * @param ptr Pointer to memory to free (can be NULL) * * @note Use zvec_free instead of free to ensu
src/binding/c/c_api.cc:956
↓ 27 callersMethod_get_object
(self)
python/zvec/model/schema/field_schema.py:132
↓ 27 callersMethodcreate_context
tools/core/flow.h:153
↓ 27 callersMethodtrain
tests/core/algorithm/ivf/ivf_searcher_test.cc:44
↓ 26 callersMethodclear
src/db/index/storage/parquet_buffer_pool.cc:117
↓ 26 callersMethodmeta
tests/db/sqlengine/mock_segment.h:377
↓ 26 callersMethodset_name
src/include/zvec/db/schema.h:107
↓ 26 callersMethodwait
Wait until task finished
src/include/zvec/ailego/parallel/thread_pool.h:293
↓ 26 callersFunctionzvec_collection_schema_create
src/binding/c/c_api.cc:2261
↓ 25 callersFunctionAlignSize
tools/core/local_builder.cc:220
↓ 25 callersMethoddistance_matrix
Retrieve distance function for index features
src/core/metric/cosine_metric.cc:194
↓ 25 callersMethodhas_field
Check if the document contains a scalar field with the given name. Args: name (str): Name of the field to check. Returns
python/zvec/model/doc.py:78
↓ 25 callersMethodquantize_type
src/include/zvec/db/index_params.h:180
↓ 25 callersMethodscore
tests/db/sqlengine/mock_segment.h:60
↓ 25 callersMethodsize
src/core/algorithm/diskann/diskann_util.h:181
↓ 25 callersFunctionzvec_collection_create_and_open
src/binding/c/c_api.cc:4683
↓ 25 callersFunctionzvec_collection_schema_add_field
src/binding/c/c_api.cc:2311
↓ 25 callersFunctionzvec_index_params_set_metric_type
* @brief Set metric type for vector index parameters * @param params Index parameters (must be vector index type) * @param metric_type Metric type t
src/binding/c/c_api.cc:1418
↓ 24 callersFunctionbatchdoc_and_check
( collection: Collection, multiple_docs, doc_num, operator="insert" )
python/tests/detail/test_collection_dql.py:37
↓ 24 callersMethodclear
Clear all fields to init value
src/core/algorithm/hnsw_rabitq/hnsw_rabitq_entity.h:132
↓ 24 callersMethoddata
src/core/algorithm/hnsw/hnsw_entity.h:186
↓ 24 callersMethodmetric_type
src/include/zvec/db/index_params.h:172
↓ 24 callersMethodreserve
Request a change in capacity
tests/ailego/container/heap_test.cc:375
↓ 24 callersMethodset_metric
src/core/framework/index_flow.cc:82
↓ 24 callersFunctionzvec_collection_destroy
src/binding/c/c_api.cc:4762
↓ 23 callersMethodAppend
src/ailego/utility/string_helper.cc:76
↓ 23 callersMethodback
Access last element
src/include/zvec/ailego/container/vector.h:519
↓ 23 callersMethodclose
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:1611
↓ 23 callersMethodcount
Retrieve count of elements in holder
tools/core/vecs_index_holder.h:129
↓ 23 callersMethoddoc_cnt
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:150
↓ 23 callersMethodmake_group
Make a task group
src/include/zvec/ailego/parallel/thread_pool.h:231
↓ 23 callersMethodnext
tests/db/sqlengine/mock_segment.h:64
↓ 23 callersMethodsearch_impl
src/core/framework/index_flow.cc:307
↓ 23 callersMethodset_threshold
Set quantization threshold
src/ailego/algorithm/binary_quantizer.h:48
↓ 23 callersMethodset_topk
tools/core/flow.h:120
↓ 23 callersFunctionzvec_doc_add_field_by_value
src/binding/c/c_api.cc:3107
↓ 23 callersFunctionzvec_doc_set_pk
src/binding/c/c_api.cc:2896
↓ 23 callersFunctionzvec_index_params_set_hnsw_params
* @brief Set HNSW-specific parameters * @param params Index parameters (must be HNSW type) * @param m Graph connectivity parameter * @param ef_cons
src/binding/c/c_api.cc:1584
↓ 22 callersMethodadd_column
Add a new column to the collection. The column is populated using the provided expression (e.g., SQL-like formula). Args:
python/zvec/model/collection.py:164
↓ 22 callersMethodcreate_iterator
tests/db/sqlengine/mock_segment.h:48
↓ 22 callersFunctiongenerate_vectordict_random
(schema: CollectionSchema)
python/tests/detail/doc_helper.py:367
↓ 22 callersMethodmin_doc_id
src/db/index/common/meta.h:71
↓ 22 callersMethodsize
src/core/algorithm/ivf/ivf_dumper.h:85
↓ 22 callersFunctionzvec_field_schema_set_index_params
src/binding/c/c_api.cc:2202
↓ 21 callersMethodis_vector_field
src/include/zvec/db/schema.h:131
↓ 21 callersMethodload
src/core/framework/index_flow.cc:93
↓ 21 callersMethodop
src/db/sqlengine/common/generic_node.h:47
↓ 21 callersMethodsubmit
Submit a task to the queue
src/include/zvec/ailego/parallel/thread_pool.h:53
↓ 20 callersMethodat
Retrieve pointer of data
src/ailego/container/vector_array.h:338
↓ 20 callersMethoddata
Retrieve pointer of data
src/core/quantizer/mips_converter.cc:92
↓ 20 callersMethoddata_type
Retrieve type information
tools/core/vecs_index_holder.h:141
↓ 20 callersMethodis_matched
Retrieve if it matched
src/core/metric/cosine_metric.cc:165
↓ 20 callersMethodreset
src/ailego/io/file.cc:204
↓ 20 callersMethodset_id
src/db/index/common/meta.h:59
↓ 20 callersMethodset_index_params
src/include/zvec/db/schema.h:180
↓ 19 callersMethodadd_field
src/db/index/common/schema.cc:410
↓ 19 callersMethodclear
Clear accumulators
src/core/algorithm/cluster/vector_mean.h:129
↓ 19 callersMethoddata_type
Retrieve type information
src/core/quantizer/mips_converter.cc:158
↓ 19 callersMethodfront
Access first element
src/include/zvec/ailego/container/vector.h:559
↓ 19 callersMethodis_valid
Test if the iterator is valid
tools/core/vecs_index_holder.h:69
↓ 19 callersMethodreset
Reset state to zero, and the params is untouched
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:106
↓ 19 callersMethodsearch_bf_impl
src/core/framework/index_flow.cc:263
↓ 19 callersMethodtext
src/db/sqlengine/analyzer/query_node.cc:135
↓ 19 callersMethodupsert
(self, docs: Doc)
python/zvec/model/collection.py:271
↓ 18 callersMethodclear
src/core/utility/visit_filter.h:192
↓ 18 callersMethodclear
src/core/algorithm/diskann/diskann_entity.h:116
↓ 18 callersMethoddata
Retrieve pointer of compacted buffer
src/include/zvec/core/framework/index_features.h:53
↓ 18 callersMethodget_field
src/db/index/common/schema.cc:486
↓ 18 callersMethodload
Load (or confirm already loaded) libaio. Returns true on success. Thread-safe and idempotent.
src/ailego/io/libaio_loader.h:63
↓ 18 callersMethodopen
src/ailego/io/file.cc:170
← previousnext →101–200 of 10,974, ranked by callers