mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 16:03:56 +00:00
minor fixes
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
d432445011
commit
c85397589f
2 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ VECTOR_INDEX_PREFIX = f"vector_index:milvus:{VERSION}::"
|
|||
OPENAI_VECTOR_STORES_PREFIX = f"openai_vector_stores:milvus:{VERSION}::"
|
||||
OPENAI_VECTOR_STORES_FILES_PREFIX = f"openai_vector_stores_files:milvus:{VERSION}::"
|
||||
OPENAI_VECTOR_STORES_FILES_CONTENTS_PREFIX = f"openai_vector_stores_files_contents:milvus:{VERSION}::"
|
||||
from llama_stack.providers.utils.vector_io.chunk_utils import generate_chunk_id
|
||||
|
||||
|
||||
def sanitize_collection_name(name: str) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue