Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pvyas96
/
Rag_Langchain_Streamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0af8e1b
Rag_Langchain_Streamlit
/
Home.py
pvyas96
Upload Home.py
0a1d6e9
verified
10 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"
)