Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch '0.6.0' into feat/rerun-060-notebooks
  • Loading branch information
justin-cechmanek committed May 1, 2025
commit 3b7b9b29d37902da01f13901134defa4d5ab0383
1 change: 0 additions & 1 deletion redisvl/cli/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def _connect_to_index(self, args: Namespace) -> SearchIndex:


def _display_in_table(index_info):

print("\n")
attributes = index_info.get("attributes", [])
definition = make_dict(index_info.get("index_definition"))
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.