当前位置: 首页 > news >正文

RAGFlowwindows本地pycharm运行

Python环境准备

1. 安装pipx。如已经安装,可跳过本步骤:

    python -m pip install --user pipxpython -m pipx ensurepath##  验证安装pipx --version

2. 安装 uv。如已经安装,可跳过本步骤:

pipx install uv
## 设置为阿里云 PyPI 镜像源
set UV_INDEX=https://mirrors.aliyun.com/pypi/simple

3. 克隆 RAGFlow

git clone https://github.com/infiniflow/ragflow.git
cd ragflow/

4.安装 Python 依赖项:

slim:

# install RAGFlow dependent python modules
uv sync --python 3.11 

slim不用full

full:

--all-extras # install RAGFlow dependent python modules
uv sync --python 3.11 

注2:会存在无法安装pyicu得问题,本地运行若只需要聊天/知识库可以先忽略
pyicu (国际化依赖源包)版本 ==2.14 安装可能会不成功,需要注释pyproject.toml中的pyicu,对于现阶段开发无影响,

注释掉 docker/entrypoint.sh 中的这一行。nginx

# /usr/sbin/nginx

激活 Python 虚拟环境:

source .venv/bin/activate
export PYTHONPATH=$(pwd)

5.下载项目必备模型

找到目录下得download_depts.py文件,开启加速器运行,当前目录下会下载这些文件
在这里插入图片描述
注:如果存在虚拟环境则需要把nltk_data文件夹移到虚拟环境文件目录下
在这里插入图片描述

6. 修改配置文件(service_conf.yml)

编辑/conf/service_conf.yml

ragflow:host: 0.0.0.0http_port: 9380
mysql:# 需要先在数据库创建该库name: '库名'user: 'xx'password: 'xxx'host: 'ip'port: portmax_connections: 100stale_timeout: 30
minio:user: 'access_key'password: 'secret_key'host: 'ip:port'
es:hosts: 'http://ip:port'username: 'xx'password: 'xxx'
infinity:uri: 'localhost:23817'db_name: 'default_db'
redis:db: 1password: 'x'host: 'ip:port'# postgres:
#   name: 'rag_flow'
#   user: 'rag_flow'
#   password: 'infini_rag_flow'
#   host: 'postgres'
#   port: 5432
#   max_connections: 100
#   stale_timeout: 30
# s3:
#   access_key: 'access_key'
#   secret_key: 'secret_key'
#   region: 'region'
# oss:
#   access_key: 'access_key'
#   secret_key: 'secret_key'
#   endpoint_url: 'http://oss-cn-hangzhou.aliyuncs.com'
#   region: 'cn-hangzhou'
#   bucket: 'bucket_name'
# azure:
#   auth_type: 'sas'
#   container_url: 'container_url'
#   sas_token: 'sas_token'
# azure:
#   auth_type: 'spn'
#   account_url: 'account_url'
#   client_id: 'client_id'
#   secret: 'secret'
#   tenant_id: 'tenant_id'
#   container_name: 'container_name'
# user_default_llm:
#   factory: 'Tongyi-Qianwen'
#   api_key: 'sk-xxxxxxxxxxxxx'
#   base_url: ''
# oauth:
#   github:
#     client_id: xxxxxxxxxxxxxxxxxxxxxxxxx
#     secret_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
#     url: https://github.com/login/oauth/access_token
#   feishu:
#     app_id: cli_xxxxxxxxxxxxxxxxxxx
#     app_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
#     app_access_token_url: https://open.feishu.cn/open-apis/auth/v3/app_access_token/internal
#     user_access_token_url: https://open.feishu.cn/open-apis/authen/v1/oidc/access_token
#     grant_type: 'authorization_code'
# authentication:
#   client:
#     switch: false
#     http_app_key:
#     http_secret_key:
#   site:
#     switch: false
# permission:
#   switch: false
#   component: false
#   dataset: false

6.下载项目必备模型

用git bash进入D:\code\python\ragflow

 export HF_ENDPOINT=https://hf-mirror.com

找到目录下得download_depts.py文件,开启加速器运行,当前目录下会下载这些文件

7.启动服务

接口服务python路径:api/ragflow_server.py

python api/ragflow_server.py

任务服务python路径:rag/svr/task_executor.py

python rag/svr/task_executor.py

8.前端

准备:安装node>16
idea打开web的Terminal窗口执行:
依赖安装

npm run install

程序启动

npm run dev

在这里插入图片描述

9.pycharm配置虚拟环境

在这里插入图片描述

参考:
https://ragflow.io/docs/dev/launch_ragflow_from_source
https://blog.csdn.net/university96/article/details/146361237
https://blog.csdn.net/qq_33407429/article/details/146182253
https://blog.csdn.net/weixin_45535519/article/details/146199830
http://mp.weixin.qq.com/s?__biz=MjM5NzQxMTAyNw==&mid=2247486291&idx=1&sn=2b5cd4d0e884683b7597d9efa5faaac1&chksm=a7e28746e040f049c53b0cf8558f969cc1699ff35dc17a9a04726c1bc59d22f2741ddc59510a&mpshare=1&scene=1&srcid=0416xjiIyCzsKwumLEySgZw3&sharer_shareinfo=30a70149dc5a708922287838404bcf5a&sharer_shareinfo_first=30a70149dc5a708922287838404bcf5a#rd

相关文章:

  • 信息学奥赛:开启编程与算法之门的金钥匙
  • 【Java面试系列】Spring Cloud微服务架构中的分布式事务解决方案与Seata框架实现原理详解 - 3-5年Java开发必备知识
  • Flutter Expanded 与 Flexible 详解
  • 考研系列-计算机网络冲刺考点汇总(下)
  • OpenManus源码架构分析
  • 解决 VSCode 中 NVM 配置后无法识别 Node 和 NPM 的问题
  • 安全帽检测AI智能分析网关v4如何配置告警触发间隔?
  • 配合 Spring Bean 注入,把 Function 管理起来?
  • 6. k8s 之存储配置
  • 好用的智能外呼系统:功能全解析
  • 39- 有效的数独
  • Vue的Diff算法原理
  • APang网联科技项目报告(服务器域管理篇)
  • Flink-01学习 介绍Flink及上手小项目之词频统计
  • java IO/NIO/AIO
  • L2-033 简单计算器满分笔记
  • 十三种通信接口芯片——《器件手册--通信接口芯片》
  • 解决“驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接“问题
  • 【C++面向对象】封装(下):探索C++运算符重载设计精髓
  • C++每日训练 Day 16:构建 GUI 响应式信号机制(面向初学者)
  • 学习教育期间违规吃喝,李献林、叶金广等人被通报
  • 习近平致电祝贺阿尔巴尼斯当选连任澳大利亚总理
  • 成都警方通报:8岁男孩落水父母下水施救,父亲遇难
  • 王毅集体会见加勒比建交国外长及代表
  • 青海规范旅游包车行为:不得引导外省籍旅游包车违规驻地运营
  • 扶桑谈|从石破茂“越菲行”看日本周边外交布局战略新动向