Skip to content

Joonel/rpc-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

rpc-issue

The repo demonstates the issue with supabase-py rpc method.

DB function code:

begin
  return query
  select
    docs.id,
    docs.content,
    1 - (docs.embedding <=> query_embedding) as similarity
  from docs
  where 1 - (docs.embedding <=> query_embedding) > match_threshold
  order by similarity desc
  limit match_count;
end;

Look in the SB interface: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages