Skip to content

Commit

Permalink
fix: linter issues!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Apr 11, 2024
1 parent ce688e5 commit 24fd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/retrievers/retrieve_similar_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def query_db(
group_by_metadata = kwargs.get("group_by_metadata", [])
if not isinstance(group_by_metadata, list):
raise ValueError("Expected 'group_by_metadata' to be a list.")

self._vector_store._initialize()

if not aggregate_records:
Expand Down

0 comments on commit 24fd48f

Please sign in to comment.