An open API service indexing awesome lists of open source software.

https://github.com/anantheshjshet/langchainintro


https://github.com/anantheshjshet/langchainintro

chatbot embeddings langchain ollama streamlit

Last synced: 5 months ago
JSON representation

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