chore: fix unit test (#2421)

This commit is contained in:
Aries-ckt
2025-03-09 20:35:38 +08:00
committed by GitHub
parent 81f4c6a558
commit fdadfdd393
37 changed files with 221 additions and 296 deletions

View File

@@ -16,7 +16,7 @@ uv sync --all-packages --frozen \
--extra "proxy_openai" \
--extra "rag" \
--extra "storage_chromadb" \
--extra "dbgpts"
--extra "dbgpts" \
--extra "graph_rag"
````