├── README.md ├── other ├── temp │ ├── .env │ └── settings.yaml ├── text │ ├── 1.txt │ ├── 2.txt │ ├── 3.txt │ ├── 4.txt │ ├── 5.txt │ ├── 6.txt │ ├── 7.txt │ ├── 8.txt │ └── 9.txt └── utils │ └── neo4jTest.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/README.md -------------------------------------------------------------------------------- /other/temp/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/temp/.env -------------------------------------------------------------------------------- /other/temp/settings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/temp/settings.yaml -------------------------------------------------------------------------------- /other/text/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/1.txt -------------------------------------------------------------------------------- /other/text/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/2.txt -------------------------------------------------------------------------------- /other/text/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/3.txt -------------------------------------------------------------------------------- /other/text/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/4.txt -------------------------------------------------------------------------------- /other/text/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/5.txt -------------------------------------------------------------------------------- /other/text/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/6.txt -------------------------------------------------------------------------------- /other/text/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/7.txt -------------------------------------------------------------------------------- /other/text/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/8.txt -------------------------------------------------------------------------------- /other/text/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/text/9.txt -------------------------------------------------------------------------------- /other/utils/neo4jTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanGePlus/GraphRAGTestV040/HEAD/other/utils/neo4jTest.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | graphrag==0.4.0 2 | neo4j==5.26.0 3 | --------------------------------------------------------------------------------