Skip to content

Commit 337d918

Browse files
committed
Fix table field name for content in TableField enum
1 parent 4ee09c5 commit 337d918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mindsdb/integrations/libs/vectordatabase_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TableField(Enum):
3434
"""
3535

3636
ID = "id"
37-
CONTENT = "content"
37+
CONTENT = "chunk_content"
3838
EMBEDDINGS = "embeddings"
3939
METADATA = "metadata"
4040
SEARCH_VECTOR = "search_vector"

0 commit comments

Comments
 (0)