This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
ragflow
Watch
1
Star
0
Fork
You've already forked ragflow
0
mirror of
https://github.com/infiniflow/ragflow
synced
2026-05-24 09:39:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
c6512e689b
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 01:17:36 +00: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 00:46:22 +00:00
USE
rag_flow
;
Reference in a new issue
Copy permalink