rememberall
solving long term memory storage for llms
File Explorer
Download Latest Version (.zip)- index.js
- milvus.js
- pg.js
- queues.js
- redis.js
- s3.js
- app.js
- health.js
- processMedia.js
- billing.js
- getMagicLink.js
- getOauthLink.js
- getUser.js
- handleOauth.js
- handleOauthCallback.js
- newsletter.js
- rotateApiKey.js
- updateOrg.js
- Drop.js
- index.js
- Memory.js
- Org.js
- Platform.js
- Post.js
- Project.js
- relations.js
- Source.js
- SourceData.js
- Step.js
- Team.js
- team_x_user.js
- User.js
- app.js
- index.js
- media.js
- user.js
- health.test.js
- user.test.js
- verifyToken.js
- getCollectionName.js
- .dockerignore
- .gitignore
- bootstrap.js
- Dockerfile
- index.js
- openapi.yaml
- package-lock.json
- package.json
- README.md
- favicon.ico
- icon.png
- square.png
- Auth.js
- Alert.js
- Code.js
- LoggedInNav.js
- Platform.js
- PlatformEditModal.js
- SourceEditModal.js
- SourceList.js
- Sources.js
- ProjectDetails.js
- ProjectLayout.js
- Tabs.js
- Syncs.js
- models.js
- hello.js
- google.js
- magic.js
- drops.js
- index.js
- platforms.js
- sources.js
- profile.js
- _app.js
- _document.js
- auth.js
- dashboard.js
- data.js
- index.js
- logout.js
- privacy.js
- GlobalStore.js
- initializeStore.js
- use-store.js
- globals.css
- .dockerignore
- .eslintrc.json
- .gitignore
- build_push.sh
- Dockerfile
- jsconfig.json
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tailwind.config.js
- .gitignore
- docker-compose.yml
- README.md
- input.png
- load_memory.png
- remember.png
- ui.png
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/wrannaman/rememberall
Downloads the entire project code from GitHub to your computer.
cd rememberall
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up -d
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
cd api
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
