A Neo4j-based AI memory system for storing and retrieving contextual information.
neo4j-docker/- Docker setup for Neo4j databasedocker-compose.yml- Docker Compose configurationscripts/- Utility scripts for managing the Neo4j container.env- Environment variables (not committed to git)
- Docker and Docker Compose
- Git
-
Clone the repository:
git clone https://github.com/yourusername/neo4j-ai-memory.git cd neo4j-ai-memory -
Create a
.envfile in theneo4j-dockerdirectory:NEO4J_USER=neo4j NEO4J_PASSWORD=your_secure_password
-
Start the Neo4j database:
cd neo4j-docker docker-compose up -d -
Access Neo4j Browser at http://localhost:7474
The neo4j-docker/scripts directory contains utility scripts:
start.bat- Start the Neo4j containerstop.bat- Stop the Neo4j containerrestart.bat- Restart the Neo4j containerlogs.bat- View container logs
This project is licensed under the MIT License.