Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Preparing the environment

This project uses Bun for packaging and dependency management. Make sure you have the relevant dependencies.
curl -fsSL https://bun.sh/install | bash
You will also need a vector database on Upstash.

Code Formatting

bun run fmt

Running tests

To run all the tests, make sure you have the relevant environment variables.
bun run test