Update README to include usage examples and troubleshooting tips for the FastAPI service integration with Paperless-ngx and llama.cpp.

This commit is contained in:
2026-03-31 14:30:04 -05:00
parent 9b1705d82b
commit ece1b037d1
9 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""notebook_tools package.
This repository is intentionally written to be easy to read/modify if you're new to Python.
Most modules include short docstrings and type hints, and we keep functions small.
"""