weaviate/GitHub Issues to Weaviate
Reads GitHub issues and vectorizes them into a Weaviate instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| weaviate_url | URL of the Weaviate instance | yes | — |
| weaviate_api_key | API key for authenticating with Weaviate. Default: empty | no | "" |
| github_token | GitHub token to access issues | yes | — |
| target_repository | Name of the GitHub repository to fetch issues from (optional, defaults to current repo). Format: owner/repo, for example: weaviate/weaviate | no | — |
| collection_name | Weaviate collection name to store the vectorized issues. Default: GitHubIssues | no | GitHubIssues |
| vectorizer | Vectorizer to use for the issues. Supported: text2vec-weaviate, text2vec-openai, text2vec-cohere, text2vec-jinaai, text2vec-ollama, text2vec-transformers, text2vec-contextionary | no | text2vec-weaviate |
| batch_size | Number of issues to process in a single batch | no | 100 |
| state | State of the issues to fetch (all, open, closed) | no | all |
| include_comments | Whether to include issue comments in the vectorization (true/false) | no | true |
Outputs
no outputs