• Joined on 2024-10-16
linhui commented on issue HswOAuth/llm_course#776 2025-09-22 14:19:51 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

你可以看下报错,image,这个报错说明你的服务器显卡显存不足,有可能是你起了多个实例,没有释放,也有…

linhui commented on issue HswOAuth/llm_course#777 2025-09-18 17:30:52 +08:00
【求助帖】2025-06-11第6期课程50-GraphRAG-林辉老师

还要把这里的语言改为Chinese:

linhui commented on issue HswOAuth/llm_course#777 2025-09-18 16:29:19 +08:00
【求助帖】2025-06-11第6期课程50-GraphRAG-林辉老师

image把这个localhost替换成你本机的实际局域网地址,比如192.168.*.*这种的

linhui commented on issue HswOAuth/llm_course#776 2025-09-18 15:26:23 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

你给一个todesk或者向日葵的远程给我,我远程看一下

linhui commented on issue HswOAuth/llm_course#776 2025-09-18 14:37:41 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

你首先卸载掉已经安装的torch: pip uninstall torch pip uninstall torchvision pip uninstall torchaudio 然后用下面的命令安装torch: pip install torch==2.5.1 torchvision==0.…

linhui commented on issue HswOAuth/llm_course#776 2025-09-17 23:07:30 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124 使用这个命令安装torch

linhui commented on issue HswOAuth/llm_course#777 2025-09-17 19:52:52 +08:00
【求助帖】2025-06-11第6期课程50-GraphRAG-林辉老师

这个报错是发生在调用ollama的时候超时报错的,先检查下是否正确安装ollama 且ollama是否正确运行,如果ollama正确运行,然后看下是否运行了代理,如…

linhui commented on issue HswOAuth/llm_course#776 2025-09-17 18:52:02 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

报错日志里面显示你没有安装torch,先安装下 torch

linhui commented on issue HswOAuth/llm_course#776 2025-09-16 22:39:10 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师

这是因为m3e-large模型不支持transformers引擎,重新按照如下命令xinference即可: conda install -c conda-forge pynini==2.1.5 pip install cython pip install "xinference[all]" …

linhui commented on issue HswOAuth/llm_course#776 2025-09-16 11:05:48 +08:00
第6期课程 31-25.3.21-实时网页信息爬取+RAG的实时简报编写 -林辉老师
  1. 这是你没有在平台上打开图片上传按钮,如下图所示即可打开:image,![image](/attachments/72f47d8c-5ac0-4c91-8df5-e6…
linhui commented on issue HswOAuth/llm_course#712 2025-04-27 10:47:57 +08:00
医疗条带识别-运行后修改上传后的代码,报错。请老师看下

检查下大模型的配置是否正确,看下在fastgpt的网页端是否能正常问问题

linhui commented on issue HswOAuth/llm_course#712 2025-04-26 22:42:56 +08:00
医疗条带识别-运行后修改上传后的代码,报错。请老师看下

请问代码中的OPENAI_API_KEY有修改成你自己的F爱上他GPT的OPENAI_API_KEY吗

linhui commented on issue HswOAuth/llm_course#712 2025-04-26 21:34:24 +08:00
医疗条带识别-运行后修改上传后的代码,报错。请老师看下

这个是说明results里面没有choices,方便只打印results吗,比如这样logger.info(f"{results}"),把之前哪个logger.info注释掉

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

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

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

在工作流中需要调用接口去查询数据库中的数据,这个interface就是提供这个接口可以让工作流去调用查询数据库中的数据 crawl是从网上爬数据下来保…

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

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

linhui commented on issue HswOAuth/llm_course#691 2025-04-22 23:03:05 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师
  1. 首先我推荐你创建两个mysql数据库,这样不容易搞错,你这个原因是因为之前用pyway创建过数据表格,然后使用了另外一个pyway脚本创建数据表格…
linhui commented on issue HswOAuth/llm_course#697 2025-04-17 15:33:40 +08:00
45-实时网页信息爬取+RAG的舆情分析系统-24.12.10(图片中为什么要设指定回复和知识库搜索,指定回复什么情况下会为空?)
  1. 指定回复是指直接从数据库中取出来的数据就已经可以回答了用户的问题了,所以直接将从数据库取出来的数据指定为回复返回给用户,当用户问…
linhui commented on issue HswOAuth/llm_course#689 2025-04-15 14:37:51 +08:00
关于 医疗大语言模型实战的几个问题, 想请教下林辉老师
  1. 图片数量大概在3000张左右
  2. 评估指标包括两个方面,第一个方面是目标检测算法的map值,map50大概在93左右,map95大概在80左右,然后经过一些后处…
linhui commented on issue HswOAuth/llm_course#691 2025-04-15 14:19:54 +08:00
【求助帖】32-25.3.25-实时网页信息爬取+RAG的舆情分析系统-林辉老师
  1. 首先我推荐你创建两个mysql数据库,这样不容易搞错,你这个原因是因为之前用pyway创建过数据表格,然后使用了另外一个pyway脚本创建数据表格就…