mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
update dqdrant test
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
1e2d1643fe
commit
09bdaf07a1
1 changed files with 1 additions and 0 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