mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-16 17:00:12 +00:00
* fix: ensure that the publisher is ready to publish new messages
* fix: dockerfile
* fix: clones
(cherry picked from commit bc0a77e050)
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* fix: add ExtractionUnsuccessfulError in docling reader
* feat: add vision pipeline
* feat: add fall back with vision
* feat: add settings of enable_vision_fallback
* doc: update doc
* chore: code refactor
* feat: remove pypdfium2 dependency
* fix: add settings and change only doc vision behaviour
* feat: change extraction_type_override to skip_strategy_inference (disable strategy on vision transform parser)
* chore: make check
---------
Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Fern Docs
This folder contains the Fern configuration and the checked-in documentation pages for the root repository.
Most page content mirrors the newer docs content from the sibling private-gpt checkout, but the published site for this repo is driven from fern/docs.yml and fern/openapi/openapi.json.
Common tasks
- Refresh the OpenAPI spec: run
make api-docsfrom the repo root. - Validate the Fern config locally: run
cd fern && fern check. - Update navigation: edit
fern/docs.yml.
Adding a page
Add the page file under fern/docs/pages/..., then register it in fern/docs.yml:
navigation:
- tab: manual
layout:
- section: My Section
contents:
- page: My page
path: ./docs/pages/manual/my-page.mdx