You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ FAQ
388
388
environment variable `WDOC_LLM_MAX_CONCURRENCY` to a lower value.
389
389
390
390
***How can I run the tests?**
391
-
*Try `python -m pytest tests/test_wdoc.py -v -m basic` to run the basic tests, and`python -m pytest tests/test_wdoc.py -v -m api` to run the test that use external APIs. To install the needed packages you can do `uv pip install wdoc[dev]`.
391
+
*Take a look at the files `./tests/run_all_tests.sh`.
392
392
393
393
***How can I query a text but without chunking?/ How can I query a text with the full text as context?**
394
394
* If you set the environment variable `WDOC_MAX_CHUNK_SIZE` to a very high value and use a model with enough context according to litellm's metadata, then no chunking will happen and the LLM will have the full text as context.
0 commit comments