threestraw
  • Joined on 2024-11-24
threestraw opened issue HswOAuth/llm_course#766 2025-07-19 22:50:09 +08:00
【求助帖】如何系统性评估RAG的准确性
threestraw commented on issue HswOAuth/llm_course#691 2025-04-24 21:06:14 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

知识库1和2是不是在这个目录里面呢image

不在这里面,这个文件夹里面是空的

threestraw commented on issue HswOAuth/llm_course#691 2025-04-24 20:57:52 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

`def query_dataset(): """ 查询知识库 :return: """ dataset_dict = {} query_dataset_url = rf'{OPENAI_API_BASE_URL}/core/dataset/list' headers = {"Content-Type"…

threestraw commented on issue HswOAuth/llm_course#691 2025-04-24 09:00:13 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

能否解释一下为什么会有crawl和interface两个文件,因为我看crawl已经实现了爬取,创建数据库,创建知识库的闭环,那interface的作用是什么。

threestraw commented on issue HswOAuth/llm_course#691 2025-04-22 23:20:29 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

`dataset_name_2_dataset_id {'携程旅游': '6807ad759233f22a626288a6', '2': '680795eb60cdb83a5a1fd47f', '1': '680795dc60cdb83a5a1fd285', '舆情知识库': '6807917660cdb83a5a1fd0b7',…

threestraw commented on issue HswOAuth/llm_course#691 2025-04-22 22:51:22 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

在具体执行的时候遇到另一个问题,main.py执行,日志显示一下内容,说明知识库链接是正常的,但是我的fastgpt里面的知识库没有内容,依旧为空。这…

threestraw commented on issue HswOAuth/llm_course#691 2025-04-22 16:53:17 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

是否是因为电脑内存不够,所以docker的镜像就打不开

threestraw commented on issue HswOAuth/llm_course#691 2025-04-20 10:55:09 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师
  1. 首先我推荐你创建两个mysql数据库,这样不容易搞错,你这个原因是因为之前用pyway创建过数据表格,然后使用了另外一个pyway脚本创建数据表格就…
threestraw commented on issue HswOAuth/llm_course#691 2025-04-13 23:00:26 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师

image

我在拉取xinference的时候报错是为什么docker: error pulling image configuration: download failed after attempts=1:…

threestraw opened issue HswOAuth/llm_course#691 2025-04-12 15:23:59 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师
threestraw opened issue HswOAuth/llm_course#660 2025-03-30 23:13:41 +08:00
【求助帖】30-25.3.18-实战:实时网页信息爬取+RAG的问答系统搭建及发布
threestraw opened issue HswOAuth/llm_share#80 2025-02-24 00:14:58 +08:00
【】20-25.2.11-LLM-多模态理论+案例讲解
threestraw opened issue HswOAuth/llm_course#566 2025-02-20 14:18:53 +08:00
【求助帖】2406期-林希老师-课程20(LLM->多模态理论+案例讲解)
threestraw opened issue HswOAuth/llm_share#76 2025-02-18 13:37:02 +08:00
【作业贴】2025.2.7-大模型初探-基于LLaMA-Factory的模型微调训练
threestraw opened issue HswOAuth/llm_course#546 2025-02-13 23:36:09 +08:00
【求助帖】25.1.21-17-Chinese LLaMA Alpaca系列模型OpenAI API调用实现