remote4me
remote4me
I am trying to use the docker image. My environment: Ubuntu 22.04 with GPU, docker I got these errors: **ERROR: access method "ivfflat" does not exist** (when creating index) **ERROR:...
Environment: Ubuntu 22.04, Self-hosted Postgresml installed in Postgresql 13 database I am running this SQL: ``` SELECT pgml.transform( task => '{ "task" : "text2text-generation", "model" : "bigscience/T0" }'::JSONB, inputs =>...
Environment: Ubuntu 22.04, Self-hosted Postgresml installed in Postgresql 13 database I am following instructions here (under "Vector Database", "Step 2: Indexing your embeddings using different algorithms"): https://github.com/postgresml/postgresml?tab=readme-ov-file#vector-database **This SQL returns...
Environment: Ubuntu 22.04, Self-hosted Postgresml installed in Postgresql 13 database I am following instructions here (under "Vector Database", "Step 3: Querying the index using embeddings for your queries"): https://github.com/postgresml/postgresml?tab=readme-ov-file#vector-database **This...