Code Monkey home page Code Monkey logo

Comments (4)

gaocegege avatar gaocegege commented on May 26, 2024 3

Hi, here is an example https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml#L66:#L75

  database:
    container_name: immich_postgres
    image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
    volumes:
      - pgdata:/var/lib/postgresql/data
    restart: always

Does it work for you?

from pgvecto.rs.

gaocegege avatar gaocegege commented on May 26, 2024 3

Yeah, you could check out our documentation for OpenAI 3072 dimension embedding model if you are interested.

https://docs.pgvecto.rs/use-case/adaptive-retrieval.html

from pgvecto.rs.

kevintanhongann avatar kevintanhongann commented on May 26, 2024

@gaocegege I'm going to find out because I'm in the middle of experimenting Spring AI and pgvector, and because pgvector has a dimension size limitation

from pgvecto.rs.

gaocegege avatar gaocegege commented on May 26, 2024

@kevintanhongann, have you encountered any difficulties in your investigation of Spring AI and pgvector/pgvecto.rs? We are more than willing to assist you.

from pgvecto.rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.