Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awa-ai/awadb
/ functions
Functions
5,862 in github.com/awa-ai/awadb
⨍
Functions
5,862
◇
Types & classes
1,351
↳
Endpoints
2
↓ 1 callers
Method
TableMem
awadb/db_engine/c_api/api_data/gamma_engine_status.cc:49
↓ 1 callers
Function
TemporaryDirectory
Prepare a temporary directory, cleanup when done
pybind11/setup.py:125
↓ 1 callers
Method
TestFactory4
pybind11/tests/test_factory_constructors.cpp:76
↓ 1 callers
Function
TestMigrateThread
awadb/db_engine/tests/test.h:391
↓ 1 callers
Method
TestThread
pybind11/tests/test_iostream.cpp:41
↓ 1 callers
Function
Test_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 callers
Function
Test_EmbeddingText
(awadb_client)
tests/test_awadb.py:22
↓ 1 callers
Function
Test_LangChain_Interface
(awadb_client)
tests/test_awadb2.py:101
↓ 1 callers
Function
Test_LangChain_Interface
(awadb_client)
tests/test_awadb.py:76
↓ 1 callers
Function
Test_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 callers
Function
Test_LangChain_MMR_Search
()
tests/test_awadb.py:112
↓ 1 callers
Function
Test_LangChain_MetaFilter
()
tests/test_awadb2.py:154
↓ 1 callers
Function
Test_LangChain_MetaFilter
()
tests/test_awadb.py:168
↓ 1 callers
Function
Test_Load
Test the functionality of loading the awadb database. Args: awadb_client: awadb client object. Returns:
tests/test_awadb2.py:82
↓ 1 callers
Function
Test_Load
(awadb_client)
tests/test_awadb.py:69
↓ 1 callers
Function
Test_Multi_String_Fields
()
tests/test_awadb.py:214
↓ 1 callers
Function
Test_Not_Complete_Fields
()
tests/test_awadb.py:198
↓ 1 callers
Function
Test_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 callers
Function
Test_Vector1
(awadb_client)
tests/test_awadb.py:47
↓ 1 callers
Function
Test_Vector2
Test the functionality of adding vector data to awadb. Args: awadb_client: awadb client object. Returns:
tests/test_awadb2.py:66
↓ 1 callers
Function
Test_Vector2
(awadb_client)
tests/test_awadb.py:64
↓ 1 callers
Method
ToJsonStr
awadb/db_engine/vector/raw_vector.h:51
↓ 1 callers
Method
ToString
awadb/db_engine/index/impl/gamma_index_ivfflat.cc:103
↓ 1 callers
Method
ToString
awadb/db_engine/index/impl/gamma_index_binary_ivf.cc:50
↓ 1 callers
Method
ToString
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:239
↓ 1 callers
Method
ToString
awadb/db_engine/index/impl/hnswlib/gamma_index_hnswlib.cc:117
↓ 1 callers
Method
TopN
awadb/db_engine/c_api/api_data/gamma_request.cc:158
↓ 1 callers
Method
Unset
awadb/db_engine/util/bitmap_manager.cc:179
↓ 1 callers
Method
Update
awadb/db_engine/vector/vector_manager.cc:215
↓ 1 callers
Method
Update
awadb/db_engine/storage/block.cc:102
↓ 1 callers
Method
Update
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:529
↓ 1 callers
Method
UpdateString
awadb/db_engine/storage/segment.cc:342
↓ 1 callers
Method
UseCompress
awadb/db_engine/storage/storage_manager.cc:48
↓ 1 callers
Method
VID2DocID
awadb/db_engine/common/gamma_common_data.h:124
↓ 1 callers
Method
VecFields
(obj *VectorQuery, j int)
awadb/db_engine/idl/fbs-gen/go/gamma_api/Request.go:72
↓ 1 callers
Method
VectorMem
awadb/db_engine/c_api/api_data/gamma_engine_status.cc:59
↓ 1 callers
Method
VectorNames
awadb/db_engine/vector/vector_manager.h:59
↓ 1 callers
Method
VectorizeTestClass
pybind11/tests/test_numpy_vectorize.cpp:79
↓ 1 callers
Method
WaitForDone
awadb/db_engine/index/impl/gpu/gamma_index_ivfpq_gpu.cc:129
↓ 1 callers
Method
WordCount
awadb/db_engine/c_api/api_data/gamma_doc.h:141
↓ 1 callers
Method
WordsInDoc
awadb/db_engine/c_api/api_data/gamma_doc.h:152
↓ 1 callers
Method
Write
awadb/db_engine/storage/block.cc:47
↓ 1 callers
Method
WriteString
awadb/db_engine/storage/string_block.cc:82
↓ 1 callers
Method
ZfpSize
awadb/db_engine/vector/raw_vector_common.h:210
↓ 1 callers
Method
__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 callers
Method
__ProcessTextEmbedding
Preprocess text and embedding. Args: doc: the document to be processed for its texts. Returns: None.
awadb/__init__.py:923
↓ 1 callers
Method
__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 callers
Method
__add_vector_field
( self, db_table_name, name, datatype, is_index, dimensio
clients/awadb_client/client.py:744
↓ 1 callers
Method
__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 callers
Method
__field_check
( self, db_table_name, field_name, field_data, fields_type)
clients/awadb_client/client.py:655
↓ 1 callers
Method
__init__
(self, envvar=None, default=0, max=0, needs_recompile=no_recompile)
pybind11/pybind11/setup_helpers.py:407
↓ 1 callers
Method
__init__
(self)
pybind11/tests/test_class.py:320
↓ 1 callers
Method
__load
Load the specified table. Args: table_name: the loading table name. Returns: True or False, whether
awadb/library.py:1129
↓ 1 callers
Method
__normalize
(vec_array)
clients/awadb_client/client.py:510
↓ 1 callers
Method
__process_docs_embedding
Preprocess text and embedding. Args: docs: the documents to be processed for its texts. Returns: None.
awadb/library.py:1066
↓ 1 callers
Method
__read
Read the schema information of created tables. Returns: None.
awadb/library.py:223
↓ 1 callers
Method
__transfer2results
( self, response, )
clients/awadb_client/client.py:339
↓ 1 callers
Method
__write
Persist the schema information of created tables. Returns: None.
awadb/library.py:129
↓ 1 callers
Function
_displayItem
(item, searchTerms)
docs/_static/searchtools.js:60
↓ 1 callers
Function
_displayNextItem
( results, resultCount, searchTerms )
docs/_static/searchtools.js:115
↓ 1 callers
Function
_escapeRegExp
(string)
docs/_static/searchtools.js:57
↓ 1 callers
Function
_finishSearch
(resultCount)
docs/_static/searchtools.js:103
↓ 1 callers
Function
_highlight
(node, addItems, text, className)
docs/_static/sphinx_highlight.js:10
↓ 1 callers
Function
_highlightText
(thisNode, text, className)
docs/_static/sphinx_highlight.js:59
↓ 1 callers
Function
_removeChildren
(element)
docs/_static/searchtools.js:50
↓ 1 callers
Function
_to_int
(s)
pybind11/pybind11/_version.py:4
↓ 1 callers
Method
add
pybind11/include/pybind11/pytypes.h:1794
↓ 1 callers
Method
add10
passing by pointer
pybind11/tests/test_methods_and_attributes.cpp:51
↓ 1 callers
Method
add4
passing by const reference
pybind11/tests/test_methods_and_attributes.cpp:43
↓ 1 callers
Method
add5
passing by pointer
pybind11/tests/test_methods_and_attributes.cpp:44
↓ 1 callers
Method
add6
pybind11/tests/test_methods_and_attributes.cpp:46
↓ 1 callers
Method
add7
passing by value
pybind11/tests/test_methods_and_attributes.cpp:47
↓ 1 callers
Method
add8
passing by reference
pybind11/tests/test_methods_and_attributes.cpp:48
↓ 1 callers
Method
add9
passing by const reference NOLINTNEXTLINE(readability-non-const-parameter) Deliberately non-const for testing
pybind11/tests/test_methods_and_attributes.cpp:50
↓ 1 callers
Method
addChild
pybind11/tests/test_call_policies.cpp:50
↓ 1 callers
Method
add_attributes
awadb/db_engine/idl/fbs-gen/c/response_generated.h:154
↓ 1 callers
Method
add_base
pybind11/include/pybind11/attr.h:328
↓ 1 callers
Method
add_bitmap_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:88
↓ 1 callers
Method
add_boost
awadb/db_engine/idl/fbs-gen/c/request_generated.h:267
↓ 1 callers
Method
add_brute_force_search
awadb/db_engine/idl/fbs-gen/c/request_generated.h:420
↓ 1 callers
Method
add_cache_infos
awadb/db_engine/idl/fbs-gen/c/config_generated.h:119
↓ 1 callers
Method
add_cache_size
awadb/db_engine/idl/fbs-gen/c/config_generated.h:45
↓ 1 callers
Function
add_class_method
pybind11/include/pybind11/pybind11.h:1466
↓ 1 callers
Method
add_codes
awadb/db_engine/idl/fbs-gen/c/batch_result_generated.h:43
↓ 1 callers
Method
add_compress_mode
awadb/db_engine/idl/fbs-gen/c/table_generated.h:320
↓ 1 callers
Method
add_data_type
awadb/db_engine/idl/fbs-gen/c/doc_generated.h:65
↓ 1 callers
Method
add_dimension
awadb/db_engine/idl/fbs-gen/c/table_generated.h:164
↓ 1 callers
Method
add_doc_num
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:91
↓ 1 callers
Method
add_extra
awadb/db_engine/idl/fbs-gen/c/response_generated.h:157
↓ 1 callers
Method
add_field_name
awadb/db_engine/idl/fbs-gen/c/config_generated.h:42
↓ 1 callers
Method
add_field_range_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:85
↓ 1 callers
Function
add_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 callers
Method
add_fields
awadb/db_engine/idl/fbs-gen/c/table_generated.h:311
↓ 1 callers
Method
add_fields
awadb/db_engine/idl/fbs-gen/c/request_generated.h:426
↓ 1 callers
Method
add_has_boost
awadb/db_engine/idl/fbs-gen/c/request_generated.h:270
↓ 1 callers
Method
add_has_rank
awadb/db_engine/idl/fbs-gen/c/request_generated.h:438
↓ 1 callers
Method
add_has_source
awadb/db_engine/idl/fbs-gen/c/table_generated.h:176
↓ 1 callers
Method
add_include_lower
awadb/db_engine/idl/fbs-gen/c/request_generated.h:151
↓ 1 callers
Method
add_include_upper
awadb/db_engine/idl/fbs-gen/c/request_generated.h:154
↓ 1 callers
Method
add_index_mem
awadb/db_engine/idl/fbs-gen/c/engine_status_generated.h:79
← previous
next →
1,201–1,300 of 5,862, ranked by callers