Skip to content

Commit

Permalink
Removed the results section
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhajgiwale committed Jun 26, 2024
1 parent 085822a commit 624bad1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions griptape/drivers/vector/qdrant_vector_store_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def load_entries(self, namespace: Optional[str] = None, **kwargs) -> list[BaseVe
with_payload=kwargs.get("with_payload", True),
with_vectors=kwargs.get("with_vectors", True),
)
if not results:
logging.error("An error occurred or no results found.")
return []

return [
BaseVectorStoreDriver.Entry(
id=entry.id,
Expand Down

0 comments on commit 624bad1

Please sign in to comment.