This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
ragflow
Watch
1
Star
0
Fork
0
You've already forked ragflow
mirror of
https://github.com/infiniflow/ragflow.git
synced
2025-07-13 03:50:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ragflow
/
docker
/
init.sql
2 lines
53 B
MySQL
Raw
Normal View
History
Unescape
Escape
Format file format from Windows/dos to Unix (#1949) ### What problem does this PR solve? Related source file is in Windows/DOS format, they are format to Unix format. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-08-15 09:17:36 +08:00
CREATE
DATABASE
IF
NOT
EXISTS
rag_flow
;
build python version rag-flow (#21) * clean rust version project * clean rust version project * build python version rag-flow
2024-01-15 08:46:22 +08:00
USE
rag_flow
;
Reference in New Issue
Copy Permalink