Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add GET /documents/{id}/status #76

Merged
merged 4 commits into from
Feb 4, 2024
Merged

Commits on Feb 2, 2024

  1. feat: Add GET /documents/{id}/status

    This returns just the ingestion status information. The intention is to
    use this for cases where a client wants to wait for ingestion, since it
    won't include the full document-text, etc.
    bjchambers committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6a0067f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. fixes

    bjchambers committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f769d0c View commit details
    Browse the repository at this point in the history
  2. even higher timeout

    bjchambers committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    84bb171 View commit details
    Browse the repository at this point in the history
  3. tweak timeouts further

    bjchambers committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b4f8947 View commit details
    Browse the repository at this point in the history