mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 23:24:03 +00:00
- docs/guide/GETTING_STARTED.md → docs/guides/GETTING_STARTED.md - docs/gnn-layer-implementation.md → docs/gnn/gnn-layer-implementation.md - Move packages/* to npm/packages/ for consolidation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"provider": "gemini",
|
|
"model": "gemini-2.0-flash-exp",
|
|
"cacheStrategy": "memory",
|
|
"cacheTTL": 3600,
|
|
"maxRetries": 3,
|
|
"timeout": 30000,
|
|
"streaming": false,
|
|
"automation": false,
|
|
"vectorDB": false
|
|
}
|