mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
7688228b9c
- Most important updates include the depedency requirement to setup Postgres when running/setting Khoj up locally - Add instructiosn for Docker - Shift to recommend desktop client and update instructions for how to configure Khoj for user
1.2 KiB
1.2 KiB
🧑🏾💻 Setup the Github integration
The Github integration allows you to index as many repositories as you want. It's currently default configured to index Issues, Commits, and all Markdown/Org files in each repository. For large repositories, this takes a fairly long time, but it works well for smaller projects.
Configure your settings
- Go to http://localhost:42110/config and enter in settings for the data sources you want to index. You'll have to specify the file paths.
Use the Github plugin
- Generate a classic PAT (personal access token) from Github with
repo
andadmin:org
scopes at least. - Navigate to http://localhost:42110/config/content-source/github to configure your Github settings. Enter in your PAT, along with details for each repository you want to index.
- Click
Save
. Go back to the settings page and clickConfigure
. - Go to http://localhost:42110/ and start searching!