You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 官网
|
|
https://github.com/HKUDS/RAG-Anything
|
|
|
|
# 创建虚拟环境
|
|
conda create -n raganything python=3.10
|
|
|
|
# 激活虚拟环境
|
|
conda activate raganything
|
|
|
|
|
|
https://github.com/HKUDS/VideoRAG |