Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
def
read_docs():
94
with
open(TEST_VECTOR_SEARCH_DOCS_PATH)
as
input:
95
while
line := input.readline():
96
yield
json.loads(line)
97
98
99
async
def
load_docs(root: str, collection: AsyncCollection) -> List[str]:
Callers
1
load_docs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected