a year ago
Description: Conversational LLM Application Framework
Category: AI/ML
3 Replies
a year ago
Hey just an FYI the ankane
image for pgvector is outdated, pgvector is now published by the pgvector org -
https://hub.docker.com/r/pgvector/pgvector/tags
Additionally, you are hardcoding a lot of variables such as the hostname of pgvector, please use reference variables for everything you possibly can.
a year ago
Hey just an FYI the
ankane
image for pgvector is outdated, pgvector is now published by the pgvector org -https://hub.docker.com/r/pgvector/pgvector/tags
Additionally, you are hardcoding a lot of variables such as the hostname of pgvector, please use reference variables for everything you possibly can.
Oh, I wasn't aware of these changes. I'll update these modifications in the template as soon as I can. Thank you for your feedback.
a year ago
I might have ran into the same issue: level=fatal msg="unable to create memoryStore storage error: failed to run OnInit (original error: storage error: failed to ensure postgres schema setup (original error: error creating table for schema *postgres.SummaryVectorStoreSchema: ERROR: type \"vector\" does not exist (SQLSTATE=42704)))"