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

Merge from main #1

Merged
merged 81 commits into from
May 13, 2024
Merged

Merge from main #1

merged 81 commits into from
May 13, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    d7b41cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfae177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e492cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ce44f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6af2d47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f42df77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ce1378 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbb6204 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #1 from tom-doerr/patch-4

    Patch 4
    tom-doerr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0ad59dc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. remove n=1 in fallback generate logic when not all fields have been g…

    …enerated
    JONEMI19 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9c286f3 View commit details
    Browse the repository at this point in the history
  2. extend the generation for all candidate generations until all have re…

    …quired fields
    JONEMI19 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a198363 View commit details
    Browse the repository at this point in the history
  3. remove break clauses

    JONEMI19 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    70e630a View commit details
    Browse the repository at this point in the history
  4. add types

    JONEMI19 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5b16f10 View commit details
    Browse the repository at this point in the history
  5. pick up completion from first missing field

    JONEMI19 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    991d713 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67bb1a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cffbfff View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update FaissRM.md

    arnavsinghvi11 authored and aazizisoufiane committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    db4fcf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a54d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d75904e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e85bfa2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Added more details to the discussion of optimizers/teleprompters.

    Add class diagrams for the teleprompters, to be included in the
    documentation.
    
    Expanded the discussion to try to clarify what the various optimizers do.
    rpgoldman committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f3e77d0 View commit details
    Browse the repository at this point in the history
  2. Comments, type hints, etc. added to optimizers.

    There should be no change here to the function of the code, just some
    documentation to make it easier for the user/maintainer to follow.
    Added this in the course of figuring out the teleprompters well enough
    to figure out how to use them.
    rpgoldman committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fc15eb2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    06bf5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e0058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c99df69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c435a3f View commit details
    Browse the repository at this point in the history
  5. Remove unused PDF file.

    rpgoldman committed May 5, 2024
    Configuration menu
    Copy the full SHA
    762751f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0b8a69 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    3dcddbe View commit details
    Browse the repository at this point in the history
  2. Update knn notebook

    XiaoConstantine committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f21214c View commit details
    Browse the repository at this point in the history
  3. linting

    JONEMI19 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b2a9258 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec0a49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    657c086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e00d4e6 View commit details
    Browse the repository at this point in the history
  7. ruff fixes.

    rpgoldman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    33ea790 View commit details
    Browse the repository at this point in the history
  8. Describe how to generate class diagram.

    Add a comment to the markdown to explain how the class diagram was
    generated, so that it can be updated as more teleprompters are added.
    rpgoldman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    dc0d78b View commit details
    Browse the repository at this point in the history
  9. Update description of KNN and Instruction Optimizers.

    - Add key ideas from Arnav's KNN explanation (in the issue) and
    - Clarify that only MIPRO optimizes the demonstration set.
    rpgoldman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5e4df24 View commit details
    Browse the repository at this point in the history
  10. Proposed Optuna rewrite.

    rpgoldman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    285b0dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf9247f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ed0753 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    315d71a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cfa67d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75cd65b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c663444 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2cb77df View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    daef34e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4f10658 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e6afb61 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix(dspy): Remove common indentations in signature according to Pytho…

    …n docstring standards
    wullli committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f5e39ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c14d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1075af View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    7acf4c8 View commit details
    Browse the repository at this point in the history
  2. Update anthropic.py

    4daJKong committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0db53e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb074a7 View commit details
    Browse the repository at this point in the history
  4. update test_retry

    Shangyint committed May 8, 2024
    Configuration menu
    Copy the full SHA
    be493e9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    fad2f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441fd43 View commit details
    Browse the repository at this point in the history
  3. fix(dspy): adding language for recently released snowflake retriever …

    …model and updating snowflake session init to also include session log
    sfc-gh-alherrera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8775674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231b120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b48281 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #995 from stanfordnlp/fix-assertions

    fix: assertion and chain-of-thought
    Shangyint committed May 9, 2024
    Configuration menu
    Copy the full SHA
    339cb60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a048a51 View commit details
    Browse the repository at this point in the history
  8. fix(dspy): updating syntax for Snowflake cos similarity method which …

    …will be deprecated at the end of the month
    sfc-gh-alherrera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b3af69c View commit details
    Browse the repository at this point in the history
  9. fix(dspy): updating syntax for Snowflake cos similarity method which …

    …will be deprecated at the end of the month
    sfc-gh-alherrera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    53630da View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix(dspy): updating syntax for Snowflake cos similarity method which …

    …will be deprecated at the end of the month
    sfc-gh-alherrera committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b0b18a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dedd00 View commit details
    Browse the repository at this point in the history
  3. Update Groq.md

    fix typos in Groq API docs
    Frostbite22 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8371650 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1010 from Frostbite22/patch-1

    Update Groq.md, fix typos
    arnavsinghvi11 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    54d9d75 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #944 from isbecker/main

    feat: adds Cloudflare Workers AI
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e7269e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #920 from mikeedjones/extend-generation-for-all-ca…

    …ndidate-completions
    
    fix/Extend generation for all candidate completions
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6899b5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #680 from aazizisoufiane/fix/bedrock_n

    FIX Bedrock LM produces extraneous key error in unclear circumstances
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c37e534 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #930 from XiaoConstantine/xiao/clean-up

    Clean up knn related functionalities a bit
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1d570ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #987 from wullli/main

    Remove common indentations in signature according to Python Docstring convention
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4b9bbcd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #993 from 4daJKong/patch-1

    Update anthropic.py
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    012b07a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #990 from christeefy/bug/evaluate-display-table-arg

    fix(evaluate): `Evaluate` should not error when `display_table=True`
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    32449e1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #999 from tom-doerr/add_logprob_support

    Add logprob support for OpenAI models
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    5bc17d8 View commit details
    Browse the repository at this point in the history
  9. fix(dspy): adding LM connection parameter update to docs, resolving r…

    …uff issues and failing tests
    sfc-gh-alherrera committed May 11, 2024
    Configuration menu
    Copy the full SHA
    23cd780 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #859 from sfc-gh-alherrera/dspy-snowflake

    DSPy Support For Snowflake LLM's
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    822f932 View commit details
    Browse the repository at this point in the history
  11. Add braggy comment.

    rpgoldman committed May 11, 2024
    Configuration menu
    Copy the full SHA
    48c7e90 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #951 from rpgoldman/teleprompter-details

    Added more details to the discussion of optimizers/teleprompters.
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    bcf47c8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #992 from xyloid/fix/react_instr_from_sig

    fix(react): `ReAct` doesn't use `instructions` from the given `Signature`
    arnavsinghvi11 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    61fd5cc View commit details
    Browse the repository at this point in the history