pgvector Questions
3
Solved
What JPA + Hibernate data type should I use to support the vector extension in a PostgreSQL database, so that it allows me to create embeddings using a JPA Entity?
CREATE TABLE items (id bigserial ...
Finial asked 26/6, 2023 at 5:30
1
What would be the best way to support the pgvector vector extension in a PostgreSQL database using Spring-Boot 3 with Hibernate 6, so I can create vector embeddings using a JPA entity?
CREATE TABLE...
Vaughan asked 13/9, 2023 at 17:40
2
Solved
I'm trying to dockerize pg-vector and I found this Dockerfile from the official repository.
https://github.com/pgvector/pgvector/blob/master/Dockerfile#L2C1-L3C1
The Dockerfile currently uses postg...
Afar asked 28/6, 2023 at 8:9
1
© 2022 - 2024 — McMap. All rights reserved.