Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

Create extension pgvector failing #14

Closed ChakshuGautam closed 1 year ago

ChakshuGautam commented 1 year ago

Ideally the extension should be available here - /usr/local/share/postgresql/extension PgVector's Dockerfile - https://github.com/pgvector/pgvector/blob/master/Dockerfile

Update the smoke tests - https://github.com/Samagra-Development/WarpSQL/blob/e612601aa55114e1d2ff48f0081fa8a73579e941/.github/workflows/smoke-test.yml#L53

singhalkarun commented 1 year ago

.

singhalkarun commented 1 year ago

It is actually working fine, just that we were trying to find extension by different name. The extension is named "vector" by pgvector. @ChakshuGautam

18 19
singhalkarun commented 1 year ago

We need to use command create extension vector to load extension in database.

ChakshuGautam commented 1 year ago

Aah my bad. Not sure what I was thinking.