updated tests to work with both clients

This commit is contained in:
Hardik Shah 2025-06-12 16:23:35 -07:00
parent 0bc1747ed8
commit cebca78f13
3 changed files with 30 additions and 34 deletions

View file

@ -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)