-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Fixes 14217: database retrieve api and chat-messages api response doc_metadata #14219
Conversation
Did similar changes recently. Worked as well for me. Would be really glad if Dify team could merge this. Also looking how to update UI part to render link if it's passed in doc metadata |
@absent1706 Can you explain more regarding "Also looking how to update UI part to render link if it's passed in doc metadata", you can open an issue to talk about this. |
@crazywoola I meant that it'd be great to make Dify UI render this |
* commit 'c0358d8d0c600a4d97589235baa7ff4a7144b04d': (169 commits) release/1.0.0 (langgenius#14478) fix: ensure correct provider ID comparison in tool provider query (langgenius#14527) fix: set method to POST when body exists (langgenius#14523) (langgenius#14524) fix: update default.conf.template avoid embed.min.js 404 (langgenius#13980) fix: workflow tool file error (langgenius#14483) fix: properly escape `collectionName` in query string parameters (langgenius#14476) fix: page broke down while rendering node contained img and other elements (langgenius#14467) fix(agent node): tool setting and workflow tool. (langgenius#14461) fix: update dependencies and improve app detail handling (langgenius#14444) Fixes 14217: database retrieve api and chat-messages api response doc_metadata (langgenius#14219) fix: update trial tip time to 3/17 (langgenius#14452) fix: handle gitee old name (langgenius#14451) Fix/custom model credentials (langgenius#14450) fix: update database query and model definitions (langgenius#14415) fix: refine wording in LICENSE (langgenius#14412) [chore] upgrade bedrock (langgenius#14387) Update ko-KR/workflow.ts (langgenius#14377) fix: update uniqueIdentifier assignment for marketplace plugins (langgenius#14385) fix: workflow note editor placeholder (langgenius#14380) chore: change use pnpm doc (langgenius#14373) ... # Conflicts: # .github/workflows/build-push.yml # api/Dockerfile # api/core/tools/provider/_position.yaml # api/poetry.lock # api/pyproject.toml # docker-legacy/volumes/ssrf_proxy/squid.conf # web/.husky/pre-commit # web/config/index.ts # web/yarn.lock
Summary
Fixes #14217
database retrieve api and chat-messages api response doc_metadata
Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods