Skip to content

Commit

Permalink
Update django_tidb/fields/vector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Eeden <git@myname.nl>
  • Loading branch information
wd0517 and dveeden committed Mar 13, 2024
1 parent ef5853b commit de44347
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions django_tidb/fields/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ def decode_vector(value):


class VectorField(Field):
"""
Support for AI Vector storage.
Status: Beta
Info: https://www.pingcap.com/blog/integrating-vector-search-into-tidb-for-ai-applications/
"""
description = "Vector"
empty_strings_allowed = False

Expand Down

0 comments on commit de44347

Please sign in to comment.