Skip to content

Commit

Permalink
refactored to new repo org: Knowledge-Graph-Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jul 23, 2024
1 parent 70fa45b commit 33c3630
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"context": {
"cookiecutter": {
"project_name": "kg-chat",
"github_org_name": "hrshdhgd",
"github_org_name": "Knowledge-Graph-Hub",
"__project_slug": "kg_chat",
"project_description": "Chatbot that looks up information from provided KGs",
"min_python_version": "3.9",
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When contributing to this repository, please first discuss the changes you wish

### Reporting bugs or making feature requests

To report a bug or suggest a new feature, please go to the [hrshdhgd/kg-chat issue tracker](https://github.com/hrshdhgd/kg-chat/issues), as we are
To report a bug or suggest a new feature, please go to the [Knowledge-Graph-Hub/kg-chat issue tracker](https://github.com/Knowledge-Graph-Hub/kg-chat/issues), as we are
consolidating issues there.

Please supply enough details to the developers to enable them to verify and troubleshoot your issue:
Expand Down Expand Up @@ -46,7 +46,7 @@ and make your changes on a [new branch][about-branches].
[about-branches]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
[about-issues]: https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues
[about-pulls]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
[issues]: https://github.com/hrshdhgd/kg-chat/issues/
[pulls]: https://github.com/hrshdhgd/kg-chat/pulls/
[issues]: https://github.com/Knowledge-Graph-Hub/kg-chat/issues/
[pulls]: https://github.com/Knowledge-Graph-Hub/kg-chat/pulls/

We recommend also reading [GitHub Pull Requests: 10 Tips to Know](https://blog.mergify.com/github-pull-requests-10-tips-to-know/)
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Setup
2. Create a new project by giving it a name of your choice. Make sure to choose the latest version of Neo4j. At this time it is (v5.21.2).

3. Create an empty database with a name of your choice and ``Start`` it.
- Credentials can be as declared `here <https://github.com/hrshdhgd/kg-chat/blob/9ffd530e0da60da772403a327707fc3128d916e5/src/kg_chat/constants.py#L11-L12>`_
- Credentials can be as declared `here <https://github.com/Knowledge-Graph-Hub/kg-chat/blob/9ffd530e0da60da772403a327707fc3128d916e5/src/kg_chat/constants.py#L11-L12>`_

4. Install the APOC plugin in Neo4j Desktop. It is listed under the ``Plugins`` tab which appears when you single-click the database.

Expand Down

0 comments on commit 33c3630

Please sign in to comment.