MCPcopy Create free account

hub / github.com/awa-ai/awadb / functions

Functions5,862 in github.com/awa-ai/awadb

↓ 1 callersMethodTableMem
awadb/db_engine/c_api/api_data/gamma_engine_status.cc:49
↓ 1 callersFunctionTemporaryDirectory
Prepare a temporary directory, cleanup when done
pybind11/setup.py:125
↓ 1 callersMethodTestFactory4
pybind11/tests/test_factory_constructors.cpp:76
↓ 1 callersFunctionTestMigrateThread
awadb/db_engine/tests/test.h:391
↓ 1 callersMethodTestThread
pybind11/tests/test_iostream.cpp:41
↓ 1 callersFunctionTest_EmbeddingText
Test the ability to add text embedded data to awadb and search for it. Args: awadb_client: awadb client object.
tests/test_awadb2.py:10
↓ 1 callersFunctionTest_EmbeddingText
(awadb_client)
tests/test_awadb.py:22
↓ 1 callersFunctionTest_LangChain_Interface
(awadb_client)
tests/test_awadb2.py:101
↓ 1 callersFunctionTest_LangChain_Interface
(awadb_client)
tests/test_awadb.py:76
↓ 1 callersFunctionTest_LangChain_MMR_Search
Test LangChain's ability to search using the MMR algorithm. Returns: A list of multiple results, including page cont
tests/test_awadb2.py:135
↓ 1 callersFunctionTest_LangChain_MMR_Search
()
tests/test_awadb.py:112
↓ 1 callersFunctionTest_LangChain_MetaFilter
()
tests/test_awadb2.py:154
↓ 1 callersFunctionTest_LangChain_MetaFilter
()
tests/test_awadb.py:168
↓ 1 callersFunctionTest_Load
Test the functionality of loading the awadb database. Args: awadb_client: awadb client object. Returns:
tests/test_awadb2.py:82
↓ 1 callersFunctionTest_Load
(awadb_client)
tests/test_awadb.py:69
↓ 1 callersFunctionTest_Multi_String_Fields
()
tests/test_awadb.py:214
↓ 1 callersFunctionTest_Not_Complete_Fields
()
tests/test_awadb.py:198
↓ 1 callersFunctionTest_Vector1
Test the functionality to add vector data to awadb and search for it. Args: awadb_client: awadb client object.
tests/test_awadb2.py:36
↓ 1 callersFunctionTest_Vector1
(awadb_client)
tests/test_awadb.py:47
↓ 1 callersFunctionTest_Vector2
Test the functionality of adding vector data to awadb. Args: awadb_client: awadb client object. Returns:
tests/test_awadb2.py:66
↓ 1 callersFunctionTest_Vector2
(awadb_client)
tests/test_awadb.py:64
↓ 1 callersMethodToJsonStr
awadb/db_engine/vector/raw_vector.h:51
↓ 1 callersMethodToString
awadb/db_engine/index/impl/gamma_index_ivfflat.cc:103
↓ 1 callersMethodToString
awadb/db_engine/index/impl/gamma_index_binary_ivf.cc:50
↓ 1 callersMethodToString
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:239
↓ 1 callersMethodToString
awadb/db_engine/index/impl/hnswlib/gamma_index_hnswlib.cc:117
↓ 1 callersMethodTopN
awadb/db_engine/c_api/api_data/gamma_request.cc:158
↓ 1 callersMethodUnset
awadb/db_engine/util/bitmap_manager.cc:179
↓ 1 callersMethodUpdate
awadb/db_engine/vector/vector_manager.cc:215
↓ 1 callersMethodUpdate
awadb/db_engine/storage/block.cc:102
↓ 1 callersMethodUpdate
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:529
↓ 1 callersMethodUpdateString
awadb/db_engine/storage/segment.cc:342
↓ 1 callersMethodUseCompress
awadb/db_engine/storage/storage_manager.cc:48
↓ 1 callersMethodVID2DocID
awadb/db_engine/common/gamma_common_data.h:124
↓ 1 callersMethodVecFields
(obj *VectorQuery, j int)
awadb/db_engine/idl/fbs-gen/go/gamma_api/Request.go:72
↓ 1 callersMethodVectorMem
awadb/db_engine/c_api/api_data/gamma_engine_status.cc:59
↓ 1 callersMethodVectorNames
awadb/db_engine/vector/vector_manager.h:59
↓ 1 callersMethodVectorizeTestClass
pybind11/tests/test_numpy_vectorize.cpp:79
↓ 1 callersMethodWaitForDone
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:129
↓ 1 callersMethodWordCount
awadb/db_engine/c_api/api_data/gamma_doc.h:141
↓ 1 callersMethodWordsInDoc
awadb/db_engine/c_api/api_data/gamma_doc.h:152
↓ 1 callersMethodWrite
awadb/db_engine/storage/block.cc:47
↓ 1 callersMethodWriteString
awadb/db_engine/storage/string_block.cc:82
↓ 1 callersMethodZfpSize
awadb/db_engine/vector/raw_vector_common.h:210
↓ 1 callersMethod__FieldCheck
Check the field whether existed. If existed, check whether the field data type is right. Args: field_name: the
awadb/__init__.py:447
↓ 1 callersMethod__ProcessTextEmbedding
Preprocess text and embedding. Args: doc: the document to be processed for its texts. Returns: None.
awadb/__init__.py:923
↓ 1 callersMethod__add_vector_field
Add a vector field to the current table schema. Args: db_table_name: db_name/table_name. name: vector field n
awadb/library.py:1365
↓ 1 callersMethod__add_vector_field
( self, db_table_name, name, datatype, is_index, dimensio
clients/awadb_client/client.py:744
↓ 1 callersMethod__field_check
Check the field whether existed. If existed, check whether the field data type is right. Args: db_table_name:
awadb/library.py:1268
↓ 1 callersMethod__field_check
( self, db_table_name, field_name, field_data, fields_type)
clients/awadb_client/client.py:655
↓ 1 callersMethod__init__
(self, envvar=None, default=0, max=0, needs_recompile=no_recompile)
pybind11/pybind11/setup_helpers.py:407
↓ 1 callersMethod__init__
(self)
pybind11/tests/test_class.py:320
↓ 1 callersMethod__load
Load the specified table. Args: table_name: the loading table name. Returns: True or False, whether
awadb/library.py:1129
↓ 1 callersMethod__normalize
(vec_array)
clients/awadb_client/client.py:510
↓ 1 callersMethod__process_docs_embedding
Preprocess text and embedding. Args: docs: the documents to be processed for its texts. Returns: None.
awadb/library.py:1066
↓ 1 callersMethod__read
Read the schema information of created tables. Returns: None.
awadb/library.py:223
↓ 1 callersMethod__transfer2results
( self, response, )
clients/awadb_client/client.py:339
↓ 1 callersMethod__write
Persist the schema information of created tables. Returns: None.
awadb/library.py:129
↓ 1 callersFunction_displayItem
(item, searchTerms)
docs/_static/searchtools.js:60
↓ 1 callersFunction_displayNextItem
( results, resultCount, searchTerms )
docs/_static/searchtools.js:115
↓ 1 callersFunction_escapeRegExp
(string)
docs/_static/searchtools.js:57
↓ 1 callersFunction_finishSearch
(resultCount)
docs/_static/searchtools.js:103
↓ 1 callersFunction_highlight
(node, addItems, text, className)
docs/_static/sphinx_highlight.js:10
↓ 1 callersFunction_highlightText
(thisNode, text, className)
docs/_static/sphinx_highlight.js:59
↓ 1 callersFunction_removeChildren
(element)
docs/_static/searchtools.js:50
↓ 1 callersFunction_to_int
(s)
pybind11/pybind11/_version.py:4
↓ 1 callersMethodadd
pybind11/include/pybind11/pytypes.h:1794
↓ 1 callersMethodadd10
passing by pointer
pybind11/tests/test_methods_and_attributes.cpp:51
↓ 1 callersMethodadd4
passing by const reference
pybind11/tests/test_methods_and_attributes.cpp:43
↓ 1 callersMethodadd5
passing by pointer
pybind11/tests/test_methods_and_attributes.cpp:44
↓ 1 callersMethodadd6
pybind11/tests/test_methods_and_attributes.cpp:46
↓ 1 callersMethodadd7
passing by value
pybind11/tests/test_methods_and_attributes.cpp:47
↓ 1 callersMethodadd8
passing by reference
pybind11/tests/test_methods_and_attributes.cpp:48
↓ 1 callersMethodadd9
passing by const reference NOLINTNEXTLINE(readability-non-const-parameter) Deliberately non-const for testing
pybind11/tests/test_methods_and_attributes.cpp:50
↓ 1 callersMethodaddChild
pybind11/tests/test_call_policies.cpp:50
↓ 1 callersMethodadd_attributes
awadb/db_engine/idl/fbs-gen/c/response_generated.h:154
↓ 1 callersMethodadd_base
pybind11/include/pybind11/attr.h:328
↓ 1 callersMethodadd_bitmap_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:88
↓ 1 callersMethodadd_boost
awadb/db_engine/idl/fbs-gen/c/request_generated.h:267
↓ 1 callersMethodadd_brute_force_search
awadb/db_engine/idl/fbs-gen/c/request_generated.h:420
↓ 1 callersMethodadd_cache_infos
awadb/db_engine/idl/fbs-gen/c/config_generated.h:119
↓ 1 callersMethodadd_cache_size
awadb/db_engine/idl/fbs-gen/c/config_generated.h:45
↓ 1 callersFunctionadd_class_method
pybind11/include/pybind11/pybind11.h:1466
↓ 1 callersMethodadd_codes
awadb/db_engine/idl/fbs-gen/c/batch_result_generated.h:43
↓ 1 callersMethodadd_compress_mode
awadb/db_engine/idl/fbs-gen/c/table_generated.h:320
↓ 1 callersMethodadd_data_type
awadb/db_engine/idl/fbs-gen/c/doc_generated.h:65
↓ 1 callersMethodadd_dimension
awadb/db_engine/idl/fbs-gen/c/table_generated.h:164
↓ 1 callersMethodadd_doc_num
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:91
↓ 1 callersMethodadd_extra
awadb/db_engine/idl/fbs-gen/c/response_generated.h:157
↓ 1 callersMethodadd_field_name
awadb/db_engine/idl/fbs-gen/c/config_generated.h:42
↓ 1 callersMethodadd_field_range_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:85
↓ 1 callersFunctionadd_fields
( stub: awadb_pb2_grpc.AwaDBServerStub, db_name: str, table_name: str, fields: List[awadb_pb2.
service/clients/python/asyncio_awadb_client.py:44
↓ 1 callersMethodadd_fields
awadb/db_engine/idl/fbs-gen/c/table_generated.h:311
↓ 1 callersMethodadd_fields
awadb/db_engine/idl/fbs-gen/c/request_generated.h:426
↓ 1 callersMethodadd_has_boost
awadb/db_engine/idl/fbs-gen/c/request_generated.h:270
↓ 1 callersMethodadd_has_rank
awadb/db_engine/idl/fbs-gen/c/request_generated.h:438
↓ 1 callersMethodadd_has_source
awadb/db_engine/idl/fbs-gen/c/table_generated.h:176
↓ 1 callersMethodadd_include_lower
awadb/db_engine/idl/fbs-gen/c/request_generated.h:151
↓ 1 callersMethodadd_include_upper
awadb/db_engine/idl/fbs-gen/c/request_generated.h:154
↓ 1 callersMethodadd_index_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:79
← previousnext →1,201–1,300 of 5,862, ranked by callers