https://github.com/deliciousboy/rag-finder
https://github.com/deliciousboy/rag-finder
nlp rag streamlit webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deliciousboy/rag-finder
- Owner: DeliciousBoy
- License: mit
- Created: 2025-03-05T19:44:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T17:15:54.000Z (about 1 year ago)
- Last Synced: 2025-07-03T02:03:36.733Z (12 months ago)
- Topics: nlp, rag, streamlit, webapp
- Language: Python
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fantastic RAGs
## Overview
Fantastic RAGs is an AI-powered chatbot that uses Retrieval-Augmented Generation (RAG) to answer user queries about magical creatures from the Fantastic Beasts universe. Leveraging large language models and vector search, it provides context-aware and lore-accurate responses in natural language.
## Response RAG chatbot
### Question 1

### Question 2

### Question 3

### Question 4

### Question 5

### Question 6

## Technologies Used
- Python
- LangChain
- FAISS
- microsoft/Phi-4-mini-instruct
- BAAI/bge-m3
- Streamlit
## Vector Store Creation
This notebook demonstrates how to create a FAISS vector store from the Fantastic Beasts knowledge base. Vector embeddings are generated using the BAAI/bge-m3 model for efficient semantic search capabilities.
[](https://colab.research.google.com/github/DeliciousBoy/rag-finder/blob/main/notebooks/create_vector_store.ipynb)