Mishkin Faustini

Results 2 issues of 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...