This repository contains a documentation chatbot built using the Vercel AI SDK to help users retrieve information from Arbitrum Docs. It utilizes OpenAI API for natural language understanding and a KV store for efficient knowledge retrieval.
- 🔍 Retrieve information from a KV store (
retrieve_from_kv) - 📖 Search knowledge base with query-based ranking (
search_knowledge_base) - 💡 Powered by OpenAI for intelligent responses
- ⚡ Optimized for fast document search using embeddings and cosine similarity
- 🌐 Serverless deployment on Vercel