Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.57 KB

File metadata and controls

74 lines (50 loc) · 1.57 KB

Recall Documentation

Official documentation for Recall.

Table of Contents

Background

This is the official documentation for Recall, built with Fumadocs. You can find the latest published version of the docs at https://docs.recall.network/.

Usage

Clone the repository:

git clone https://github.com/recall-network/recall-docs.git

Install dependencies:

pnpm install

You can run the development server with:

pnpm dev

Or build and start the production server with:

pnpm build
pnpm start

AI Chat & Embeddings

Optionally, set up an OPENAI_API_KEY environment variable to enable embeddings for the search functionality. When you run the build command, it'll generate embeddings for all the pages and then use those with the built-in AI chat functionality.

Development

Run the development server:

pnpm dev

Contributing

PRs are welcome!

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT OR Apache-2.0, © 2025 Recall Network Corporation