Spaces:
Sleeping
Sleeping
Update data-handling-doc.md
Browse files
docs/data-handling-doc.md
CHANGED
@@ -537,7 +537,7 @@ This privacy-first approach ensures that users can freely explore spiritual ques
|
|
537 |
To respect copyright and ensure fair use, answers are limited to a configurable word count using the actual implementation from rag_engine.py:
|
538 |
|
539 |
```python
|
540 |
-
def answer_with_llm(query, context=None, word_limit=
|
541 |
# ... LLM processing ...
|
542 |
|
543 |
# Extract and format the answer
|
|
|
537 |
To respect copyright and ensure fair use, answers are limited to a configurable word count using the actual implementation from rag_engine.py:
|
538 |
|
539 |
```python
|
540 |
+
def answer_with_llm(query, context=None, word_limit=200):
|
541 |
# ... LLM processing ...
|
542 |
|
543 |
# Extract and format the answer
|