update
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ df = find_text_vector_similarity(
|
||||
```
|
||||
"""
|
||||
function find_text_vector_similarity(text::T1, tablename::T2, embeddingColumnName::T3,
|
||||
executesql::Function, get_embedding::Function;
|
||||
executesql::Function, get_embedding;
|
||||
limit::Integer=1
|
||||
)::DataFrame where {T1<:AbstractString, T2<:AbstractString, T3<:AbstractString}
|
||||
# get embedding from LLM service
|
||||
|
||||
Reference in New Issue
Block a user