-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Here is the SQL Code:
create virtual table chunks using vec0(
id integer primary key,
embedding float[768]
);
INSERT INTO temp.lembed_models(name, model)
select 'embeddinggemma', lembed_model_from_file('./models/embeddinggemma-300m-qat-Q4_0.gguf');
select lembed(
'embeddinggemma',
'The United States Postal Service is an independent agency...'
);Getting the error here:
sqlite> INSERT INTO temp.lembed_models(name, model)
select 'embeddinggemma', lembed_model_from_file('./models/embeddinggemma-300m-qat-Q4_0.gguf');
Runtime error: SQL logic errorI installed the latest version, but I think llama.cpp needs to be updated
Qiuzhuang
Metadata
Metadata
Assignees
Labels
No labels