We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CREATE EXTENSION vector;
Will be needed for the final AI lecture. Not everyone needs it so check what it really does under the hood and if it could break anything.
The text was updated successfully, but these errors were encountered:
https://gist.github.com/ajdubovoy/34b4078a3ba5248ad4cf34f78f55bfd7
Could check if this is installed or with --fix even attempt an install if it is detected as not installed.
--fix
Sorry, something went wrong.
Check pg_config (#28)
c02615f
No branches or pull requests
CREATE EXTENSION vector;
Will be needed for the final AI lecture. Not everyone needs it so check what it really does under the hood and if it could break anything.
The text was updated successfully, but these errors were encountered: