https://github.com/anantheshjshet/langchainintro
https://github.com/anantheshjshet/langchainintro
chatbot embeddings langchain ollama streamlit
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anantheshjshet/langchainintro
- Owner: AnantheshJShet
- Created: 2025-06-19T14:52:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T06:15:05.000Z (12 months ago)
- Last Synced: 2025-07-04T00:04:29.037Z (12 months ago)
- Topics: chatbot, embeddings, langchain, ollama, streamlit
- Language: Python
- Homepage:
- Size: 50.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangChainIntro
Note: Make sure to have the below models installed in your PC
- llama3.2:1b
- mistral:7b
- nomic-embed-text:latest
# Chat Demo
streamlit run chat_app.py
# Embedding Demo
streamlit run embedding_app.py
# Similarity Demo
streamlit run similarity_app.py
# Chatbot Demo
streamlit run chatbot_app.py
# MCQ Creator Demo
mcq_creator_app.py
# CSV Analyzer Demo
streamlit run .\csv_analyzer_app.py
# Youtube Script Writer Demo
streamlit run .\youtube_script_writer_app.py