Skip to content

Commit 80c03a7

Browse files
committed
Update README.md to replace GIF with a new chat demonstration and CI build badge.
1 parent b9803e1 commit 80c03a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A REST API for Retrieval-Augmented Generation (RAG) over Star Trek's MemoryAlpha database using Ollama and FastAPI.
44

5+
[![CI](https://github.com/aniongithub/memoryalpha-rag-api/actions/workflows/ci.yml/badge.svg)](https://github.com/aniongithub/memoryalpha-rag-api/actions/workflows/ci-build.yml)
6+
57
## Overview
68

79
This project provides a streaming REST API that enables natural language queries over the comprehensive Star Trek MemoryAlpha database. It uses the vectorized database from [memoryalpha-vectordb](https://github.com/aniongithub/memoryalpha-vectordb) and combines it with local LLMs via Ollama to provide accurate, context-aware responses about Star Trek lore.
@@ -47,7 +49,7 @@ The system implements:
4749
- "How does warp drive work?"
4850
- "What happened in the Dominion War?"
4951

50-
![](assets/20250806_232014_Peek_2025-08-06 23-18.gif)
52+
![](assets/20250806_232014_chat.gif)
5153

5254
### API Endpoints
5355

File renamed without changes.

0 commit comments

Comments
 (0)