Mishkin Faustini
Mishkin Faustini
Would be great to use something like this to generation test fixtures from flow types
Added filtering ability to supabase. With the following function defined in your supabase postgres db: ```sql CREATE FUNCTION match_documents_with_filters ( query_embedding vector(1536), match_count int, filter jsonb DEFAULT '{}' ) RETURNS...
Works great but not if you are writing Typescript using Deno and the Language Server Extension enabled: https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno