docs(memory-lancedb): add clean Venice embeddings guide

This commit is contained in:
Molty (Clawdbot PR Bot) 2026-01-28 17:10:49 -05:00
parent 28d93181c9
commit 609c7be970

View File

@ -8,16 +8,16 @@ Uncensored embeddings w/o OpenAI key:
```json ```json
{ {
\"extensions\": { "extensions": {
\"memory-lancedb\": { "memory-lancedb": {
\"embedding\": { "embedding": {
\"provider\": \"venice\", "provider": "venice",
\"model\": \"text-embedding-bge-m3\", "model": "text-embedding-bge-m3",
\"apiKey\": \"VENICE-INFERENCE-KEY-...\", "apiKey": "VENICE-INFERENCE-KEY-...",
\"baseUrl\": \"https://api.venice.ai/api/v1\" "baseUrl": "https://api.venice.ai/api/v1"
}, },
\"autoCapture\": true, "autoCapture": true,
\"autoRecall\": true "autoRecall": true
} }
} }
} }
@ -31,7 +31,7 @@ Uncensored embeddings w/o OpenAI key:
1. Add to Clawdbot config. 1. Add to Clawdbot config.
2. `clawdbot gateway restart` 2. `clawdbot gateway restart`
3. Use `memory_search \"query\"` works! 3. Use `memory_search "query"` works!
## Tools ## Tools
@ -39,8 +39,4 @@ Uncensored embeddings w/o OpenAI key:
- `memory_get`: Snippet read - `memory_get`: Snippet read
- Auto-capture/recall on conversations - Auto-capture/recall on conversations
Tested Venice API response." Tested Venice API response.
</xai:function_call}
<xai:function_call name="exec">
<parameter name="command">git -C /root/clawd/clawdbot-fork add extensions/memory-lancedb/README.md