Skip to content

Commit

Permalink
Merge pull request #984 from UnJavaScripter/fix-qdrant-error-message
Browse files Browse the repository at this point in the history
fix: error message
  • Loading branch information
ashpreetbedi authored Jun 1, 2024
2 parents 9844f8d + a124f0f commit 2f96a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi/vectordb/qdrant/qdrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except ImportError:
raise ImportError(
"The `qdrant-client` package is not installed. "
"Please install it via `pip install pip install qdrant-client`."
"Please install it via `pip install qdrant-client`."
)

from phi.document import Document
Expand Down

0 comments on commit 2f96a3d

Please sign in to comment.