ankanghosh commited on
Commit
6db9ddb
·
verified ·
1 Parent(s): 52a0f79

Update configuration-doc.md

Browse files
Files changed (1) hide show
  1. docs/configuration-doc.md +1 -1
docs/configuration-doc.md CHANGED
@@ -483,7 +483,7 @@ Used for caching query results with a time-to-live (TTL):
483
 
484
  ```python
485
  @st.cache_data(ttl=3600, show_spinner=False)
486
- def cached_process_query(query, top_k=5, word_limit=100):
487
  # Cache query results for an hour
488
  ```
489
 
 
483
 
484
  ```python
485
  @st.cache_data(ttl=3600, show_spinner=False)
486
+ def cached_process_query(query, top_k=5, word_limit=200):
487
  # Cache query results for an hour
488
  ```
489