Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize pgvector #5

Closed
calufa opened this issue Apr 29, 2021 · 1 comment
Closed

Dockerize pgvector #5

calufa opened this issue Apr 29, 2021 · 1 comment

Comments

@calufa
Copy link

calufa commented Apr 29, 2021

Hi @ankane,

First of all, thanks for open-sourcing this project.

I have been testing a few use cases and the results are very promising!

I wanted to share the docker setup I'm using in case other devs want to run pgvector without having to compile or deal with dependencies. The resulting Docker image supports all the features as in https://hub.docker.com/_/postgres, as it extends directly from it.

Here is the PR #4

I'm curious:

  • have you taken perf benchmarks?
  • any important limitations (scalability, sharding, vector size)?

Thanks!

@ankane
Copy link
Member

ankane commented May 2, 2021

Hey @calufa, thanks again for the PR. For the questions:

  1. I put together a script for ann-benchmarks, but need to spend a bit more time on it.

  2. See this comment for limitations. Also, vectors are limited to 1024 dimensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants