|
|
|
|
|
by EspadaV9
102 days ago
|
|
If you need to store vector, surely the easiest solution is to run `CREATE EXTENSION vector`. When, or if, you need more, then look at alternatives, but I'm sure most people will have a much easier time just adding it to their existing database. |
|
Setting up an ingestion pipeline to your existing db, vs ingesting into yet another db seems to not solve a problem I have.
If there was one thing I wish pgvector was better at, it would be to allow composite indexes (ie find vector where category). But it's a minor point.