diff --git a/dsRagAnything/.idea/dsRagAnything.iml b/dsRagAnything/.idea/dsRagAnything.iml index 2946dc0d..1516edcf 100644 --- a/dsRagAnything/.idea/dsRagAnything.iml +++ b/dsRagAnything/.idea/dsRagAnything.iml @@ -2,7 +2,7 @@ - + diff --git a/dsRagAnything/.idea/misc.xml b/dsRagAnything/.idea/misc.xml new file mode 100644 index 00000000..ddf22936 --- /dev/null +++ b/dsRagAnything/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/dsRagAnything/Doc/文档.txt b/dsRagAnything/Doc/文档.txt index a582e27d..d05d2c33 100644 --- a/dsRagAnything/Doc/文档.txt +++ b/dsRagAnything/Doc/文档.txt @@ -1,7 +1,11 @@ +# 官网 https://github.com/HKUDS/RAG-Anything # 创建虚拟环境 conda create -n raganything python=3.10 # 激活虚拟环境 -conda activate raganything \ No newline at end of file +conda activate raganything + + +https://github.com/HKUDS/VideoRAG \ No newline at end of file diff --git a/dsRagAnything/raganything.egg-info/PKG-INFO b/dsRagAnything/raganything.egg-info/PKG-INFO new file mode 100644 index 00000000..07803712 --- /dev/null +++ b/dsRagAnything/raganything.egg-info/PKG-INFO @@ -0,0 +1,42 @@ +Metadata-Version: 2.4 +Name: raganything +Version: 1.2.0 +Summary: RAGAnything: All-in-One RAG System +Home-page: https://github.com/HKUDS/RAG-Anything +Author: ZiruiGuo +Project-URL: Documentation, https://github.com/HKUDS/RAG-Anything +Project-URL: Source, https://github.com/HKUDS/RAG-Anything +Project-URL: Tracker, https://github.com/HKUDS/RAG-Anything/issues +Classifier: Development Status :: 4 - Beta +Classifier: Programming Language :: Python :: 3 +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Intended Audience :: Developers +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.9 +Description-Content-Type: text/markdown +License-File: LICENSE +Requires-Dist: huggingface_hub +Requires-Dist: lightrag-hku +Requires-Dist: mineru[core] +Provides-Extra: image +Requires-Dist: Pillow>=10.0.0; extra == "image" +Provides-Extra: text +Requires-Dist: reportlab>=4.0.0; extra == "text" +Provides-Extra: office +Provides-Extra: all +Requires-Dist: Pillow>=10.0.0; extra == "all" +Requires-Dist: reportlab>=4.0.0; extra == "all" +Dynamic: author +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: license-file +Dynamic: project-url +Dynamic: provides-extra +Dynamic: requires-dist +Dynamic: requires-python +Dynamic: summary + +A description of RAGAnything is currently unavailable. diff --git a/dsRagAnything/raganything.egg-info/SOURCES.txt b/dsRagAnything/raganything.egg-info/SOURCES.txt new file mode 100644 index 00000000..bdee0640 --- /dev/null +++ b/dsRagAnything/raganything.egg-info/SOURCES.txt @@ -0,0 +1,25 @@ +LICENSE +MANIFEST.in +README_zh.md +requirements.txt +setup.py +examples/image_format_test.py +examples/modalprocessors_example.py +examples/office_document_test.py +examples/raganything_example.py +examples/text_format_test.py +raganything/__init__.py +raganything/batch.py +raganything/config.py +raganything/mineru_parser.py +raganything/modalprocessors.py +raganything/processor.py +raganything/prompt.py +raganything/query.py +raganything/raganything.py +raganything/utils.py +raganything.egg-info/PKG-INFO +raganything.egg-info/SOURCES.txt +raganything.egg-info/dependency_links.txt +raganything.egg-info/requires.txt +raganything.egg-info/top_level.txt \ No newline at end of file diff --git a/dsRagAnything/raganything.egg-info/dependency_links.txt b/dsRagAnything/raganything.egg-info/dependency_links.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/dsRagAnything/raganything.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/dsRagAnything/raganything.egg-info/requires.txt b/dsRagAnything/raganything.egg-info/requires.txt new file mode 100644 index 00000000..c9f2d8b7 --- /dev/null +++ b/dsRagAnything/raganything.egg-info/requires.txt @@ -0,0 +1,15 @@ +huggingface_hub +lightrag-hku +mineru[core] + +[all] +Pillow>=10.0.0 +reportlab>=4.0.0 + +[image] +Pillow>=10.0.0 + +[office] + +[text] +reportlab>=4.0.0 diff --git a/dsRagAnything/raganything.egg-info/top_level.txt b/dsRagAnything/raganything.egg-info/top_level.txt new file mode 100644 index 00000000..32fcc29d --- /dev/null +++ b/dsRagAnything/raganything.egg-info/top_level.txt @@ -0,0 +1 @@ +raganything