Persistent semantic memory HTTP server for AI agents. No cloud, no API keys. Local vector index with Ollama/TF-IDF embeddings. Endpoints: /store, /recall, /forget, /list, /health
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
# Bearer token for API authentication
|
|
# Generated automatically on first run and stored in ~/.memory-bridge/.env
|
|
MEMORY_BRIDGE_TOKEN=
|
|
|
|
# Port to listen on (default: 3722)
|
|
MEMORY_BRIDGE_PORT=3722
|
|
|
|
# Ollama base URL (default: http://localhost:11434)
|
|
OLLAMA_URL=http://localhost:11434
|