forked from phoenix-oss/llama-stack-mirror
Bump key for faiss
This commit is contained in:
parent
d111bad2f2
commit
087a83f673
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ from .config import FaissImplConfig
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
VECTOR_DBS_PREFIX = "vector_dbs:v2::"
|
VERSION = "v3"
|
||||||
FAISS_INDEX_PREFIX = "faiss_index:v2::"
|
VECTOR_DBS_PREFIX = f"vector_dbs:{VERSION}::"
|
||||||
|
FAISS_INDEX_PREFIX = f"faiss_index:{VERSION}::"
|
||||||
|
|
||||||
|
|
||||||
class FaissIndex(EmbeddingIndex):
|
class FaissIndex(EmbeddingIndex):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue