Might be missing something but filtering by namespace doesn't seem to be working for me. I'm inserti

Might be missing something but filtering by namespace doesn't seem to be working for me. I'm inserting vectors as ndjson via Wrangler, formatted as
{ id: "id", values: [], metadata: {}, namespace: "namespace" }
then trying to query it via
INDEX.query(embeddings, { returnVectors: true, namespace: "namespace" });
but introducing namespace results in 0 matches
Was this page helpful?