diff --git a/extensions/memory-lancedb/README.md b/extensions/memory-lancedb/README.md index 4602d1d11..6068b6370 100644 --- a/extensions/memory-lancedb/README.md +++ b/extensions/memory-lancedb/README.md @@ -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." - -git -C /root/clawd/clawdbot-fork add extensions/memory-lancedb/README.md \ No newline at end of file +Tested Venice API response. \ No newline at end of file