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
{
\"extensions\": {
\"memory-lancedb\": {
\"embedding\": {
\"provider\": \"venice\",
\"model\": \"text-embedding-bge-m3\",
\"apiKey\": \"VENICE-INFERENCE-KEY-...\",
\"baseUrl\": \"https://api.venice.ai/api/v1\"
"extensions": {
"memory-lancedb": {
"embedding": {
"provider": "venice",
"model": "text-embedding-bge-m3",
"apiKey": "VENICE-INFERENCE-KEY-...",
"baseUrl": "https://api.venice.ai/api/v1"
},
\"autoCapture\": true,
\"autoRecall\": true
"autoCapture": true,
"autoRecall": true
}
}
}
@ -31,7 +31,7 @@ Uncensored embeddings w/o OpenAI key:
1. Add to Clawdbot config.
2. `clawdbot gateway restart`
3. Use `memory_search \"query\"` works!
3. Use `memory_search "query"` works!
## Tools
@ -39,8 +39,4 @@ Uncensored embeddings w/o OpenAI key:
- `memory_get`: Snippet read
- Auto-capture/recall on conversations
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
Tested Venice API response.