graphrag
graphrag copied to clipboard
Implement prompt tuning API
Description
This PR cleans up the code between the CLI and the underlying library for the prompt tuning engine. It introduces an initial starting point to an API design that other systems/users may use to interface with graphrag programmatically.
Checklist
- [x] I have tested these changes locally.
- [x] I have reviewed the code changes.
- [ ] I have updated the documentation (if necessary).
- [x] I have added appropriate unit tests (if applicable).