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.

相关推荐
文心智能体平台Agentbuilder10 分钟前
行业智能体变现指南-信息技术专题
人工智能·aigc·智能体·行业智能体·自然语言开发·数字人智能体
墨风如雪8 小时前
OpenAI 甩出王炸:GPT-5.2-Codex 上线,这次它想做你的“赛博合伙人”
aigc
智界前沿13 小时前
集之互动AI创意视频解决方案:商业级可控,让品牌创意从“灵感”直达“落地”
人工智能·aigc
chuntian_tester17 小时前
Qwen通义千问大模型
测试工具·aigc
Java后端的Ai之路17 小时前
【分析式AI】-过拟合(含生活案例说明)
人工智能·aigc·生活·过拟合·分析式ai
imbackneverdie20 小时前
AI工具如何重塑综述写作新体验
数据库·人工智能·考研·自然语言处理·aigc·论文·ai写作
阿杰学AI21 小时前
AI核心知识57——大语言模型之MoE(简洁且通俗易懂版)
人工智能·ai·语言模型·aigc·ai-native·moe·混合专家模型
用户479492835691521 小时前
拆包、立边界、可发布:Gemini CLI 的 Monorepo 设计我学到了什么
aigc·agent·ai编程
程序员X小鹿1 天前
一句话生科普动画视频的AI工具来了,3分钟搞定教学动画!算法演示、科学原理....(附实测案例)
aigc