mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
Renaming sqlite_vec to sqlite-vec in registry and extra comment
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
f4be05341f
commit
f388778950
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
# This source code is licensed under the terms described in the LICENSE file in
|
# This source code is licensed under the terms described in the LICENSE file in
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
|
|
||||||
# sqlite_vec_impl.py
|
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import sqlite_vec
|
import sqlite_vec
|
||||||
import struct
|
import struct
|
||||||
|
|
|
@ -57,7 +57,7 @@ def available_providers() -> List[ProviderSpec]:
|
||||||
InlineProviderSpec(
|
InlineProviderSpec(
|
||||||
api=Api.vector_io,
|
api=Api.vector_io,
|
||||||
provider_type="inline::sqlite_vec",
|
provider_type="inline::sqlite_vec",
|
||||||
pip_packages=EMBEDDING_DEPS + ["sqlite_vec"],
|
pip_packages=EMBEDDING_DEPS + ["sqlite-vec"],
|
||||||
module="llama_stack.providers.inline.vector_io.sqlite_vec",
|
module="llama_stack.providers.inline.vector_io.sqlite_vec",
|
||||||
config_class="llama_stack.providers.inline.vector_io.sqlite_vec.SQLiteVecImplConfig",
|
config_class="llama_stack.providers.inline.vector_io.sqlite_vec.SQLiteVecImplConfig",
|
||||||
api_dependencies=[Api.inference],
|
api_dependencies=[Api.inference],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue