mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 11:24:19 +00:00
updated tests to work with both clients
This commit is contained in:
parent
0bc1747ed8
commit
cebca78f13
3 changed files with 30 additions and 34 deletions
|
@ -109,11 +109,6 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
provider_id=provider_id,
|
||||
provider_resource_id=provider_vector_db_id,
|
||||
)
|
||||
from rich.pretty import pprint
|
||||
|
||||
print("VECTOR DB")
|
||||
pprint(vector_db)
|
||||
|
||||
# Register the vector DB
|
||||
await self.register_vector_db(vector_db)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue