Commit Graph

72 Commits (333aae67957232e6bb191bdc4792e5d2332d6d97)

Author SHA1 Message Date
Jyong 84ac004772
py lint (#12102)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
eux 49bc602fb2
fix: --name option for the create-tenant command does not take effect (#11993) 1 year ago
yihong 56e15d09a9
feat: mypy for all type check (#10921) 1 year ago
Benjamin d9875fe232
fix(commands): validate name encoding for non-Latin characters (#11965) 1 year ago
yihong 5669cac16d
fix: some typos using typos (#11374)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 year ago
Bowen Liang 9b46b02717
refactor: assembling the app features in modular way (#9129)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
Bowen Liang 51db59622c
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 1 year ago
powerfool 878d13ef42
Added OceanBase as an option for the vector store in Dify (#10010) 1 year ago
roadgoat19 c8ef9223e5
feat: couchbase integration (#6165)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Elliot Scribner <elliot.scribner@couchbase.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Bowen Liang <bowenliang@apache.org>
1 year ago
Zven 8e7a752b2a
feat: add upstash as a new vector database provider (#9644) 1 year ago
-LAN- e61752bd3a
feat/enhance the multi-modal support (#8818) 1 year ago
ice yao a53fdc7126
fix: add missing vector type to migrate command (#9470) 1 year ago
Shili Cao 2ec6ffe478
feat:support baidu vector db (#9185) 1 year ago
Nam Vu bef83a4d2e
fix: typos and improve naming conventions: (#8687) 1 year ago
Nam Vu 6e37750fbd
fix: commands.py (#8483) 1 year ago
Bowen Liang a1104ab97e
chore: refurish python code by applying Pylint linter rules (#8322) 1 year ago
Bowen Liang 6613b8f2e0
chore: fix unnecessary string concatation in single line (#8311) 1 year ago
Bowen Liang c69f5b07ba
chore: apply ruff E501 line-too-long linter rule (#8275)
Co-authored-by: -LAN- <laipz8200@outlook.com>
1 year ago
Zhi ceb2b150ff
enhance: include workspace name in create-tenant command (#7834) 1 year ago
-LAN- 3571292fbf
chore(api): Introduce Ruff Formatter. (#7291) 1 year ago
miendinh f104b930cf
feat: support elasticsearch vector database (#3558)
Co-authored-by: miendinh <miendinh@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
2 years ago
-LAN- a98284b1ef
refactor(api): Switch to `dify_config` (#6750)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 years ago
8bitpd 7c70eb87bc
feat: support AnalyticDB vector store (#5586)
Co-authored-by: xiaozeyu <xiaozeyu.xzy@alibaba-inc.com>
2 years ago
-LAN- cb8feb732f
refactor: Create a `dify_config` with Pydantic. (#5938) 2 years ago
takatost 8e5569f773
fix: fix-app-site-missing command (#5714) 2 years ago
takatost d30c13891b
feat: add fix-app-site-missing command (#5711) 2 years ago
baojingyu d160d1ed02
feat: support opensearch approximate k-NN (#5322) 2 years ago
Bowen Liang 5f0ce5811a
feat: add `flask upgrade-db` command for running db upgrade with redis lock (#5333) 2 years ago
quicksand 4080f7b8ad
feat: support tencent vector db (#3568) 2 years ago
Bowen Liang bdad993901
improve: generalize vector factory classes and vector type (#5033) 2 years ago
takatost 3579fd1b09
feat: add create tenant command (#4974) 2 years ago
Jyong f25927855e
add qdrant metadata.doc_id index (#4559) 2 years ago
LiuVaayne 875249eb00
Feat/vector db pgvector (#3879) 2 years ago
Jingpan Xiong 33397836a5
feat: support relyt vector database (#3367)
Co-authored-by: jingsi <jingsi@leadincloud.com>
2 years ago
takatost 7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
2 years ago
Jyong 669c8c3cca
some optimization for admin api key, create tenant and reset-encrypt-key-pair command (#3013)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Bowen Liang d018e279f8
fix: typo $ mark in logs of vdb migrate command (#2901) 2 years ago
Jyong 3631e53ff0
Feat/add annotation migrate (#2675)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Bowen Liang 839a6a2c8a
add logs for vdb-migrate command (#2626) 2 years ago
Bowen Liang 801d135390
generalize the generation of new collection name by dataset id (#2620) 2 years ago
Bowen Liang e352a8ed1b
chore: remove redundant casting flask app config into dict (#2564) 2 years ago
Jyong 0620fa3094
Feat/vdb migrate command (#2562)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
Bowen Liang 843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2 years ago
takatost 57565db531
feat: some unused command-line tasks were removed. (#2281) 2 years ago
Jyong 409e0c8e1c
update qdrant migrate command (#2260)
Co-authored-by: jyong <jyong@dify.ai>
2 years ago
crazywoola c17baef172
Feat/portuguese support (#2075) 2 years ago
takatost 23e02d8eb0
feat: remove universal chat app (#2140) 2 years ago
Yeuoly 86286e1ac8
Feat/assistant app (#2086)
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: Pascal M <11357019+perzeuss@users.noreply.github.com>
2 years ago
Bowen Liang cc9e74123c
improve: introduce isort for linting Python imports (#1983) 2 years ago
takatost d069c668f8
Model Runtime (#1858)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
2 years ago