Spaces:
Sleeping
Sleeping
CB commited on
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -263,7 +263,7 @@ def upload_video_sdk(filepath: str):
|
|
| 263 |
genai.configure(api_key=key)
|
| 264 |
|
| 265 |
# Include the ragStoreName parameter
|
| 266 |
-
|
| 267 |
'ragStoreName': 'your_rag_store_name' # Specify your ragStoreName here
|
| 268 |
}
|
| 269 |
genai.configure_rag_context(rag_config) # Hypothetical function to configure
|
|
|
|
| 263 |
genai.configure(api_key=key)
|
| 264 |
|
| 265 |
# Include the ragStoreName parameter
|
| 266 |
+
rag_config = {
|
| 267 |
'ragStoreName': 'your_rag_store_name' # Specify your ragStoreName here
|
| 268 |
}
|
| 269 |
genai.configure_rag_context(rag_config) # Hypothetical function to configure
|