GraphRag Docs is a project designed to manage and visualize graph-based data. This README provides instructions on how to set up and run the project.
Before you begin, ensure you have met the following requirements:
- You have installed Python 3.8+
- You have installed Poetry
- You have a working internet connection
- Clone the repository:
git clone https://github.com/yourusername/graphrag-docs.git
- Navigate to the project directory:
cd graphrag-docs
- Install the required dependencies:
poetry install
To run the project, follow these steps:
- Start the application:
poetry run python main.py
- Open your web browser and go to
http://localhost:8000
to access the application.
To contribute to GraphRag Docs, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you want to contact me, you can reach me at [email protected].