RAGflow/docker/init.sql

2 lines
53 B
SQL

CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;