weaviate/GitHub Issues to Weaviate

Reads GitHub issues and vectorizes them into a Weaviate instance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
weaviate_urlURL of the Weaviate instanceyes
weaviate_api_keyAPI key for authenticating with Weaviate. Default: emptyno""
github_tokenGitHub token to access issuesyes
target_repositoryName of the GitHub repository to fetch issues from (optional, defaults to current repo). Format: owner/repo, for example: weaviate/weaviateno
collection_nameWeaviate collection name to store the vectorized issues. Default: GitHubIssuesnoGitHubIssues
vectorizerVectorizer to use for the issues. Supported: text2vec-weaviate, text2vec-openai, text2vec-cohere, text2vec-jinaai, text2vec-ollama, text2vec-transformers, text2vec-contextionarynotext2vec-weaviate
batch_sizeNumber of issues to process in a single batchno100
stateState of the issues to fetch (all, open, closed)noall
include_commentsWhether to include issue comments in the vectorization (true/false)notrue

no outputs