Spaces:
Running
Running
Update configuration-doc.md
Browse files
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=
|
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 |
|