mag-dot/Vectorise Action
Chunk and embed markdown/text files into a SQLite vector database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to .brain-config.json | no | .brain-config.json |
| provider | Embedding provider: openai or ollama | no | openai |
| openai_api_key | OpenAI API key (required for openai provider) | no | — |
| upload_release | Upload vectors.sqlite as a GitHub Release asset (true/false) | no | true |
| release_tag | Release tag for the asset upload | no | vectors-latest |
Outputs
| name | description |
|---|---|
| db_path | Path to the generated vectors.sqlite |
| total_chunks | Total number of chunks indexed |
| total_files | Total number of files indexed |
| db_size_mb | Database file size in MB |