Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -33,7 +33,7 @@ if not all([HF_TOKEN, GROQ_API_KEY, PDF_PATH]):
|
|
| 33 |
# Initialize RAG components
|
| 34 |
embeddings = HuggingFaceEmbeddings(
|
| 35 |
model_name="sentence-transformers/all-MiniLM-L6-v2",
|
| 36 |
-
cache_folder="./cache"
|
| 37 |
)
|
| 38 |
llm = ChatGroq(model_name="Deepseek-R1-Distill-Llama-70b")
|
| 39 |
session_store = {}
|
|
|
|
| 33 |
# Initialize RAG components
|
| 34 |
embeddings = HuggingFaceEmbeddings(
|
| 35 |
model_name="sentence-transformers/all-MiniLM-L6-v2",
|
| 36 |
+
cache_folder="./cache/huggingface"
|
| 37 |
)
|
| 38 |
llm = ChatGroq(model_name="Deepseek-R1-Distill-Llama-70b")
|
| 39 |
session_store = {}
|