This website requires JavaScript.
Explore
Help
Sign In
YueHuihui
/
RAGflow
Watch
1
Star
0
Fork
You've already forked RAGflow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
RAGflow
/
api
/
root_path.py
6 lines
106 B
Python
Raw
Permalink
Blame
History
import
os
def
get_root_folder
(
)
:
return
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink