This commit is contained in:
huaqingxu
2026-03-06 23:09:44 +08:00
parent ba8e1865ed
commit 84d210829d
4 changed files with 44 additions and 8 deletions

View File

@@ -103,3 +103,15 @@ Before running the server, ensure you have:
- `DELETE /memories` - Delete all memories for an identifier
- `POST /reset` - Reset all memories
- `GET /docs` - OpenAPI documentation
# 验证
测试 ollama
curl http://localhost:11434/api/embeddings \
-d '{
"model":"nomic-embed-text",
"prompt":"hello world"
}'
测试 mem0