Skip to content

Commit

Permalink
Ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willtai committed May 14, 2024
1 parent 7b7aef5 commit 411e0ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/neo4j_genai/retrievers/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
VectorSearchRecord,
VectorSearchModel,
VectorCypherSearchModel,
SearchType, Neo4jDriverModel, EmbedderModel, VectorRetrieverModel,
SearchType,
Neo4jDriverModel,
EmbedderModel,
VectorRetrieverModel,
VectorCypherRetrieverModel,
)
from neo4j_genai.neo4j_queries import get_search_query
Expand Down

0 comments on commit 411e0ff

Please sign in to comment.