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

Add run_batch method to all nodes and Pipeline to allow batch querying #2481

Merged
merged 45 commits into from
May 11, 2022

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    7270847 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into batch_query

    # Conflicts:
    #	haystack/document_stores/elasticsearch.py
    #	haystack/nodes/base.py
    #	haystack/nodes/retriever/sparse.py
    #	haystack/pipelines/base.py
    bogdankostic committed May 2, 2022
    Configuration menu
    Copy the full SHA
    44d7792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a1bf91 View commit details
    Browse the repository at this point in the history
  4. Fix mypy

    bogdankostic committed May 2, 2022
    Configuration menu
    Copy the full SHA
    1ef25c9 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/batch_query' into batch_query

    # Conflicts:
    #	haystack/document_stores/elasticsearch.py
    #	haystack/nodes/answer_generator/base.py
    #	haystack/nodes/question_generator/question_generator.py
    #	haystack/nodes/ranker/base.py
    #	haystack/nodes/retriever/sparse.py
    #	haystack/nodes/summarizer/base.py
    #	haystack/pipelines/base.py
    bogdankostic committed May 2, 2022
    Configuration menu
    Copy the full SHA
    18cb6bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d843c04 View commit details
    Browse the repository at this point in the history
  7. Fix mypy

    bogdankostic committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5884364 View commit details
    Browse the repository at this point in the history
  8. Fix linter

    bogdankostic committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8572a7c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Fix tests

    bogdankostic committed May 3, 2022
    Configuration menu
    Copy the full SHA
    93527af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15e997 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    bogdankostic committed May 3, 2022
    Configuration menu
    Copy the full SHA
    664c444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77820c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c5e5f View commit details
    Browse the repository at this point in the history
  6. Fix mypy

    bogdankostic committed May 3, 2022
    Configuration menu
    Copy the full SHA
    df6d780 View commit details
    Browse the repository at this point in the history
  7. Fix rest api test

    bogdankostic committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2a7131b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c65adfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37163c8 View commit details
    Browse the repository at this point in the history
  10. Add Doc strings

    bogdankostic committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7f5a638 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7d6831 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4dcc06e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge remote-tracking branch 'origin/master' into batch_query

    # Conflicts:
    #	docs/_src/api/api/document_store.md
    #	docs/_src/api/api/ranker.md
    #	docs/_src/api/api/reader.md
    #	haystack/nodes/base.py
    #	haystack/pipelines/base.py
    #	test/test_pipeline.py
    #	test/test_tokenization.py
    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f8168a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beabd6a View commit details
    Browse the repository at this point in the history
  3. Adapt error messages

    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    3d2820c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8128549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a13d9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a61dbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34d4a51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd3f285 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cb6612 View commit details
    Browse the repository at this point in the history
  10. Allow list of filters

    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d867ded View commit details
    Browse the repository at this point in the history
  11. Adapt error messages

    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    36bef29 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abf0518 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    3dc38cf View commit details
    Browse the repository at this point in the history
  14. Fix mypy

    bogdankostic committed May 9, 2022
    Configuration menu
    Copy the full SHA
    26619be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f09531e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Adapt print_questions

    bogdankostic committed May 10, 2022
    Configuration menu
    Copy the full SHA
    571c156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799587d View commit details
    Browse the repository at this point in the history
  3. Add flag for pylint to disable warning about too many public methods …

    …in pipelines/base.py and document_stores/base.py
    bogdankostic committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ebb77da View commit details
    Browse the repository at this point in the history
  4. Add type check

    bogdankostic committed May 10, 2022
    Configuration menu
    Copy the full SHA
    993a82d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcb8fba View commit details
    Browse the repository at this point in the history
  6. Adapt tutorial 11

    bogdankostic committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6a35faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d4be4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef13ec7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    bbcd82f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82404b2 View commit details
    Browse the repository at this point in the history