Liuyang 58128ba243 feat(llm): 添加知识库向量嵌入功能
- 在应用配置文件中添加知识库向量嵌入的 URL
- 新增 AsyncKnowledgeBase 类中的 knowledgeEmbed 方法,用于异步处理知识库向量嵌入
- 在 KnowledgeBaseServiceImpl 中集成知识库向量嵌入的逻辑
- 新增 KnowledgeRagEmbedReqVO 类作为知识库向量嵌入的请求参数
- 在 LLMBackendProperties 中添加 embed 属性用于配置向量嵌入的 URL
- 在 RagHttpService 中实现 knowledgeEmbed 方法,用于调用向量嵌入的 API
2025-02-08 11:51:43 +08:00
..
2025-01-16 15:08:51 +08:00