mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
sqlite-vec fix
This commit is contained in:
parent
b0b696cb4f
commit
d07851ed06
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ import random
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
INLINE_VECTOR_DB_PROVIDERS = ["faiss", "sqlite_vec"]
|
INLINE_VECTOR_DB_PROVIDERS = [
|
||||||
|
"faiss",
|
||||||
|
# TODO: add sqlite_vec to templates
|
||||||
|
# "sqlite_vec",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="function")
|
@pytest.fixture(scope="function")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue