Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ functions
Functions
10,974 in github.com/alibaba/zvec
⨍
Functions
10,974
◇
Types & classes
1,842
↳
Endpoints
50
↓ 35 callers
Method
key
Retrieve primary key
tools/core/vecs_index_holder.h:74
↓ 34 callers
Method
find
tools/core/filter_result_cache.h:38
↓ 34 callers
Method
pk
src/include/zvec/db/doc.h:66
↓ 34 callers
Method
type
src/db/index/common/meta.h:63
↓ 33 callers
Method
CollectionSchema
src/include/zvec/db/schema.h:292
↓ 33 callers
Method
create
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:1605
↓ 33 callers
Method
data
Retrieve pointer of data
src/core/algorithm/diskann/diskann_holder.h:95
↓ 33 callers
Method
id
src/db/index/segment/segment.cc:581
↓ 33 callers
Function
zvec_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 callers
Method
element_size
Retrieve element size in bytes
src/core/algorithm/diskann/diskann_holder.h:236
↓ 32 callers
Method
execute
src/db/sqlengine/sqlengine_impl.cc:58
↓ 32 callers
Method
reset
src/db/index/column/fts_column/tokenizer/jieba_tokenizer.cc:121
↓ 32 callers
Method
set_pk
src/include/zvec/db/doc.h:62
↓ 32 callers
Method
type
src/db/sqlengine/parser/node.cc:37
↓ 32 callers
Function
zvec_field_schema_create
src/binding/c/c_api.cc:1983
↓ 31 callers
Method
capacity
src/core/algorithm/ivf/ivf_dumper.h:89
↓ 31 callers
Method
data_type
Retrieve type information
src/core/framework/index_helper.cc:202
↓ 31 callers
Method
delete
(self, ids: str)
python/zvec/model/collection.py:323
↓ 31 callers
Method
flush
tests/db/sqlengine/mock_segment.h:532
↓ 31 callers
Method
size
Retrieve size
src/include/zvec/core/framework/index_dumper.h:56
↓ 31 callers
Method
update
(self, docs: Doc)
python/zvec/model/collection.py:296
↓ 30 callers
Method
LA
src/db/sqlengine/parser/case_changing_charstream.h:44
↓ 30 callers
Method
clear
Clear all fields to init value
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:114
↓ 30 callers
Function
create
src/include/zvec/ailego/buffer/concurrentqueue.h:4290
↓ 30 callers
Function
zvec_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 callers
Method
build
src/core/algorithm/ivf/ivf_builder.cc:340
↓ 28 callers
Method
data_type
src/db/sqlengine/analyzer/query_info.h:83
↓ 28 callers
Method
dimension
Retrieve dimension
tools/core/vecs_index_holder.h:136
↓ 28 callers
Method
threshold
Get quantization threshold
src/ailego/algorithm/binary_quantizer.h:53
↓ 28 callers
Method
transform
Transform a query
src/core/algorithm/ivf/ivf_entity.cc:124
↓ 28 callers
Function
zvec_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 callers
Method
_get_object
(self)
python/zvec/model/schema/field_schema.py:132
↓ 27 callers
Method
create_context
tools/core/flow.h:153
↓ 27 callers
Method
train
tests/core/algorithm/ivf/ivf_searcher_test.cc:44
↓ 26 callers
Method
clear
src/db/index/storage/parquet_buffer_pool.cc:117
↓ 26 callers
Method
meta
tests/db/sqlengine/mock_segment.h:377
↓ 26 callers
Method
set_name
src/include/zvec/db/schema.h:107
↓ 26 callers
Method
wait
Wait until task finished
src/include/zvec/ailego/parallel/thread_pool.h:293
↓ 26 callers
Function
zvec_collection_schema_create
src/binding/c/c_api.cc:2261
↓ 25 callers
Function
AlignSize
tools/core/local_builder.cc:220
↓ 25 callers
Method
distance_matrix
Retrieve distance function for index features
src/core/metric/cosine_metric.cc:194
↓ 25 callers
Method
has_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 callers
Method
quantize_type
src/include/zvec/db/index_params.h:180
↓ 25 callers
Method
score
tests/db/sqlengine/mock_segment.h:60
↓ 25 callers
Method
size
src/core/algorithm/diskann/diskann_util.h:181
↓ 25 callers
Function
zvec_collection_create_and_open
src/binding/c/c_api.cc:4683
↓ 25 callers
Function
zvec_collection_schema_add_field
src/binding/c/c_api.cc:2311
↓ 25 callers
Function
zvec_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 callers
Function
batchdoc_and_check
( collection: Collection, multiple_docs, doc_num, operator="insert" )
python/tests/detail/test_collection_dql.py:37
↓ 24 callers
Method
clear
Clear all fields to init value
src/core/algorithm/hnsw_rabitq/hnsw_rabitq_entity.h:132
↓ 24 callers
Method
data
src/core/algorithm/hnsw/hnsw_entity.h:186
↓ 24 callers
Method
metric_type
src/include/zvec/db/index_params.h:172
↓ 24 callers
Method
reserve
Request a change in capacity
tests/ailego/container/heap_test.cc:375
↓ 24 callers
Method
set_metric
src/core/framework/index_flow.cc:82
↓ 24 callers
Function
zvec_collection_destroy
src/binding/c/c_api.cc:4762
↓ 23 callers
Method
Append
src/ailego/utility/string_helper.cc:76
↓ 23 callers
Method
back
Access last element
src/include/zvec/ailego/container/vector.h:519
↓ 23 callers
Method
close
tests/core/algorithm/hnsw/hnsw_streamer_test.cc:1611
↓ 23 callers
Method
count
Retrieve count of elements in holder
tools/core/vecs_index_holder.h:129
↓ 23 callers
Method
doc_cnt
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:150
↓ 23 callers
Method
make_group
Make a task group
src/include/zvec/ailego/parallel/thread_pool.h:231
↓ 23 callers
Method
next
tests/db/sqlengine/mock_segment.h:64
↓ 23 callers
Method
search_impl
src/core/framework/index_flow.cc:307
↓ 23 callers
Method
set_threshold
Set quantization threshold
src/ailego/algorithm/binary_quantizer.h:48
↓ 23 callers
Method
set_topk
tools/core/flow.h:120
↓ 23 callers
Function
zvec_doc_add_field_by_value
src/binding/c/c_api.cc:3107
↓ 23 callers
Function
zvec_doc_set_pk
src/binding/c/c_api.cc:2896
↓ 23 callers
Function
zvec_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 callers
Method
add_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 callers
Method
create_iterator
tests/db/sqlengine/mock_segment.h:48
↓ 22 callers
Function
generate_vectordict_random
(schema: CollectionSchema)
python/tests/detail/doc_helper.py:367
↓ 22 callers
Method
min_doc_id
src/db/index/common/meta.h:71
↓ 22 callers
Method
size
src/core/algorithm/ivf/ivf_dumper.h:85
↓ 22 callers
Function
zvec_field_schema_set_index_params
src/binding/c/c_api.cc:2202
↓ 21 callers
Method
is_vector_field
src/include/zvec/db/schema.h:131
↓ 21 callers
Method
load
src/core/framework/index_flow.cc:93
↓ 21 callers
Method
op
src/db/sqlengine/common/generic_node.h:47
↓ 21 callers
Method
submit
Submit a task to the queue
src/include/zvec/ailego/parallel/thread_pool.h:53
↓ 20 callers
Method
at
Retrieve pointer of data
src/ailego/container/vector_array.h:338
↓ 20 callers
Method
data
Retrieve pointer of data
src/core/quantizer/mips_converter.cc:92
↓ 20 callers
Method
data_type
Retrieve type information
tools/core/vecs_index_holder.h:141
↓ 20 callers
Method
is_matched
Retrieve if it matched
src/core/metric/cosine_metric.cc:165
↓ 20 callers
Method
reset
src/ailego/io/file.cc:204
↓ 20 callers
Method
set_id
src/db/index/common/meta.h:59
↓ 20 callers
Method
set_index_params
src/include/zvec/db/schema.h:180
↓ 19 callers
Method
add_field
src/db/index/common/schema.cc:410
↓ 19 callers
Method
clear
Clear accumulators
src/core/algorithm/cluster/vector_mean.h:129
↓ 19 callers
Method
data_type
Retrieve type information
src/core/quantizer/mips_converter.cc:158
↓ 19 callers
Method
front
Access first element
src/include/zvec/ailego/container/vector.h:559
↓ 19 callers
Method
is_valid
Test if the iterator is valid
tools/core/vecs_index_holder.h:69
↓ 19 callers
Method
reset
Reset state to zero, and the params is untouched
src/core/algorithm/hnsw_sparse/hnsw_sparse_entity.h:106
↓ 19 callers
Method
search_bf_impl
src/core/framework/index_flow.cc:263
↓ 19 callers
Method
text
src/db/sqlengine/analyzer/query_node.cc:135
↓ 19 callers
Method
upsert
(self, docs: Doc)
python/zvec/model/collection.py:271
↓ 18 callers
Method
clear
src/core/utility/visit_filter.h:192
↓ 18 callers
Method
clear
src/core/algorithm/diskann/diskann_entity.h:116
↓ 18 callers
Method
data
Retrieve pointer of compacted buffer
src/include/zvec/core/framework/index_features.h:53
↓ 18 callers
Method
get_field
src/db/index/common/schema.cc:486
↓ 18 callers
Method
load
Load (or confirm already loaded) libaio. Returns true on success. Thread-safe and idempotent.
src/ailego/io/libaio_loader.h:63
↓ 18 callers
Method
open
src/ailego/io/file.cc:170
← previous
next →
101–200 of 10,974, ranked by callers