mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
minor change
This commit is contained in:
parent
ce07c2aa05
commit
47345d9236
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ logger = get_logger(name=__name__, category="providers::utils")
|
|||
# Constants for OpenAI vector stores
|
||||
CHUNK_MULTIPLIER = 5
|
||||
FILE_BATCH_CLEANUP_INTERVAL_SECONDS = 24 * 60 * 60 # 1 day in seconds
|
||||
MAX_CONCURRENT_FILES_PER_BATCH = 1 # Maximum concurrent file processing within a batch
|
||||
FILE_BATCH_CHUNK_SIZE = 5 # Process files in chunks of this size
|
||||
MAX_CONCURRENT_FILES_PER_BATCH = 3 # Maximum concurrent file processing within a batch
|
||||
FILE_BATCH_CHUNK_SIZE = 10 # Process files in chunks of this size
|
||||
|
||||
VERSION = "v3"
|
||||
VECTOR_DBS_PREFIX = f"vector_dbs:{VERSION}::"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue