Skip to content

harrymower/neo4j-ai-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j AI Memory

A Neo4j-based AI memory system for storing and retrieving contextual information.

Project Structure

  • neo4j-docker/ - Docker setup for Neo4j database
    • docker-compose.yml - Docker Compose configuration
    • scripts/ - Utility scripts for managing the Neo4j container
    • .env - Environment variables (not committed to git)

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Git

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/neo4j-ai-memory.git
    cd neo4j-ai-memory
  2. Create a .env file in the neo4j-docker directory:

    NEO4J_USER=neo4j
    NEO4J_PASSWORD=your_secure_password
  3. Start the Neo4j database:

    cd neo4j-docker
    docker-compose up -d
  4. Access Neo4j Browser at http://localhost:7474

Scripts

The neo4j-docker/scripts directory contains utility scripts:

  • start.bat - Start the Neo4j container
  • stop.bat - Stop the Neo4j container
  • restart.bat - Restart the Neo4j container
  • logs.bat - View container logs

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors