Improve file_path FieldSchema 4090
This commit is contained in:
parent
4ae44bb24b
commit
55e2678a1e
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class MilvusVectorDBStorage(BaseVectorStorage):
|
|||
FieldSchema(
|
||||
name="file_path",
|
||||
dtype=DataType.VARCHAR,
|
||||
max_length=1024,
|
||||
max_length=4090,
|
||||
nullable=True,
|
||||
),
|
||||
]
|
||||
|
|
@ -64,7 +64,7 @@ class MilvusVectorDBStorage(BaseVectorStorage):
|
|||
FieldSchema(
|
||||
name="file_path",
|
||||
dtype=DataType.VARCHAR,
|
||||
max_length=1024,
|
||||
max_length=4090,
|
||||
nullable=True,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue