cherry-pick 88a45523
This commit is contained in:
parent
029f65f411
commit
fa8aec3aae
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ VALID_SOURCE_IDS_LIMIT_METHODS = {
|
|||
SOURCE_IDS_LIMIT_METHOD_KEEP,
|
||||
SOURCE_IDS_LIMIT_METHOD_FIFO,
|
||||
}
|
||||
# Default file_path limit in meta data for entity and relation (Use same limit method as source_ids)
|
||||
DEFAULT_MAX_FILE_PATHS = 30
|
||||
# Maximum number of file paths stored in entity/relation file_path field (For displayed only, does not affect query performance)
|
||||
DEFAULT_MAX_FILE_PATHS = 100
|
||||
|
||||
# Field length of file_path in Milvus Schema for entity and relation (Should not be changed)
|
||||
# file_path must store all file paths up to the DEFAULT_MAX_FILE_PATHS limit within the metadata.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue