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.

相关推荐
猫头虎9 分钟前
如何搭建 24 小时 AI 直播平台:魔珐星云数字人打造无人值守 “AI 销冠” 全流程实战教程
人工智能·langchain·开源·prompt·aigc·embedding·agi
后端小肥肠1 小时前
我把AI童装带货做成了一个Skill,一句话就能出视频
人工智能·aigc·agent
Mr数据杨2 小时前
AIGC工具平台-Tauri2.x智能工具桌面介绍与使用
人工智能·aigc·tauri
米小虾3 小时前
从"玩具"到"生产力":AI Agent 架构设计的 5 个关键决策
langchain·aigc·ai编程
xixixi777773 小时前
AI安全周记:AI驱动攻击占比50%、PQC国标落地、ShinyHunters连环袭击——面对1:25的攻防成本鸿沟,防守方还能撑多久?
人工智能·安全·ai·大模型·aigc·量子计算·供应链
我是发哥哈3 小时前
三款主流AI视频生成模型商用能力对比与选型分析
大数据·人工智能·学习·ai·chatgpt·aigc·音视频
wangruofeng4 小时前
AI 正在压垮 GitHub
github·aigc
92year4 小时前
给 LLM 应用加语义缓存——用 Redis + Embedding 干掉 40% 的重复调用
aigc
洞窝技术5 小时前
用AI的方式思考:思维链模式的提示词优化
aigc