mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +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
|
||||
# the root directory of this source tree.
|
||||
|
||||
# sqlite_vec_impl.py
|
||||
import sqlite3
|
||||
import sqlite_vec
|
||||
import struct
|
||||
|
|
|
@ -57,7 +57,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
InlineProviderSpec(
|
||||
api=Api.vector_io,
|
||||
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",
|
||||
config_class="llama_stack.providers.inline.vector_io.sqlite_vec.SQLiteVecImplConfig",
|
||||
api_dependencies=[Api.inference],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue