Skip to content

Eliza.gg is a RAG-powered documentation assistant that helps developers navigate the Eliza open source ecosystem.

Notifications You must be signed in to change notification settings

chrislatorres/eliza-gg

Repository files navigation

Eliza.gg

Eliza.gg Cover

Overview

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.

Core Features

  • Search: Vector database search for finding relevant documentation
  • Context: Real-time citation tracking for verifiable answers
  • Streaming: Fast, streaming responses with code examples

Getting Started

  1. Set up environment variables:
cp .env.example .env
  1. Install and run:
bun install
bun run --bun dev
  1. Open http://localhost:3000

Technical Stack

  • Framework: Next.js
  • Styling: TailwindCSS
  • Database: Turso for vector database
  • Models: Cerebras for llama-3.3-70b LLM

About

Eliza.gg is a RAG-powered documentation assistant that helps developers navigate the Eliza open source ecosystem.

Resources

Stars

Watchers

Forks