Open
Description
here we call as individual args
def function(text, model):
...
duckdb-embedding-search/src/operations.py
Line 139 in fcf19ac
and elsewhere we call as one
key = tuple(text, model)
def function(key)
...
duckdb-embedding-search/src/operations.py
Line 47 in fcf19ac
the "key" is used as the primary key for the embeddings
table. It should probably be immutable.
duckdb-embedding-search/src/operations.py
Line 155 in fcf19ac
Metadata
Metadata
Assignees
Labels
No labels