-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
feat: support AnalyticDB vector store #5586
Conversation
As for the dependencies, add the required packages to the And I'm new to ADB concepts, any reference or ADB docs for |
Done, Thank you for your suggestion. I added the specific description and updated |
cc @JohnJyong |
2815d74
to
90eb889
Compare
@bowenliang123 Hey, The alibabacloud-tea has released version 0.3.7, and I've updated the poetry.lock. Now, urllib3 will no longer be downgraded. Could you please approve with this PR? |
@laipz8200 Hey, could you please review this PR? |
@JohnJyong Hey, I'm really sorry to bother you, but could you please kindly review this PR? |
LGTM overall. And how about resolving the conflicts first, considering many changes in configs and docker file merged recently. |
@bowenliang123 I'm really sorry to bother you, but could you please remind the other reviewers to approve this PR? |
Hi @lpdink , this PR is good for me. Feel free to ask Dify's member to review this PR, as I'm not one of them although I had some work in vdb features implementation and tests. cc @takatost @JohnJyong |
* refs/heads/main: (51 commits) feat: tailwind related improvement (#6085) feat: support AnalyticDB vector store (#5586) feat:add tts-streaming config and future (#5492) Feat: add index bar to select tool panel of workflow (#6066) bump to 0.6.13 (#6078) fix: Inconsistency Between Actual and Debug Input Variables (#6055) refactor: revamp picker block (#4227) chore: remove tsne unused code (#6077) fix: relative in overflow div (#5998) chore(action): move docker login above Set up QEMU in build-push action workflow (#6073) remove clunky welcome message (#6069) feat: add request_params field to jina_reader tool (#5610) fix azure stream download (#6063) chore: hide tracing introduce detail (#6049) Address the issue of the absence of poetry in the development container. (#6036) Fix authorization header validation to handle bearer types correctly - "authorization config header is required" error (#6040) Fix/6034 get random order of categories in explore and workflow is missing in zh hant (#6043) Modify slack webhook url validation to allow workflow (#6041) (#6042) fix(configs): Update pydantic settings in config files (#6023) Fix/incorrect parameter extractor memory (#6038) ...
* refs/heads/feat/if-elif: feat: update if elif feat: tailwind related improvement (#6085) feat: support AnalyticDB vector store (#5586) # Conflicts: # web/app/components/header/account-setting/members-page/invite-modal/index.tsx # web/app/components/header/account-setting/members-page/operation/index.tsx # web/app/components/workflow/nodes/if-else/components/condition-item.tsx # web/app/components/workflow/nodes/if-else/components/condition-list.tsx
@lpdink sorry to bother u, have you tried migrating pg to adb? I encountered some problems |
thanks your help! i create a discussion for my problem: #6720 i changed the docker/.env
i can use psql to connect adb in container, but some troubles。 |
Description
alibabacloud_gpdb20160503
andalibabacloud_tea_openapi
for database connectivity. It leverages a pure HTTP client architecture, hence a Docker image is not provided.Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Suggested Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsoptional
I have made corresponding changes to the documentationoptional
I have added tests that prove my fix is effective or that my feature worksoptional
New and existing unit tests pass locally with my changes