| 
							
							
								 Waffle | 7b225a5ab0 | refactor(services/tasks): Swtich to dify_config witch Pydantic  (#6203) | 2024-07-12 12:25:38 +08:00 |  | 
			
				
					| 
							
							
								 xielong | 00b4cc3cd4 | feat: implement forgot password feature (#5534) | 2024-07-05 13:38:51 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | af308b99a3 | sync delete app table record when delete app (#5819) | 2024-07-02 08:48:29 +08:00 |  | 
			
				
					| 
							
							
								 Charles Zhou | cb09dbef66 | feat: correctly delete applications using Celery workers (#5787) | 2024-07-01 14:21:17 +08:00 |  | 
			
				
					| 
							
							
								 Joe | e8b8f6c6dd | Feat/fix ops trace (#5672) Co-authored-by: takatost <takatost@gmail.com> | 2024-06-28 00:24:37 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | ba5f8afaa8 | Feat/firecrawl data source (#5232) Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: takatost <takatost@gmail.com> | 2024-06-15 02:46:02 +08:00 |  | 
			
				
					| 
							
							
								 takatost | d1dbbc1e33 | feat: backend model load balancing support (#4927) | 2024-06-05 00:13:04 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | f257f2c396 | Knowledge optimization (#3755) Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: JzoNg <jzongcode@gmail.com> | 2024-04-24 15:02:29 +08:00 |  | 
			
				
					| 
							
							
								 LIU HONGWEI | c227f3d985 | feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) | 2024-04-12 16:22:24 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | c889717d24 | Fix issue : don't delete DatasetProcessRule, DatasetQuery and AppDatasetJoin when delete dataset with no document (#3354) | 2024-04-11 17:43:22 +08:00 |  | 
			
				
					| 
							
							
								 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> | 2024-04-08 18:51:46 +08:00 |  | 
			
				
					| 
							
							
								 colvin777 | c60749678b | When disabling the "Annotation Reply" button, the backend reports an error. #2904 (#2933) Co-authored-by: colvin <colvin.zhang@boaocloud.com> | 2024-03-25 22:20:40 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 4834eae887 | fix enable annotation reply when collection is None (#2877) Co-authored-by: jyong <jyong@dify.ai> | 2024-03-18 17:18:52 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 796c5626a7 | fix delete dataset when dataset has no document (#2789) Co-authored-by: jyong <jyong@dify.ai> | 2024-03-11 23:57:38 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 5b953c1ef2 | Fix some RAG bugs (#2570) Co-authored-by: jyong <jyong@dify.ai> | 2024-02-27 11:39:05 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 4be3087642 | Fix/new RAG bugs (#2547) Co-authored-by: jyong <jyong@dify.ai> | 2024-02-23 16:54:15 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 91ea6fe4ee | Fix/langchain document schema (#2539) Co-authored-by: jyong <jyong@dify.ai> | 2024-02-23 14:16:44 +08:00 |  | 
			
				
					| 
							
							
								 Bowen Liang | e42175241e | fix: tolerate exceptions in cleaning up index when vector db service unavailable (#2533) | 2024-02-23 12:30:39 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 6c4e6bf1d6 | Feat/dify rag (#2528) Co-authored-by: jyong <jyong@dify.ai> | 2024-02-22 23:31:57 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 97fe817186 | Fix/upload limit (#2521) Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> | 2024-02-22 17:16:22 +08:00 |  | 
			
				
					| 
							
							
								 Bowen Liang | 063191889d | chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) | 2024-02-09 15:21:33 +08:00 |  | 
			
				
					| 
							
							
								 Bowen Liang | 843280f82b | enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) | 2024-02-06 13:21:13 +08:00 |  | 
			
				
					| 
							
							
								 takatost | 9f637ead38 | bump version to 0.5.3 (#2306) | 2024-02-01 18:11:57 +08:00 |  | 
			
				
					| 
							
							
								 crazywoola | c17baef172 | Feat/portuguese support (#2075) | 2024-01-23 21:14:53 +08:00 |  | 
			
				
					| 
							
							
								 Benjamin | 0695f08f05 | fix: invite email template languages constant var (#2111) | 2024-01-21 12:22:59 +08:00 |  | 
			
				
					| 
							
							
								 Bowen Liang | cc9e74123c | improve: introduce isort for linting Python imports (#1983) | 2024-01-12 12:34:01 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 4d99c689f0 | prohibit enable and disable  function when segment is not completed (#1954) Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com> | 2024-01-05 18:18:38 +08:00 |  | 
			
				
					| 
							
							
								 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> | 2024-01-02 23:42:00 +08:00 |  | 
			
				
					| 
							
							
								 crazywoola | 1521ac5563 | feat: add email template for invite new user in workspace (#1810) | 2023-12-21 11:09:41 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 2fd56cb01c | Fix/vdb index issue (#1776) Co-authored-by: jyong <jyong@dify.ai> | 2023-12-18 21:33:54 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | a71f2863ac | Annotation management (#1767) Co-authored-by: jyong <jyong@dify.ai> | 2023-12-18 13:10:05 +08:00 |  | 
			
				
					| 
							
							
								 Garfield Dai | 42a5b3ec17 | feat: advanced prompt backend (#1301) Co-authored-by: takatost <takatost@gmail.com> | 2023-10-12 10:13:10 -05:00 |  | 
			
				
					| 
							
							
								 Jyong | 289c93d081 | Feat/improve document delete logic (#1325) Co-authored-by: jyong <jyong@dify.ai> | 2023-10-12 13:30:44 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 724e053732 | Fix/qdrant data issue (#1203) Co-authored-by: jyong <jyong@dify.ai> | 2023-09-22 14:21:26 +08:00 |  | 
			
				
					| 
							
							
								 Matri | fc68c81791 | fix: correct invite url (#1173) | 2023-09-14 12:07:34 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | a55ba6e614 | Fix/ignore economy dataset (#1043) Co-authored-by: jyong <jyong@dify.ai> | 2023-08-29 03:37:45 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 38fa152cc4 | fix update document index technique (#1018) Co-authored-by: jyong <jyong@dify.ai> | 2023-08-25 18:29:55 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | db7156dafd | Feature/mutil embedding model (#908) Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> | 2023-08-18 17:37:31 +08:00 |  | 
			
				
					| 
							
							
								 takatost | cc2d71c253 | feat: optimize override app model config convert (#874) | 2023-08-16 20:48:42 +08:00 |  | 
			
				
					| 
							
							
								 takatost | 1bd0a76a20 | feat: optimize error raise (#820) | 2023-08-13 00:59:36 +08:00 |  | 
			
				
					| 
							
							
								 takatost | 0c18cab111 | feat: add queue to celery task (#688) | 2023-07-31 13:13:08 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 082f8b17ab | Feat/milvus support (#671) Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com> | 2023-07-28 22:19:39 +08:00 |  | 
			
				
					| 
							
							
								 KVOJJJin | cf93d8d6e2 | Feat: Q&A format segmentation support (#668) Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> | 2023-07-28 20:47:15 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 9f28a48a92 | index add to db when dataset updated (#588) | 2023-07-18 15:02:33 +08:00 |  | 
			
				
					| 
							
							
								 KVOJJJin | cd51d3323b | feat: member invitation and activation (#535) Co-authored-by: John Wang <takatost@gmail.com> | 2023-07-14 11:19:26 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | a93506df18 | Fix/dataset clean task (#534) | 2023-07-08 17:29:56 +08:00 |  | 
			
				
					| 
							
							
								 John Wang | da04ff040b | fix: remove document from dataset error when vector index npe (#489) | 2023-06-29 13:09:22 +08:00 |  | 
			
				
					| 
							
							
								 John Wang | b9b0866a46 | fix: generate summary error when tokens=4097 (#488) | 2023-06-29 12:54:50 +08:00 |  | 
			
				
					| 
							
							
								 John Wang | 3241e4015b | feat: upgrade langchain (#430) Co-authored-by: jyong <718720800@qq.com> | 2023-06-25 16:49:14 +08:00 |  | 
			
				
					| 
							
							
								 Jyong | 9253f72dea | Feat/dataset notion import (#392) Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com> | 2023-06-16 21:47:51 +08:00 |  |