forproxyband/Vector Code Map Generator
Creates vector embeddings from code repository for AI applications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Scanning mode: full (entire repository) or diff (only changed files) | yes | full |
| db_type | Vector database type | yes | chromadb |
| chroma_host | ChromaDB host address | yes | — |
| chroma_port | ChromaDB port | yes | 8000 |
| chroma_collection | ChromaDB collection name | yes | — |
| chroma_auth_enabled | Enable authentication for ChromaDB | no | false |
| chroma_auth_type | Authentication type for ChromaDB (basic, token, etc.) | no | basic |
| chroma_auth_credentials | Authentication credentials for ChromaDB (username:password for basic auth, or token) | no | — |
| chroma_ssl_enabled | Enable SSL/TLS for ChromaDB connection | no | false |
| openai_api_key | OpenAI API key for embedding generation | yes | — |
| openai_model | OpenAI embedding model to use | no | text-embedding-3-small |
| max_tokens_per_batch | Max tokens per batch | no | 250000 |
| file_extensions | Comma-separated list of file extensions to include | no | .js,.ts,.jsx,.tsx,.html,.css,.md,.txt |
| exclude_patterns | Patterns to exclude (glob format) | no | node_modules/**,dist/**,.git/** |
Outputs
no outputs