Skip to content

Developer Notes

Prerequisites

  • Go 1.24 or later
  • PostgreSQL (for integration tests)
  • Python 3.12+ (for documentation)

Use the following command to run all of the checks and build pgedge-rag-server:

# Run all checks (format, lint, test, build)
make all

Use the following command to run the RAG server test suite:

make test

Use the following command to run the Go Linter:

make lint

Use the following command to streamline and format the code:

make fmt

Support

License

This project is licensed under the PostgreSQL License.