¶Ô±ÈÐÂÎļþ |
| | |
| | | ALTER TABLE `knowledge_info` |
| | | ADD COLUMN `knowledge_separator` varchar(255) NULL COMMENT 'ç¥è¯åé符' AFTER `create_by`, |
| | | ADD COLUMN `question_separator` varchar(255) NULL COMMENT 'æé®åé符' AFTER `knowledge_separator`, |
| | | ADD COLUMN `overlap_char` int NULL COMMENT 'éå å符æ°' AFTER `question_separator`, |
| | | ADD COLUMN `retrieve_limit` int NULL COMMENT 'ç¥è¯åºä¸æ£ç´¢çæ¡æ°' AFTER `overlap_char`, |
| | | ADD COLUMN `text_block_size` int NULL COMMENT 'ææ¬å大å°' AFTER `retrieve_limit`, |
| | | ADD COLUMN `vector` varchar(50) NULL COMMENT 'åéåº' AFTER `text_block_size`, |
| | | ADD COLUMN `vector_model` varchar(50) NULL COMMENT 'å鿍¡å' AFTER `vector`; |
| | | |
| | | |
| | | |
| | | INSERT INTO `chat_config` (`id`, `category`, `config_name`, `config_value`, `config_dict`, `create_dept`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `version`, `del_flag`, `update_ip`, `tenant_id`) VALUES (1897610056458412050, 'weaviate', 'protocol', 'http', 'åè®®', 103, '2025-03-06 21:10:02', '1', '1', '2025-03-06 21:10:31', NULL, NULL, '0', NULL, 0); |
| | | INSERT INTO `chat_config` (`id`, `category`, `config_name`, `config_value`, `config_dict`, `create_dept`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `version`, `del_flag`, `update_ip`, `tenant_id`) VALUES (1897610056458412051, 'weaviate', 'host', '127.0.0.1:6038', 'å°å', 103, '2025-03-06 21:10:02', '1', '1', '2025-03-06 21:10:31', NULL, NULL, '0', NULL, 0); |
| | | INSERT INTO `chat_config` (`id`, `category`, `config_name`, `config_value`, `config_dict`, `create_dept`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `version`, `del_flag`, `update_ip`, `tenant_id`) VALUES (1897610056458412052, 'weaviate', 'classname', 'LocalKnowledge', 'åç±»åç§°', 103, '2025-03-06 21:10:02', '1', '1', '2025-03-06 21:10:31', NULL, NULL, '0', NULL, 0); |
| | | INSERT INTO `chat_config` (`id`, `category`, `config_name`, `config_value`, `config_dict`, `create_dept`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `version`, `del_flag`, `update_ip`, `tenant_id`) VALUES (1897610056458412053, 'milvus', 'host', '127.0.0.1', 'å°å', |