add
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user