Back to Home
josegarridodigio icon

remembrances

by josegarridodigio

Overview

Provides AI agents with long-term memory capabilities, including key-value, vector (RAG), and graph memory layers, knowledge base management, and multi-language code indexing with semantic embeddings.

Installation

Run Command
./run-remembrances.sh --gguf-model-path ./nomic-embed-text-v1.5.Q4_K_M.gguf --gguf-threads 8 --gguf-gpu-layers 32

Environment Variables

  • GOMEM_OPENAI_KEY
  • GOMEM_GGUF_MODEL_PATH
  • GOMEM_OLLAMA_MODEL
  • GOMEM_SURREALDB_URL
  • GOMEM_SURREALDB_START_CMD

Security Notes

CRITICAL: The `GOMEM_SURREALDB_START_CMD` environment variable or `--surrealdb-start-cmd` CLI flag executes the provided command using `/bin/sh -c "<cmd>"`. This is a severe command injection vulnerability if the input is not carefully controlled, potentially allowing remote code execution. Additionally, the default SurrealDB credentials (`root:root`) are insecure and should be changed for production deployments.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-05

Tags

AI memoryRAGCode IndexingEmbeddingsSurrealDB