Skip to content

Commit

Permalink
fix bugs (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
IANTHEREAL authored Apr 3, 2024
1 parent ac625cd commit 85ffc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb_vector/integrations/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_embedding_column_definition(connection_string, table_name, column_name):
finally:
engine.dispose()

return None
return None, None


def extract_info_from_column_definition(column_type, column_comment):
Expand Down

0 comments on commit 85ffc70

Please sign in to comment.