Skip to content

Commit

Permalink
Ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed May 20, 2024
1 parent 20d2073 commit 8d69382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo4j_genai/retrievers/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def search(
Returns:
list[VectorSearchRecord]: The `top_k` neighbors found in vector search with their nodes and scores.
"""
"""
try:
validated_data = VectorSearchModel(
vector_index_name=self.index_name,
Expand Down

0 comments on commit 8d69382

Please sign in to comment.