We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c381c commit f5009ccCopy full SHA for f5009cc
tests/integration/data_grpc_futures/test_query_future.py
@@ -22,7 +22,7 @@ def query_namespace():
22
23
def seed(idx, namespace):
24
# Upsert without metadata
25
- logger.info(f"Seeding vectors without metadata into namespace '{namespace}'")
+ logger.info(f"Seeding vectors without metadata into namespace {namespace}")
26
upsert1 = idx.upsert(
27
vectors=[
28
("1", embedding_values(2)),
0 commit comments