sky

Results 35 comments of sky

![Image](https://github.com/user-attachments/assets/f169b564-bcce-4981-b1a2-c71ce5f4bd07) ![Image](https://github.com/user-attachments/assets/83c0d347-0513-44dd-9dc6-4594b4a3b57b)

![Image](https://github.com/user-attachments/assets/62916b52-e064-43f4-a0bd-0c32d21430c0) It can be used in the knowledge base, but cannot be called in the agent ![Image](https://github.com/user-attachments/assets/5744a728-e020-433f-8985-15c43c054941) ![Image](https://github.com/user-attachments/assets/29d39a59-f971-422b-87e4-5e0cdcd387e5)

@crazywoola Is there any way to do this?

I kind of know why, I'm using RAGFLOW, and when the model is passed into RAGFLOW, it's all \n\n\n... ragflow returned an error ![Image](https://github.com/user-attachments/assets/318a5f01-b587-487c-9944-a54004a43199)

replace the AI model. qwen or deepseek is work

+1 My Dify's version is 1.0.0 and run in Docker This error is displayed when referencing the knowledge base ![Image](https://github.com/user-attachments/assets/31506367-feb6-4cd3-8177-21467fa242d8) ----- retest, brnach: main, This error still occurs ![Image](https://github.com/user-attachments/assets/9b9b4484-f048-4755-a5d3-d12e648d997f)

试了,感觉没触发,按照文档:https://github.com/pen4uin/java-memshell-generator/tree/main/jmg-docs/1.0.8 1、生成: ![image](https://github.com/user-attachments/assets/5027fb45-81c4-44eb-adfd-88156aa9831a) 2.服务端启动spring项目 3.进行注入:提示成功: ![image](https://github.com/user-attachments/assets/ac68619a-10a5-4dc0-bea3-704f921cec9c) 4.触发内存注入: 5.根据生成配置 6.访问: 7.对应服务端日志: ![image](https://github.com/user-attachments/assets/fec6ba7a-07f2-4715-a59d-04fbc42da3f2)

和启动方式有关吗? java -jar user-xxx.jar 项目是spring cloud,服务是spring boot启动的

刚刚试了下, 1、user-xxx.jar是本地起的,启动方式为java -jar user-xxx.jar (spring cloud 项目,spring-boot工程) 2、访问服务的接口 3、agent本地注入,注入方式 ``` [root@36e5248b2ca4 webapps]# java -jar demo.jar [*] Found pid 445 ——> [demo.jar] [*] Found pid 397 ——> [user-xxx.jar] [root@36e5248b2ca4 webapps]# java...