set up RAGFlow on your Mac

个人思考:这些仅仅是工具,和人的思维实际还是有很大差距。

可能是我认知片面,你需要投喂大量的内容给它,它自己其实并不会思考,只是从它的认知里告诉它他知道的东西。举个不太巧当的例子,和以往的方式恰恰相反,以往都是先有内容 再吸引流量,而现在是现有架子 再往里填充内容。架子好找,内容难求。

To set up RAGFlow on your Mac, follow these general steps:

Prerequisites:

  1. Hardware Requirements:

    • CPU: At least 4 cores.
    • RAM: Minimum 16 GB.
    • Disk space: At least 50 GB.
  2. Software Requirements:

    • Install Docker Desktop on macOS, ensuring Docker >= 24.0.0 and Docker Compose >= v2.26.1.

    • Make sure the

      复制代码
      vm.max_map_count

      is set to at least

      复制代码
      262144

      . You can check and update this using:

      bash 复制代码
      sysctl vm.max_map_count
      sudo sysctl -w vm.max_map_count=262144

      To make this change permanent, edit

      复制代码
      /etc/sysctl.conf

      and add

      复制代码
      vm.max_map_count=262144

      .

Installation:

  1. Clone the RAGFlow Repository:

    bash 复制代码
    git clone https://github.com/infiniflow/ragflow.git
    cd ragflow/docker
  2. Configure Docker Image:

    • Edit the docker/.env file to specify the RAGFlow Docker image version.
    • For a lightweight setup, use the slim image: RAGFLOW_IMAGE=infiniflow/ragflow:dev-slim.
    • For a full-featured image with embedding models, use: RAGFLOW_IMAGE=infiniflow/ragflow:dev.
  3. Start the Server: Run the following command to build and start the server:

    bash 复制代码
    docker compose -f docker-compose.yml up -d
  4. Verify Setup: Check the server logs to ensure it started successfully:

    bash 复制代码
    docker logs -f ragflow-server

    If successful, you should see a message indicating the server is running at http://127.0.0.1:9380.

Post-Installation:

  • Access the RAGFlow web interface at http://127.0.0.1:9380.
  • Configure the models and embedding settings in the system interface.

For further details and updates, check the RAGFlow GitHub repository and the official documentation.

相关推荐
魔术师Grace11 小时前
调用一次大模型,就算 Agent 吗?
aigc·agent·ai编程
Rocky Ding*12 小时前
【三年面试五年模拟】2026-08-16_拼多多_笔试题与题解全解析
论文阅读·人工智能·深度学习·机器学习·aigc·ai-native·拼多多
AI智图坊15 小时前
宠物用品电商视觉内容生产的技术难点与自动化方案分析
大数据·运维·人工智能·ai作画·自动化·aigc
我叫小米粒17 小时前
可维护的智能体协作空间:字段建模、提示约束、测试集和上线检查
数据库·aigc·agent·智能体交付
星火102418 小时前
【从 0 到 1 动手造 Agent】04、给 Agent 装上物理手脚——OpenHands PTY 沙盒
人工智能·aigc·agent
༄沐࿆风࿆࿆19 小时前
从传统 Agent 到 LLM Agent:读懂智能体的演进、类型与运行机制
aigc
leeyi20 小时前
Eino ADK——Agent 的完整生命周期:从创建到中断恢复(第98篇-E84)
llm·aigc·agent
全栈弄潮儿1 天前
用 AI 辅助代码审查:提交前检查什么
aigc·openai·ai编程
手写码匠1 天前
Dify 多 Agent 工具权限与安全沙箱实战:让智能体“有能力,但不越权“
人工智能·深度学习·算法·aigc