Skip to main content

No project description provided

Project description



PyGraphGPT: A package to empower development of Knowledge Graph based GenAI application.

  • Template prompts for graph extraction
  • Interactive GUI for visualization
  • Python compatible

Installation

  • Install with poetry: poetry add pygraphgpt
  • Install with pip: pip install pygraphgpt

Quickstart

After installing pygraphgpt, to start the front-end webapp in the local server, user can use:

poetry run graphgpt

Experienced user or contributor can start the application from the cloned repository via Makefile: make graphgpt

Contribution

This tool is designed to share knowledge and facilitate the development of GenAI with Graph Knowledge. As new ideas and requirements only come with usage, any suggestions or contributions will be more than welcome.

How to

To contribute, you are invited to:

  • Create a new issue for suggesting new feature from issues'page.
  • Create PR to address the created issues.

For each PR, please:

  • checkout from the branch develop
  • name the branch as: feat/<feature_name_here>
  • should merge only to the develop branch (not master)
  • please delete the merged feature branch to avoid messy branches.

Sanity check

To facilitate the development and assure the code quality, please activate the automatic sanity check tool: black, isort etc… For this purpose:

  • In the virtual environment, activate the pre-commit: pre-commit install.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygraphgpt-0.1.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

pygraphgpt-0.1.1-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page