Skip to content

adistrim/mnesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnesis

An exploration of memory, context building, vector stores, and LLM-based web search.

What are we playing with here?

  • Bun – JavaScript runtime
  • TypeScript – typed JavaScript
  • Hono – lightweight backend framework
  • React – frontend framework
  • Docker – containerization

All code is organized as a Bun workspace inside the packages folder.
app contains the frontend, and server contains the backend.

Getting Started

  1. Install dependencies
bun install
  1. Set up environment variables
cp packages/app/.env.example packages/app/.env
cp packages/server/.env.example packages/server/.env

Fill in the required values in both the .env file.

  1. Start development mode
bun run dev

This starts both the frontend and backend in watch mode.

  1. Open http://localhost:5173 in your browser.

More scripts are available in package.json, packages/app/package.json, and packages/server/package.json.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

An exploration of memory, context building, vector stores, and LLM based web search

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages