headless-vector-search icon indicating copy to clipboard operation
headless-vector-search copied to clipboard

Supabase Toolkit to perform vector similarity search on your knowledge base embeddings.

Results 3 headless-vector-search issues
Sort by recently updated
recently updated
newest added

Noticed that the URLs did not include the functions API path. Tripped me up (and probably a lot of others) when I tried using this guide.

there is only one edge function, which streams an answer back from OpenAI Should we provide another which just returns a set of results (eg, "similar docs", not a ChatGPT-like...

Currently the prompt is hard-coded: https://github.com/supabase/headless-vector-search/blob/b649218730bdde5630a130fe0deb8f50a4705e9f/supabase/functions/vector-search/index.ts#L101 Should we provide an easy way for the developer to customize this? Or do they need to manually edit it themselves (this will make...

bug