soyio-id/Soyio Docs Indexer
Index documentation for semantic search with Pinecone
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pinecone_api_key | Pinecone API key | yes | — |
| pinecone_index | Pinecone index name | yes | — |
| gemini_api_key | Google Gemini API key for embeddings | yes | — |
| docs_path | Path to documentation directory | no | . |
| chunk_size | Maximum chunk size in characters | no | 1300 |
| include_patterns | Glob patterns to include (comma-separated, e.g. "docs/**/*.md,guides/**/*.mdx") | no | **/*.{md,mdx,markdown} |
| exclude_patterns | Glob patterns to exclude (comma-separated, e.g. "**/README.md,**/AGENTS.md") | no | "" |
Outputs
no outputs