https://github.com/jocelynvelarde/rag-chatbot
Design and develop your own AI chatbot with Streamlit! This session will guide you through setting up a chatbot interface, integrating a language model, and handling user interactions—all with minimal code.
https://github.com/jocelynvelarde/rag-chatbot
langchain pinecone rag streamlit
Last synced: 2 months ago
JSON representation
Design and develop your own AI chatbot with Streamlit! This session will guide you through setting up a chatbot interface, integrating a language model, and handling user interactions—all with minimal code.
- Host: GitHub
- URL: https://github.com/jocelynvelarde/rag-chatbot
- Owner: JocelynVelarde
- License: mit
- Created: 2025-02-09T16:34:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:37:45.000Z (over 1 year ago)
- Last Synced: 2025-02-09T17:32:31.152Z (over 1 year ago)
- Topics: langchain, pinecone, rag, streamlit
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create your first AI Chatbot with RAG
Design and develop your own AI chatbot with Streamlit! This session will guide you through setting up a chatbot interface, integrating a language model, and handling user interactions—all with minimal code.
## Features
- ✅ What is RAG?
- ✅ How to use it with LangChain with Pinecone
- ✅ Construct a nice interface with Streamlit
- ✅ Image classification with Moondream
- ✅ Deploy!
## Run Streamlit
`streamlit run name_of_script.py`
## Materials
- [Slides](https://docs.google.com/presentation/d/1Ta5tx3lhM34YCGy6EgqgVGKcFGSgbY7m-gjOfcGWJ6I/edit?usp=sharing)
- [YouTube Recording of Live Session PT 1](https://www.youtube.com/watch?v=SgWvSDTb5gk)
- [YouTube Recording of Live Session PT 2](https://www.youtube.com/watch?v=_FPgY-Ib3Kc)
