Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
pvyas96
/
Rag_Langchain_Streamlit
like
0
Sleeping
App
Files
Files
Community
0af8e1b
Rag_Langchain_Streamlit
/
Home.py
pvyas96
Upload Home.py
0a1d6e9
verified
7 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
streamlit
as
st
st.write(
"Simple RAG application using Langchain and open source LLM models from huggingfaces"
)