CB commited on
Commit
bdf941e
·
verified ·
1 Parent(s): 6b8708a

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- rag_config = {
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