Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
CadenHolmanย 
posted an update May 19
Post
406
๐Ÿˆ BigRedChat: A RAG-Based AI Chatbot for Nebraska Huskers Fans

We're excited to share BigRedChat.com โ€” a fan-focused chatbot that uses Retrieval-Augmented Generation (RAG) to bring real-time, AI-powered Husker football knowledge to life.

What is BigRedChat?

BigRedChat is an intelligent assistant designed specifically for fans of Nebraska athletics, especially football. Powered by the OpenAI API and built with a custom backend, the chatbot blends traditional chatbot capabilities with up-to-date sports information.

How it works:

๐Ÿ“ฅ RSS Feed Ingestion

We ingest news articles from a curated set of Nebraska Huskers RSS feeds. These articles are stored in a MySQL database and automatically categorized by sport and date.

๐Ÿ“š Embedding Generation

Using OpenAIโ€™s text-embedding-3-small, we generate semantic embeddings for chunked summaries of each article. These embeddings are stored in a database table alongside metadata for fast vector search.

๐Ÿง  Contextual Retrieval with RAG

When a user asks a question, the chatbot retrieves the most relevant chunks based on vector similarity and injects them into the prompt as contextual information. This ensures the assistant can respond with the most current and accurate insights โ€” not just general knowledge.

๐ŸŽฏ HuskerBot Personality

The assistant runs with a custom system prompt that gives it a loyal, slightly obsessive Husker-fan personality โ€” the kind that still talks about the โ€˜95 team like it was yesterday.

Try it out:

https://BigRedChat.com/
In this post