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.

相关推荐
SmartBrain12 小时前
AI深度解析:智能体产品核心理念与技术架构
人工智能·架构·aigc
与虾牵手13 小时前
Embedding API 怎么调用?2026 三种方案实测,附 RAG 完整代码
aigc·ai编程
trashwbin14 小时前
Harness Engineering:Agent 的问题,开始变成软件工程问题了
aigc·agent
树獭叔叔18 小时前
FFN 激活函数深度解析:从 ReLU 到 SwiGLU 的演进之路
算法·aigc·openai
树獭叔叔20 小时前
OpenClaw 多 Agent 通信机制解析:sessions_spawn 与 sessions_send
后端·aigc·openai
宝桥南山21 小时前
GitHub Copilot - 可以使用Local, Copilot CLI, Cloud等不同方式来运行agent tasks
microsoft·微软·github·aigc·copilot·ai编程
枫叶丹41 天前
【HarmonyOS 6.0】Agent Framework Kit深度解析:构建应用与智能体的无缝连接
华为·aigc·harmonyos
sin°θ_陈1 天前
前馈式3D Gaussian Splatting 研究地图(路线三):大重建模型如何进入 3DGS——GRM、GS-LRM 与 Long-LRM 的方法转向
3d·aigc·gpu算力·三维重建·空间计算·3dgs·空间智能
橙序员小站1 天前
Harness Engineering:从 OpenClaw 看 AI 助理的基础设施建设
后端·aigc·openai
GISer_Jing2 天前
AI Agent操作系统架构师:Harness Engineer解析
前端·人工智能·ai·aigc