R2R
R2R copied to clipboard
Dev minor
[!IMPORTANT] Enhances Docker and PostgreSQL setup, refines testing scripts, and updates configurations for improved performance and reliability.
- Docker and PostgreSQL Setup:
.github/actions/setup-docker/action.yml: Added OS-specific Docker setup for Ubuntu, macOS, and Windows..github/actions/setup-postgres-ext/action.yml: Setmax_connectionsto 1024 for PostgreSQL on all platforms.- Testing Enhancements:
- Renamed
.github/actions/run-cli-graphrag/action.ymltorun-cli-graphrag-tests/action.ymland updated test commands to userunner_cli.py.- Renamed
.github/actions/run-sdk-graphrag/action.ymltorun-sdk-graphrag-tests/action.ymland updated test commands to userunner_sdk.py.- Updated
py/tests/integration/runner_cli.pyandrunner_sdk.pywith additional assertions and sleep intervals for stability.- Configuration and Documentation:
py/core/base/providers/database.py: Increasedmax_connectionsdefault to 256.docs/cookbooks/graphrag.mdx: Updated example messages for KG creation and enrichment processes.- Miscellaneous:
py/cli/commands/server.py: Refined Docker Compose project handling indocker_down()andserve()functions.py/shared/abstractions/kg.py: Removedrun_modefromKGCreationSettingsandKGEnrichmentSettings.This description was created by
for 5dbc9e1aabd836cb14e0b95221041478d7cd5abb. It will automatically update as commits are pushed.