-
Notifications
You must be signed in to change notification settings - Fork 193
Feat: add AIFun extension #1483
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
base: main
Are you sure you want to change the base?
Conversation
Provide a set of AI functions powered by LLM/VLM
xtangcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
More comments:
The
I noticed that Personally, I would prefer the former, as it helps make the new extension more visible and easier for users to discover. BTW, the current Makefile runs |
|
Errors return when running |
Does the aifun need the pgvector as a required dependency too? |
It seems that the Python3 environment is not what provided by Cloudberry. Please verify that you are using the correct environment. |
You can try with: CREATE EXTENSION aifun CASCADE; |
A Cloudberry/PostgreSQL extension that provides AI-powered functions using various LLM providers (OpenAI, Anthropic, Google Gemini, AWS Bedrock).
Features