David

Results 4 comments of David

Was also experiencing the same issue and restarted supabase a dozen times. What finally fixed it was clearing out all the local/session storage and cookies from the browser.

Any updates on if/when we might get multi column index support in pgvector? Having a vector index that also works with attribute filters would be amazing and necessary for some...

Yep, our `./app/PostHogProvider.tsx` looks like this: ``` 'use client'; import posthog from 'posthog-js'; import { PostHogProvider } from 'posthog-js/react'; if (typeof window !== 'undefined') { posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY as string, { api_host:...