Skip to content

Commit

Permalink
Bump key for faiss
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinb committed Jan 24, 2025
1 parent d111bad commit 087a83f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llama_stack/providers/inline/vector_io/faiss/faiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@

logger = logging.getLogger(__name__)

VECTOR_DBS_PREFIX = "vector_dbs:v2::"
FAISS_INDEX_PREFIX = "faiss_index:v2::"
VERSION = "v3"
VECTOR_DBS_PREFIX = f"vector_dbs:{VERSION}::"
FAISS_INDEX_PREFIX = f"faiss_index:{VERSION}::"


class FaissIndex(EmbeddingIndex):
Expand Down

0 comments on commit 087a83f

Please sign in to comment.