-
Notifications
You must be signed in to change notification settings - Fork 8.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
Add Lindorm as a VDB choice #10202
Merged
Merged
Add Lindorm as a VDB choice #10202
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fy into lindorm-vdb * 'lindorm-vdb' of gitlab.alibaba-inc.com:LindormVector/dify: 调整插入 change the logger's config to avoid insert record lindorm web operation test pass 配置条件修改 add lindorm config choice lindorm-vdb finished, tests pass rag vdb lindorm
…m-vdb * 'lindorm-vdb' of github.com:AlwaysBluer/dify: (39 commits) Feat : add LLM model indicator in prompt generator (langgenius#10187) chore: enable vision support for models in OpenRouter that should have supported vision (langgenius#10191) chore : code generator preview hint (langgenius#10188) fix: webapp upload file (langgenius#10195) fix(api): replace current_user with end_user in file upload (langgenius#10194) feat(document_extractor): integrate unstructured API for PPTX extraction (langgenius#10180) fix(tools): suppress RuntimeWarnings in podcast audio generator (langgenius#10182) [fix] fix the bug that modify document name not effective (langgenius#10154) fix(workflow model): ensure consistent timestamp updating (langgenius#10172) fix: Cannot find declaration to go to CLEAN_DAY_SETTING (langgenius#10157) feat: add gpustack model provider (langgenius#10158) refactor(tools): Avoid warnings. (langgenius#10161) refactor(migration/model): update column types for workflow schema (langgenius#10160) Feat/add-remote-file-upload-api (langgenius#9906) fix: upload remote image preview (langgenius#9952) clean un-allowed special charters when doing indexing estimate (langgenius#10153) refactor(service): handle unsupported DSL version with warning (langgenius#10151) Add VESSL AI OpenAI API-compatible model provider and LLM model (langgenius#9474) feat: synchronize input/output variables in the panel with generated code by the code generator (langgenius#10150) Refined README for better reading experience. (langgenius#10143) ...
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
👻 feat:rag
Embedding related issue, like qdrant, weaviate, milvus, vector database.
labels
Nov 2, 2024
Hi, could you please review the changes. If there is anything I should do to fill the requirements, please let me know. |
crazywoola
approved these changes
Nov 4, 2024
Nov1c444
pushed a commit
that referenced
this pull request
Nov 5, 2024
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
Yeuoly
pushed a commit
that referenced
this pull request
Nov 5, 2024
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
iamjoel
pushed a commit
that referenced
this pull request
Nov 7, 2024
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
idonotknow
pushed a commit
to AceDataCloud/Dify
that referenced
this pull request
Nov 16, 2024
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
t-yuki
reviewed
Jan 16, 2025
@@ -620,6 +620,7 @@ def get(self): | |||
case ( | |||
VectorType.MILVUS | |||
| VectorType.RELYT | |||
| VectorType.PGVECTOR |
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.
Why??
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
👻 feat:rag
Embedding related issue, like qdrant, weaviate, milvus, vector database.
lgtm
This PR has been approved by a maintainer
size:XL
This PR changes 500-999 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 godsDescription
Lindorm is a multi-model nosql-database, providing the capability of full-text search, vector search and hybrid search
This is the issue link
Fixes #10064 documentation
Type of Change
Testing Instructions
To run the test in dify/api/tests/integration_tests/vdb/lindorm, you should fill the connect information like other commercial vector-database.