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

Bugfix/pgvector assistant #78

Merged
merged 9 commits into from
Dec 6, 2024
Merged

Bugfix/pgvector assistant #78

merged 9 commits into from
Dec 6, 2024

Conversation

ismaeltocruz
Copy link
Contributor

This is the bugfix to address the error in the deployed ai-assistant:

Exception: Failed to create vector extension: (psycopg2.errors.InsufficientPrivilege) Only members of "azure_pg_admin" are allowed to use CREATE EXTENSION

An argument was added to the PGVECTOR function so that create_extension is set to False.

There were also some updates in the deployment script so that the container tags match the docker container names and are able to get pushed to Azure properly. Also, the local location of the base_url has to be set, depending on who is running the deployment.

@kilroyzhere kilroyzhere merged commit 4da88dc into main Dec 6, 2024
2 of 4 checks passed
@ismaeltocruz ismaeltocruz deleted the bugfix/pgvector-assistant branch December 12, 2024 05:39
@ismaeltocruz ismaeltocruz restored the bugfix/pgvector-assistant branch December 12, 2024 05:42
@ismaeltocruz ismaeltocruz deleted the bugfix/pgvector-assistant branch December 16, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants