Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkindel committed Jan 2, 2025
1 parent 181f8ee commit 8858cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griptape/drivers/vector/qdrant_vector_store_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def query_vector(
"""Query the Qdrant collection based on a query vector.
Parameters:
query (list[float]): Query vector.
vector (list[float]): Query vector.
count (Optional[int]): Optional number of results to return.
namespace (Optional[str]): Optional namespace of the vectors.
include_vectors (bool): Whether to include vectors in the results.
Expand Down

0 comments on commit 8858cee

Please sign in to comment.