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

Function read_docs

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

Source from the content-addressed store, hash-verified

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

Callers 1

load_docsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected