diff --git "a/docs/EulerCopilot\346\234\254\345\234\260\350\265\204\344\272\247\345\272\223\346\236\204\345\273\272\346\214\207\345\215\227.md" "b/docs/EulerCopilot\346\234\254\345\234\260\350\265\204\344\272\247\345\272\223\346\236\204\345\273\272\346\214\207\345\215\227.md" index 4f3fc24623bfd709fd5b737440c31d0281b737c3..09ad485dc5ce357e6052f11c8bf41f4795e5b761 100644 --- "a/docs/EulerCopilot\346\234\254\345\234\260\350\265\204\344\272\247\345\272\223\346\236\204\345\273\272\346\214\207\345\215\227.md" +++ "b/docs/EulerCopilot\346\234\254\345\234\260\350\265\204\344\272\247\345\272\223\346\236\204\345\273\272\346\214\207\345\215\227.md" @@ -18,15 +18,15 @@ # 设置本地存放文档目录权限为755 chmod -R 755 /home/docs ``` -将文件存放的源目录映射至rag容器目标目录,源目录的配置在 EulerCopilot/ euler-copilot-helm / chart / values.yaml,下面是文件中具体配置映射源目录的的配置方法: +将文件存放的源目录映射至rag容器目标目录,源目录的配置在 EulerCopilot/ euler-copilot-helm / chart / values.yaml,下面是文件中具体配置映射源目录的配置方法: ![](./pictures/配置映射源目录.png) -中间层的配置(链接源目录和目标目录的配置)在EulerCopilot/ euler-copilot-helm / chart / templates / rag / rag-deployment.yaml 中,下面是文件中具体映射中间层的的配置方法: +中间层的配置(链接源目录和目标目录的配置)在EulerCopilot/ euler-copilot-helm / chart / templates / rag / rag-deployment.yaml 中,下面是文件中具体映射中间层的配置方法: ![](./pictures/配置映射中间层.png) -目标目录的配置在EulerCopilot/ euler-copilot-helm / chart / templates / rag / rag-deployment.yaml 中,下面是文件中具体映射目标目录的的配置方法: +目标目录的配置在EulerCopilot/ euler-copilot-helm / chart / templates / rag / rag-deployment.yaml 中,下面是文件中具体映射目标目录的配置方法: ![](./pictures/配置映射目标目录.png) @@ -108,7 +108,7 @@ optional arguments: python3 scripts/rag_kb_manager.pyc --method init_database_info --database_url postgresql+psycopg2://postgres:123456@{database_url}:{database_port}/postgres ``` **注意:** -**{dabase_url}**为k8s集群内访问postgres服务的url,请根据具体情况修改,一般为**{postgres_servive_name}-{{ .Release.Name }}.\.svc.cluster.local**格式,其中**{postgres_servive_name}**可以从**databEulerCopilot/ euler-copilot-helm / chart / templates / pgsql / pgsql-service.yaml**找到: +**{database_url}**为k8s集群内访问postgres服务的url,请根据具体情况修改,一般为**{postgres_service_name}-{{ .Release.Name }}.\.svc.cluster.local**格式,其中**{postgres_service_name}**可以从**databEulerCopilot/ euler-copilot-helm / chart / templates / pgsql / pgsql-service.yaml**找到: ![](./pictures/k8s集群中postgres服务的名称.png)