文章

菜谱、技术笔记和生活记录。

Neurapress-微信Markdown排版工具

地址: https://github.com/tianyaxiang/neurapress 依赖了pnpm: https://pnpm.io/installation 那就先装pnmpInvoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing ...

2025年1-2月AI方面24个领域的知识汇总与反思记录、分享

前言:这是我自己2个月来左右,接触过、感兴趣的一些AI方向的梳理和总结,为我接下的学习和工作本文系统梳理了AI Agent技术的多个主题方向,涵盖以下六大类别:1、自动化与工具:包括Browser-USE、CogAgent、Eko、UI-TARS等自动化工具,以及Agent在屏幕操作、浏览器自动化等场景的应用。2、编...

基于DeepSeek-R1的医疗大模型实践

https://medium.com/enterprise-rag/introducing-patientseek-the-first-open-source-med-legal-deepseek-reasoning-model-74f98e9608ae https://huggingface.co/whyhow-a...

cherry sutdio配置方面的技巧总结

主要提及:ollama的配置、链接火山引擎联网bots的配置、agent智能体的简要使用、与Obsidian 知识库的联动1、ollama的配置ollama因为支持拉取模型列表,所以,可以配置好http【注意不要写https】的基准地址后然后点击下面的管理之后,就可以一个个点击加入模型了另外,推理系列的记得标注好,模...

OmniParser V2-一次失败的安装

Playground在这里: https://huggingface.co/spaces/microsoft/OmniParser-v2 环境建立 14 mkdir OmniParser-v2.0-demo 15 cd .\OmniParser-v2.0-demo\ 16 ls 17 uv init 18 uv ve...

李华数据集--港大智能系统与数据实验室的RAG研究数据集

前几天就已经看到港大的:MiniRAG框架了没认真仔细看,看介绍知道了,这就是专门给中小型模型、端侧技术准备的RAG技术然后周四的时候,看到了主动检索增强agent技术的时候,发现了图RAG技术的一个nano实现,即:nano_graphrag库这个库,安装的不是很顺利,因为安装风格竟然是:pip install -...

跑一下LightRAG项目

https://blog.lemonhall.me/notesview/show/625 首选需要解决管理多版本的问题 uv python install cpython-3.8.20-windows-x86_64-none然后就可以开始了:uv init lightrag_demo --python 3.8.20初...

试吃autogenstudio跑多agent协同

https://github.com/microsoft/autogen uv init autogenstudio-demo cd autogenstudio-demo uv add autogenstudio核心API、chatapi、扩展api、图形界面和测试框架微软这一套是真的贴心,还带了C#支持.\.ven...

启用Browser-Use的web-ui项目下的deep research

书接上回: https://blog.lemonhall.me/notesview/show/618 切到工作目录:E:\development\browser-use\web-uigit pull拿到最新的代码1.5版本pip install -r requirements.txt更新依赖包OPENAI_ENDPO...