headless-vector-search
headless-vector-search copied to clipboard
Customise the prompt
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 it harder to keep their fork update as we push changes)