第30次课查询优化问题-大模型查询返回数据不完全 #676

Open
opened 2025-04-05 12:25:32 +08:00 by 15555422276 · 1 comment

老师你好,这种问题的优化方式有哪些呢,什么时候会讲这种优化的具体解决方法?

老师你好,这种问题的优化方式有哪些呢,什么时候会讲这种优化的具体解决方法?

有两种方式

  1. 使用参数量更大的模型,比如qwen2.5的70B版本
  2. 参考老师在舆情分析那节课上的工作流,自己构造一个工作流,将数据保存到数据库中,然后去使用大模型提取需要查询的参数,最后去数据库中查找,即可找到所有的参数。
有两种方式 1. 使用参数量更大的模型,比如qwen2.5的70B版本 2. 参考老师在舆情分析那节课上的工作流,自己构造一个工作流,将数据保存到数据库中,然后去使用大模型提取需要查询的参数,最后去数据库中查找,即可找到所有的参数。
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#676
No description provided.