Skip to content

ajkachnic/space

Repository files navigation

space

experimental note-taking, driven by embeddings. allows you to write and search your notes, and the cluster them by similarity. WIP!!

Getting Started

You need environment variables:

OPENAI_API_KEY="..."
POSTGRES_URL_NON_POOLING="..."
POSTGRES_PRISMA_URL="..."

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

notes with vector embedding magic ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published