logo
0
0
Login
Merge remote-tracking branch 'upstream/main'

项目介绍

本项目旨在通过将 RAG 知识库系统迁移到 CNB 平台的 CI/CD 流程

项目架构

原始项目 链接

alt text <<<<<<< HEAD

快速开始

./start_ollama.sh docker-compose up -d

工作流程

  • start_ollama将完成ollama的下载、安装、启动,copy模型文件,利用socat映射端口等工作
  • docker-compose将启动rag-web-ui,rag-web-ui将自动连接ollama 更详细的工作流程可以查看README.origin.md文件