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