MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / read_docs

Function read_docs

examples/acouchbase/vector_search_async.py:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92
93def read_docs():
94 with open(TEST_VECTOR_SEARCH_DOCS_PATH) as input:
95 while line := input.readline():
96 yield json.loads(line)
97
98
99async def load_docs(root: str, collection: AsyncCollection) -> List[str]:

Callers 1

load_docsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected