We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122f1a8 commit 753c08bCopy full SHA for 753c08b
tests/llama_stack/conftest.py
@@ -263,7 +263,7 @@ def vector_store(
263
yield vector_store
264
265
try:
266
- llama_stack_client.vector_stores.delete(id=vector_store.id)
+ llama_stack_client.vector_stores.delete(vector_store_id=vector_store.id)
267
LOGGER.info(f"Deleted vector store {vector_store.id}")
268
except Exception as e:
269
LOGGER.warning(f"Failed to delete vector store {vector_store.id}: {e}")
0 commit comments