(self)
| 82 | # Stubs for VectorStorePort mutations (not exercised in match tests) |
| 83 | def ensure_collection(self, dimension): ... |
| 84 | def delete_collection(self): ... |
| 85 | def collection_info(self): ... |
| 86 | def upsert_batch(self, ads_with_embeddings): ... |
| 87 | def delete_ad(self, ad_id): ... |
nothing calls this directly
no outgoing calls
no test coverage detected