MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / load_test_vector

Function load_test_vector

examples/couchbase/vector_search.py:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84def load_test_vector():
85 vector = None
86 with open(TEST_SEARCH_VECTOR_PATH) as vector_file:
87 vector = json.loads(vector_file.read())
88
89 return vector
90
91
92def read_docs():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected