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.

相关推荐
艾斯特_4 小时前
从模型调用到可用聊天应用:会话状态与消息协议
python·ai·aigc
SharpCJ5 小时前
在 JetBrains IDE 中接入 OpenCode 并配置自定义模型
ai·aigc
科技大视界6 小时前
TikTok广告素材投放工具:从官方后台到AIGC一体化矩阵构建高效投放矩阵
人工智能·矩阵·aigc
武子康8 小时前
同一套 ComfyUI 工作流第二次为什么快一倍:4 类消息误解 + 互斥阶段账本 + 10 单元实验矩阵
人工智能·aigc·agent
三声三视1 天前
uni-app 鸿蒙端传参变成 [object Object]?顺着源码追到 ArkTS router 底层才搞明白
人工智能·ai·uni-app·aigc·ai编程·harmonyos
DisonTangor1 天前
【微软开源】Mage-Flow 深度解读:微软4B参数图像生成与编辑模型,单卡A100仅需0.59秒
人工智能·microsoft·ai作画·开源·aigc
大模型搬砖师1 天前
金融、制造、互联网:三个行业的 AI 网关落地实录
aigc·ai编程·gpu算力
imbackneverdie1 天前
知网官宣:禁止 AI 列为论文署名作者,标注 Gemini、DeepSeek 等 AI 为作者的稿件统一下架
大数据·人工智能·ai·职场和发展·aigc·科研·高校
春风野草1 天前
AI Agent 工程底座实战:模型路由、限流、错误处理和成本意识
aigc·ai编程
程序员在囧途1 天前
AIGC SaaS 多租户平台怎么做行业客户二次演示?从 https://aigc.likeadmin.cn 到开源应用中心复盘链路
开源·aigc