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
issuefor suggesting new feature from issues'page. - Create
PRto 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
developbranch (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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygraphgpt-0.1.1.tar.gz.
File metadata
- Download URL: pygraphgpt-0.1.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.7.4 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd486c0d72d30f4359c55f533598a0c0318bf8e8c81f2283defe75e60747728d
|
|
| MD5 |
4c336eb6dde3bc6f5986871bf8748209
|
|
| BLAKE2b-256 |
cfaba514a3796ec3fbbc90a10bd81de2687308207b40d0c7d76be3ec0e3de338
|
File details
Details for the file pygraphgpt-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pygraphgpt-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.7.4 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64dddc8753877a5f849ddd96fe5837a0e60cb6c8c3c318a4a75f4f20438cb0b8
|
|
| MD5 |
50848da940b11637ede5ed336a8c7fc8
|
|
| BLAKE2b-256 |
b4fadc9e75c05b40cc84a88c4423d8a7047e8ae9160d952f525344dfae37efe9
|