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

New Release 2023.07.11 #96

Merged
merged 68 commits into from
Jul 11, 2023
Merged

New Release 2023.07.11 #96

merged 68 commits into from
Jul 11, 2023

Commits on Jun 8, 2023

  1. moved PR from local to forked repo

    vdemers committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2a1a612 View commit details
    Browse the repository at this point in the history
  2. Replaced imports

    vdemers committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    44e6f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    0ad10cc View commit details
    Browse the repository at this point in the history
  2. Added test for PromptTemplateManager

    vdemers committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6deabeb View commit details
    Browse the repository at this point in the history
  3. Fixed linting with pre-commit

    vdemers committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    deded49 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Added test for from_watsonx logic

    vdemers committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5efbf0f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Retry strategy and use semaphores to prevent a large number of tasks …

    …getting created
    
    Signed-off-by: Onkar Bhardwaj <onkarbhardwaj@ibm.com>
    onkarbhardwaj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0126a83 View commit details
    Browse the repository at this point in the history
  2. Dev example for retry-backoff

    Signed-off-by: Onkar Bhardwaj <onkar.bhardwaj@gmail.com>
    onkarbhardwaj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d17d469 View commit details
    Browse the repository at this point in the history
  3. Async generate now works with new options object, tokenize aligned wi…

    …th passing options as well, fixed bug in tokenize async where we could not pass the return_token argument, made async examples
    vdemers committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2d0c597 View commit details
    Browse the repository at this point in the history
  4. Ran pre-commit

    vdemers committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5dd067b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    5176cc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    8ff0a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9a2e0 View commit details
    Browse the repository at this point in the history
  3. Fix/setup cfg (#49)

    * fix: including README in pypi deployment
    
    * fix: adding build dependency and changing workflow to use it
    
    Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
    jpwsutton committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e898e2e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into retry

    Signed-off-by: Onkar Bhardwaj <onkar.bhardwaj@gmail.com>
    onkarbhardwaj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d2fef7a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update src/genai/options.py

    Co-authored-by: Onkar Bhardwaj <onkar.bhardwaj@gmail.com>
    Signed-off-by: Veronique <veronique_1192@hotmail.com>
    vedem1192 and onkarbhardwaj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5e65be9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from vedem1192/feature/prompt-templating

    Feature/prompt templating
    vedem1192 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5d3bfb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge branch 'develop' into retry

    Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
    mirianfsilva committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9c4459c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. docs: swapped modeltype to str, connected prompts to files

    - Swapped ModelType enums to str on examples
    - Connected annex files to the existing files under prompts
    - Connected a prompt example to the example file
    - Swapped not supported model name
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    60f38af View commit details
    Browse the repository at this point in the history
  2. docs: removed a line from connected prompt example

    - updated included line numbers on a prompt example
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2c1e93a View commit details
    Browse the repository at this point in the history
  3. Fixing missing options argument in async_generator.py

    Signed-off-by: Onkar Bhardwaj <onkar.bhardwaj@gmail.com>
    onkarbhardwaj committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d17bf14 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    45ae7f6 View commit details
    Browse the repository at this point in the history
  2. fix: set temps for sampling mode to more than zero

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e4069ea View commit details
    Browse the repository at this point in the history
  3. add options - flaky async dev example

    Signed-off-by: Mírian Silva <mirianfrsilva@ibm.com>
    mirianfsilva committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    60effd7 View commit details
    Browse the repository at this point in the history
  4. docs: swapped unavailable model, updated endpoint info on readme, upd…

    …ated generate param info
    
    - Swapped unavailable model on examples
    - Updated undpoint section on Readme to have more information
    - Updated Readme's API link to bold
    - Swapped ModelType to string in Readme
    - Updated parameter information of GenerateParams about invalid ones with greedy decoding
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0241d56 View commit details
    Browse the repository at this point in the history
  5. fix: removed params from greedy method

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    03e600e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f8363d View commit details
    Browse the repository at this point in the history
  7. chore: updating package versions (#35)

    Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
    jpwsutton authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    41c29f1 View commit details
    Browse the repository at this point in the history
  8. git rebasing

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7ebca81 View commit details
    Browse the repository at this point in the history
  9. Updated readme with pre-requisites

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    694359b View commit details
    Browse the repository at this point in the history
  10. changed name of local server sphinx page

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    939db73 View commit details
    Browse the repository at this point in the history
  11. fix: fixed lint issue

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ddcdb7b View commit details
    Browse the repository at this point in the history
  12. docs: changed link to docs, readme syntax

    Signed-off-by: Mairead O'Neill <moneill@ibm.com>
    moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4a36274 View commit details
    Browse the repository at this point in the history
  13. Open-source info updates (#31)

    ameza13 authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    11268a8 View commit details
    Browse the repository at this point in the history
  14. fix: installing extensions for integration tests

    Signed-off-by: James Sutton <jsutton@li-dcf9314c-2cb7-11b2-a85c-ee3a6b9d026b.ibm.com>
    Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
    jpwsutton authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fb6229b View commit details
    Browse the repository at this point in the history
  15. docs: example spelling fix, added api_url to readme

    - Fixed spellings on examples
    - Added API_URL examples to README
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d12099c View commit details
    Browse the repository at this point in the history
  16. docs: fixed wrong url

    - fixed wrong link on the documentation
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    add449d View commit details
    Browse the repository at this point in the history
  17. docs: updated links (#51)

    - Fixed wrong links on documentations
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Co-authored-by: Ja Young Lee <younglee@ibm.com>
    2 people authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    610aabe View commit details
    Browse the repository at this point in the history
  18. Removed async examples from integration testing

    vdemers authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ad22966 View commit details
    Browse the repository at this point in the history
  19. New Release (#60)

    * Informative error messages in async generator and type change in GenAI exception (#57)
    
    * update greedy examples removing incompatible params (#59)
    
    * Fix/setup cfg (#49)
    
    * fix: including README in pypi deployment
    
    * fix: adding build dependency and changing workflow to use it
    
    
    Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
    Co-authored-by: Mírian Silva <mirianfrsilva@ibm.com>
    Co-authored-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
    3 people authored and moneill0 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b9cf4ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    366a7e7 View commit details
    Browse the repository at this point in the history
  21. Update examples/dev/async-flaky-request-handler.py

    Co-authored-by: Mírian Silva <mirianfrsilva@gmail.com>
    Signed-off-by: Onkar Bhardwaj <onkar.bhardwaj@gmail.com>
    onkarbhardwaj and mirianfsilva committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    83d8f7a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    1f0373a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from moneill0/63-Set_right_temp

    63 set right temp
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    65835f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from onkarbhardwaj/retry

    Retry strategy and use semaphores to prevent creating a large number of async tasks
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c5105c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from mirianfsilva/hotfix/async-examples

    hotfix/async dev example
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    22c2a1f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from jayolee/24-docs-modeltype-to-str

    docs: swapped modeltype to str, connected prompts to files
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    142a866 View commit details
    Browse the repository at this point in the history
  6. pydantic version

    onkarbhardwaj committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    adcdf03 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #68 from IBM/hotfix/pydantic-version

    pydantic version fix
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8f3a416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93d74dd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #69 from IBM/revert-68-hotfix/pydantic-version

    Revert "pydantic version fix"
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2d75f03 View commit details
    Browse the repository at this point in the history
  10. Added author and pydantic update

    vdemers committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8c3291b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #71 from IBM/main

    New Release 2023.06.30 (#66)
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    16fe2fc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #70 from IBM/fix/pydantic-and-authors

    Added author and pydantic update
    vedem1192 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2ed65ad View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Deprecation warning for ModelType class (#82)

    Co-authored-by: vdemers <vdemers@ibm.com>
    vedem1192 and vdemers committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5bb490e View commit details
    Browse the repository at this point in the history
  2. Feature/prompt tuning (#77)

    Prompt Tuning and File manager
    onkarbhardwaj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0a3cea0 View commit details
    Browse the repository at this point in the history
  3. Doc/open source doc updates3 (#79)

    Open source documentation update
    ameza13 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4bd3be4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into develop

    vdemers committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e747124 View commit details
    Browse the repository at this point in the history
  5. Fix/move example (#86)

    vedem1192 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    526847e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4d8016 View commit details
    Browse the repository at this point in the history
  7. Fix/metadata return (#88)

    * fixed pydantic version
    * Fixed tupple issue + metadata return in all code
    ---------
    
    Co-authored-by: vdemers <vdemers@ibm.com>
    vedem1192 and vdemers committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    055b8d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8276a00 View commit details
    Browse the repository at this point in the history
  9. Fix/docs params (#89)

    Docs update + try except in examples
    vedem1192 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bfc329c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43a596c View commit details
    Browse the repository at this point in the history
  11. New Release 07.10.2023 (#87) (#92)

    New release 07.10.2023
    
    Signed-off-by: Veronique <22043067+vedem1192@users.noreply.github.com>
    vedem1192 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9a4668e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into develop

    Signed-off-by: Veronique <22043067+vedem1192@users.noreply.github.com>
    vedem1192 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    964a6de View commit details
    Browse the repository at this point in the history
  13. Release v0.2.1 (#93) (#94)

    squash and merge
    vedem1192 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    399e1ce View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. docs: added tunes and files schemas

    - Added tunes and files schemas to the doc
    
    Contributes to: #24
    
    Signed-off-by: Ja Young Lee <younglee@ibm.com>
    Ja Young Lee authored and onkarbhardwaj committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4691856 View commit details
    Browse the repository at this point in the history