Eliza.gg is a RAG-powered documentation assistant that helps developers navigate the Eliza open source ecosystem. It reduces information overload by providing contextual answers and relevant code examples from the Eliza documentation.
- Search: Vector database search for finding relevant documentation
- Context: Real-time citation tracking for verifiable answers
- Streaming: Fast, streaming responses with code examples
- Set up environment variables:
cp .env.example .env
- Install and run:
bun install
bun run --bun dev
- Framework: Next.js
- Styling: TailwindCSS
- Database: Turso for vector database
- Models: Cerebras for
llama-3.3-70b
LLM