{"id":22843483,"url":"https://github.com/vectara/vectara-index-git-docs","last_synced_at":"2025-03-31T05:12:06.793Z","repository":{"id":61117296,"uuid":"542222764","full_name":"vectara/vectara-index-git-docs","owner":"vectara","description":"Index contents from a GitHub repository to Vectara","archived":false,"fork":false,"pushed_at":"2023-01-04T18:14:42.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T07:03:15.514Z","etag":null,"topics":["search","vectara"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vectara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-27T18:03:12.000Z","updated_at":"2023-05-31T08:45:37.000Z","dependencies_parsed_at":"2023-02-02T19:47:21.754Z","dependency_job_id":null,"html_url":"https://github.com/vectara/vectara-index-git-docs","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"595a7a837f9929688f0134584813fc49bbe34826"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectara%2Fvectara-index-git-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectara%2Fvectara-index-git-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectara%2Fvectara-index-git-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectara%2Fvectara-index-git-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vectara","download_url":"https://codeload.github.com/vectara/vectara-index-git-docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418646,"owners_count":20773938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["search","vectara"],"created_at":"2024-12-13T02:15:04.892Z","updated_at":"2025-03-31T05:12:06.779Z","avatar_url":"https://github.com/vectara.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## vectara-index-git-docs\n\nFind all documents that have changed in a GitHub repository and submit them to Vectara.\n\nUseful for auto-indexing documentation and other enterprise content contained in GitHub repositories.\n\n## Usage\n\nTo use this GitHub action, add a file at `.github/workflows/vectara.yml` with the following contents.\n\nAdd secrets to the repository for the `secrets.` values in this template.\n\n```yaml\nname: CI\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    name: Index changed-files\n    steps:\n      - uses: vectara/vectara-index-git-docs@v0.1.9\n        with:\n          vectaraAccountNumber: ${{ secrets.VECTARA_ACCOUNT_NUMBER }}\n          vectaraCorpusID: ${{ secrets.VECTARA_CORPUS_NUMBER }}\n          vectaraClientID: ${{ secrets.VECTARA_CLIENT_ID }}\n          vectaraClientSecret: ${{ secrets.VECTARA_CLIENT_SECRET }}\n          filesPattern: |\n            **/*.md\n```\n\n## Configuration\n|      Parameter          |   Description                                | Default\n|:-----------------------:|:--------------------------------------------:|:----------------------------:\n|   vectaraAccountNumber  | Vectara Account Number                       | N/A\n|      vectaraCorpusID    | Vectara Account ID                           | N/A\n|      vectaraClientID    | Vectara OAuth2 Client ID                     | N/A\n|    vectaraClientSecret  | Vectara OAuth2 Client Secret                 | N/A\n|   incrementalIndexing   | Whether this is the first time indexing (set to \"true\") to you want an incremental | true\n|       filesPattern      | What files to index                          | Optional: ** (All files)\n|   vectaraAuthEndpoint   | Where to authenticate for an OAuth 2.0 token | Optional: Auto-set based on your Account number\n| vectaraIndexingEndpoint | api.vectara.io                               | Optional: not needed for most accounts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectara%2Fvectara-index-git-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectara%2Fvectara-index-git-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectara%2Fvectara-index-git-docs/lists"}