(self, ads_with_embeddings)
| 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): ... |
| 88 | def get_ad(self, ad_id): ... |
| 89 |
nothing calls this directly
no outgoing calls
no test coverage detected