Compare commits

..

No commits in common. "main" and "v0.2.0" have entirely different histories.
main ... v0.2.0

4 changed files with 2 additions and 6 deletions

View file

@ -10,15 +10,13 @@ Try it: [pagepiper.circuitforge.tech](https://pagepiper.circuitforge.tech)
### Library ### Library
![Library view](screenshots/01-library.png){ .only-light } ![Library view](screenshots/01-library.png)
![Library view](screenshots/01-library-dark.png){ .only-dark }
Scan your PDF directory to index documents, or upload individual PDFs directly. Each document shows page count and shelving status. Scan your PDF directory to index documents, or upload individual PDFs directly. Each document shows page count and shelving status.
### Chat ### Chat
![Chat view](screenshots/02-chat.png){ .only-light } ![Chat view](screenshots/02-chat.png)
![Chat view](screenshots/02-chat-dark.png){ .only-dark }
Ask questions across your indexed documents. Results cite the source document and page number. Ask questions across your indexed documents. Results cite the source document and page number.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View file

@ -31,7 +31,6 @@ theme:
markdown_extensions: markdown_extensions:
- admonition - admonition
- attr_list
- pymdownx.details - pymdownx.details
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences:
@ -60,7 +59,6 @@ nav:
- Architecture: reference/architecture.md - Architecture: reference/architecture.md
- Tier System: reference/tier-system.md - Tier System: reference/tier-system.md
- Environment Variables: reference/environment-variables.md - Environment Variables: reference/environment-variables.md
- All CF Docs: https://docs.circuitforge.tech
extra_css: extra_css:
- stylesheets/theme.css - stylesheets/theme.css