添加GraphRAG后端

This commit is contained in:
龙澳
2026-03-31 17:18:30 +08:00
parent 7b1b92d825
commit d2cf97387b
9 changed files with 601 additions and 0 deletions

5
backend/requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
neo4j>=5.18.0
anthropic>=0.25.0
python-dotenv>=1.0.0