Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishi-raj-jain/xata-rag-chatbot

A demo of your own RAG Chatbot with Xata, SvelteKit, LiteLLM, OpenAI and Vercel.
https://github.com/rishi-raj-jain/xata-rag-chatbot

ai embeddings litellm openai sveltekit tailwindcss vector vercel xata

Last synced: 20 days ago
JSON representation

A demo of your own RAG Chatbot with Xata, SvelteKit, LiteLLM, OpenAI and Vercel.

Awesome Lists containing this project

README

        

![](https://raw.githubusercontent.com/xataio/mdx-blog/main/images/rag-sveltekit-xata/rag-sveltekit-xata-illustration.jpeg)

# Building a Retrieval-Augmented Generation Chatbot with SvelteKit and Xata Vector Search


Introduction ·
Tech Stack + Features ·
Author

## Introduction

Learn how to create a Retrieval-Augmented Generation Chatbot using Xata, SvelteKit, LiteLLM, TailwindCSS and Vercel.

## Tech Stack + Features

### Frameworks

- [SvelteKit](https://kit.svelte.dev) – UI framework that uses a compiler to let you write breathtakingly concise components

- [LiteLLM](https://docs.litellm.ai) – Call all LLM APIs using the OpenAI format

- [Replicate](https://replicate.com) – Platform to run and fine-tune open-source models

### Database

- [Xata](https://xata.io) - Serverless database platform for scalable, real-time applications.

### UI

- [TailwindCSS](https://tailwindcss.com) – CSS framework for building custom designs

### Platform

- [Vercel](https://vercel.com) – A cloud platform for deploying and scaling web applications.

### Code Quality

- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style

## Author

- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))