forked from phoenix-oss/llama-stack-mirror
feat: Enable ingestion of precomputed embeddings (#2317)
This commit is contained in:
parent
31ce208bda
commit
f328436831
9 changed files with 366 additions and 15 deletions
|
@ -50,6 +50,7 @@ def mock_vector_db(vector_db_id) -> MagicMock:
|
|||
mock_vector_db = MagicMock(spec=VectorDB)
|
||||
mock_vector_db.embedding_model = "embedding_model"
|
||||
mock_vector_db.identifier = vector_db_id
|
||||
mock_vector_db.embedding_dimension = 384
|
||||
return mock_vector_db
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue