Santiago Arredondo

Results 9 comments of Santiago Arredondo

Facing this issue as well

Hope so too! pls update us if you do get it fixed 🙏

> npx supabase@beta functions download Awesome, this works!

encountering this with pgvector: `ERROR: type public.vector does not exist (SQLSTATE 42704) `

> ERROR: type public.vector does not exist fixed by adding this to the top of my migration: ` SET search_path TO public, extensions; SELECT pg_catalog.set_config('search_path', '', false); CREATE EXTENSION IF...

> Traceback (most recent call last): File "", line 1, in PyOgg-master/pyogg/**init**.py", line 6, in from .opus import PYOGG_OPUS_AVAIL, PYOGG_OPUS_FILE_AVAIL, PYOGG_OPUS_ENC_AVAIL PyOgg-master/pyogg/opus.py", line 437, in libopus.opus_encoder_create.argtypes = [opus_int32, c_int, c_int,...