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

Release 1.5.12 #174

Merged
merged 288 commits into from
Jul 3, 2024
Merged

Release 1.5.12 #174

merged 288 commits into from
Jul 3, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 11, 2024

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

Commits on Apr 13, 2024

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

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    784f09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391320d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca49b2b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    42f1128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ad0d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be2143 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore: add docker cmd

    darshit-s3 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    51e3310 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Compatibility fixes for SDK version 2.0.0 (#69)

    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    karthikscale3 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0b424f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8e92b View commit details
    Browse the repository at this point in the history
  3. Merge

    karthikscale3 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a6f7c97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0e0c2b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #66 from Scale3-Labs/add-docker-cmd

    chore: add docker cmd
    darshit-s3 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3ed6d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    28227d9 View commit details
    Browse the repository at this point in the history
  2. Support for Langgraph, Qdrant & Groq (#73)

    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    karthikscale3 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    9a0b049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cec8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f47e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf4867c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    36620bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from Scale3-Labs/optimise-docker-image

    feat: optimise docker image for self host setup
    darshit-s3 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    95de2de View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. clean up

    dylanzuber-scale3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bc90bbd View commit details
    Browse the repository at this point in the history
  2. refactor

    dylanzuber-scale3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1426245 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from Scale3-Labs/dylan/s3en-2221-add-api-key-a…

    …uth-to-apis
    
    Dylan/s3en 2221 add api key auth to apis
    dylanzuber-scale3 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    934e304 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    34875e2 View commit details
    Browse the repository at this point in the history
  2. untrack .env

    rohit-kadhe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4551d7e View commit details
    Browse the repository at this point in the history
  3. Revert "untrack .env"

    This reverts commit 4551d7e.
    rohit-kadhe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c7b05ca View commit details
    Browse the repository at this point in the history
  4. Playground and Prompt Management (#83)

    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    karthikscale3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    096ee2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9766d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eae354d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'development' of github.com:Scale3-Labs/langtrace into r…

    …ohit/S3EN-2232-get-prompts-api
    rohit-kadhe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f67f7fb View commit details
    Browse the repository at this point in the history
  8. Fix to surface multiple LLM requests inside LLM View (#84)

    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    karthikscale3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1c480c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7723147 View commit details
    Browse the repository at this point in the history
  10. Fix merge conflicts

    karthikscale3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b588d25 View commit details
    Browse the repository at this point in the history
  11. Fix merge conflict

    karthikscale3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2a28815 View commit details
    Browse the repository at this point in the history
  12. Minor bugfixes (#86)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    karthikscale3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    db5959c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39acc90 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31bfd5f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b677c1 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'development' of github.com:Scale3-Labs/langtrace into r…

    …ohit/S3EN-2232-get-prompts-api
    rohit-kadhe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7f32b5a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fd347a2 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    rohit-kadhe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    66c1293 View commit details
    Browse the repository at this point in the history
  3. fix invalid redirect

    rohit-kadhe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e039e5c View commit details
    Browse the repository at this point in the history
  4. fix invalid status code

    rohit-kadhe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c3f6ade View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #88 from Scale3-Labs/rohit/S3EN-2232-get-prompts-api

    Rohit/s3 en 2232 get prompts api
    rohit-kadhe committed May 9, 2024
    Configuration menu
    Copy the full SHA
    974756f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9c986 View commit details
    Browse the repository at this point in the history
  3. Project Switcher (#90)

    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    karthikscale3 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1296c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f50e6 View commit details
    Browse the repository at this point in the history
  5. Feat: dataset download (#60)

    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    MayuriS24 and karthikscale3 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    82bd818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e30354 View commit details
    Browse the repository at this point in the history
  7. Update prompt registry with instructions to fetch prompts (#91)

    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    karthikscale3 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e3edb54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cbb929 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94b13f6 View commit details
    Browse the repository at this point in the history
  10. update package lock

    karthikscale3 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    417c314 View commit details
    Browse the repository at this point in the history
  11. Minor bugfix (#94)

    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    karthikscale3 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e7c63ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bee3df8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b82b03 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28ff70b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    7d338dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from Scale3-Labs/update-github-badges

    chore: update github repo badges
    darshit-s3 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0ce5a24 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a0c9b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186f82b View commit details
    Browse the repository at this point in the history
  3. Add GPT4-O Pricing and Playground (#98)

    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    karthikscale3 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    519cb22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2099f1d View commit details
    Browse the repository at this point in the history
  5. Dylan/s3en 2234 add perplexity support to playground (#89)

    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dc45189 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    047f9b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    153ac91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13f04aa View commit details
    Browse the repository at this point in the history
  9. api changes

    rohit-kadhe committed May 13, 2024
    Configuration menu
    Copy the full SHA
    292a57b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    a2ad213 View commit details
    Browse the repository at this point in the history
  2. bug fix

    rohit-kadhe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5573d3e View commit details
    Browse the repository at this point in the history
  3. bug fix

    rohit-kadhe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5e90a1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #101 from Scale3-Labs/rohit/S3EN-2256-user-feedbac…

    …k-api
    
    Add API access to PUT evaluations API to enable passing user feedback
    rohit-kadhe committed May 14, 2024
    Configuration menu
    Copy the full SHA
    97cf9b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ba0dbf View commit details
    Browse the repository at this point in the history
  6. prio python

    dylanzuber-scale3 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9e980ad View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #103 from Scale3-Labs/dylan/s3en-2279-ux-improvements

    Dylan/s3en 2279 ux improvements
    dylanzuber-scale3 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4382d65 View commit details
    Browse the repository at this point in the history
  2. cleanup and fixes

    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    56427c3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of github.com:Scale3-Labs/langtrace into r…

    …ohit/S3EN-2282-remove-redundant-fields
    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a80fd4d View commit details
    Browse the repository at this point in the history
  4. more bug fixes

    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2838cc7 View commit details
    Browse the repository at this point in the history
  5. more fixes

    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ccd42b6 View commit details
    Browse the repository at this point in the history
  6. remove console log

    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    acc5ea5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #104 from Scale3-Labs/rohit/S3EN-2282-remove-redun…

    …dant-fields
    
    Rohit/s3 en 2282 remove redundant fields
    rohit-kadhe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    72fa55b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #97 from Scale3-Labs/dylan/s3en-2261-optimize-get-…

    …attributestoken-functions
    
    optimizing token count function
    dylanzuber-scale3 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3e09cc0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    cd5e347 View commit details
    Browse the repository at this point in the history
  2. add migration

    rohit-kadhe committed May 16, 2024
    Configuration menu
    Copy the full SHA
    52589fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108baf7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from Scale3-Labs/rohit/S3EN-2285-add-missing-…

    …migration
    
    Add missing migration
    rohit-kadhe committed May 16, 2024
    Configuration menu
    Copy the full SHA
    887021a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a043bd6 View commit details
    Browse the repository at this point in the history
  6. updating query key

    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2944e15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98fb7d7 View commit details
    Browse the repository at this point in the history
  8. clean up

    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    812e239 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/development' into dylan/s3en-226…

    …4-add-date-filters-to-the-metrics-dashboard-charts
    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6baf9a2 View commit details
    Browse the repository at this point in the history
  10. fix bug

    rohit-kadhe committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d872bc0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #107 from Scale3-Labs/rohit/S3EN-2287-bug-fix-eval…

    …-model-change
    
    Evaluation model change bug fix
    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    729c164 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/development' into dylan/s3en-226…

    …4-add-date-filters-to-the-metrics-dashboard-charts
    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2fba611 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #106 from Scale3-Labs/dylan/s3en-2264-add-date-fil…

    …ters-to-the-metrics-dashboard-charts
    
    Dylan/s3en 2264 add date filters to the metrics dashboard charts
    dylanzuber-scale3 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ed1c2f4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Minor bugfix (#102)

    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    karthikscale3 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4d8d0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194c65e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    775fd55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7725ac1 View commit details
    Browse the repository at this point in the history
  5. fixes

    dylanzuber-scale3 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bbc221c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Merge pull request #109 from Scale3-Labs/dylan/s3en-2293-chart-bug-fix

    Dylan/s3en 2293 chart bug fix
    dylanzuber-scale3 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    eab02bb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Bug fixes to Evaluations (#111)

    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    karthikscale3 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f2d9ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a44486 View commit details
    Browse the repository at this point in the history
  3. upgrading tiktoken, adding omni to pricing (#110)

    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ba91426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad8c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10840e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a7c307 View commit details
    Browse the repository at this point in the history
  7. Update package

    karthikscale3 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    740a3d6 View commit details
    Browse the repository at this point in the history
  8. Dataset bugfix (#113)

    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    karthikscale3 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea4cc92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5605411 View commit details
    Browse the repository at this point in the history
  10. Minor linking fix (#114)

    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    karthikscale3 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    38f0c1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb53696 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8904b5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ee9a3a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. api bug fix (#116)

    rohit-kadhe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    29bc615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f140e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d29604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d91f619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79e62b9 View commit details
    Browse the repository at this point in the history
  6. Support for Image inputs (#119)

    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    karthikscale3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c0ede4b View commit details
    Browse the repository at this point in the history
  7. Bug fix Spans with status_code = "ERROR" (#120)

    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    karthikscale3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c530938 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    020a3a9 View commit details
    Browse the repository at this point in the history
  9. Dylan/s3en 2265 save prompt and model settings directly from playgrou…

    …nd (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    20d4132 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b9b73db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    337ac05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4187923 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e584076 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/development' into dylan/s3en-230…

    …1-render-images-in-trace-for-image-generation
    dylanzuber-scale3 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    80fc11c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    3eb1132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958946c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce94a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #125 from Scale3-Labs/dylan/s3en-2325-bug-gateway-…

    …timing-out-for-metrics-and-cost-for-the-fulcrum
    
    Dylan/s3en 2325 bug gateway timing out for metrics and cost for the fulcrum
    dylanzuber-scale3 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8671568 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    653585a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from Scale3-Labs/dylan/s3en-2319-bugfix-datas…

    …et-creation-is-not-showing-immediately
    
    Dylan/s3en 2319 bugfix dataset creation is not showing immediately
    dylanzuber-scale3 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    58a12e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7305f9a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    a6c4652 View commit details
    Browse the repository at this point in the history
  2. updating ui

    dylanzuber-scale3 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    031e5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24a435 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. bug fixes

    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bc878cd View commit details
    Browse the repository at this point in the history
  2. cleanup

    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ea94ccb View commit details
    Browse the repository at this point in the history
  3. remove console

    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a39e6af View commit details
    Browse the repository at this point in the history
  4. updating queryKeys

    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7d8755f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #128 from Scale3-Labs/dylan/s3en-2331-update-langt…

    …race-querykeys-to-be-multiple-args
    
    Dylan/s3en 2331 update langtrace querykeys to be multiple args
    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    26fe56f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcd2cac View commit details
    Browse the repository at this point in the history
  7. adding more checks

    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ff3166f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #129 from Scale3-Labs/dylan/add-table-checl

    adding missing table checks
    dylanzuber-scale3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b94dbb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    2c70a24 View commit details
    Browse the repository at this point in the history
  2. style: remove blank space

    darshit-s3 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    579b161 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from Scale3-Labs/update-clickhouse-docker

    chore: update clickhouse docker for user management
    darshit-s3 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cda1d77 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Merge pull request #132 from Scale3-Labs/dylan/s3en-2359-save-button-…

    …inside-the-prompt-playground-is-a-bit-confusing-v2
    
    Dylan/s3en 2359 save button inside the prompt playground is a bit confusing v2
    dylanzuber-scale3 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    08b8bbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from Scale3-Labs/dylan/s3en-2301-render-image…

    …s-in-trace-for-image-generation
    
    Dylan/s3en 2301 render images in trace for image generation
    dylanzuber-scale3 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    29eff4e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Redesign of Manual Evaluations (#134)

    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    karthikscale3 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f520430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41a9f0 View commit details
    Browse the repository at this point in the history
  3. Dylan/s3en 2318 add the ability to import a conversation from the tra…

    …ces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    58431bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6111ef5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    704a98e View commit details
    Browse the repository at this point in the history
  6. storing

    dylanzuber-scale3 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0d79362 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    267fa5d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #135 from Scale3-Labs/dylan/s3en-2394-bugfix-impor…

    …ting-prompts-with-images-crashes
    
    Dylan/s3en 2394 bugfix importing prompts with images crashes
    dylanzuber-scale3 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5b0f985 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ecb80 View commit details
    Browse the repository at this point in the history
  10. fix merge conflict

    karthikscale3 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e63cf2f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    0ad8b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c1a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e32102 View commit details
    Browse the repository at this point in the history
  4. cleanup

    dylanzuber-scale3 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    68d8f39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440017e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #137 from Scale3-Labs/update-healthcheck-clickhouse

    docs: update docker instructions
    darshit-s3 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3c37313 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84676cf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #127 from Scale3-Labs/dylan/s3en-2278-implement-tr…

    …ace-search
    
    Dylan/s3en 2278 implement trace search
    dylanzuber-scale3 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c05001f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. add stars history (#139)

    yemiadej committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    663083a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Dylan/s3en 2401 ability to filter by user for metrics and traces (#138)

    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    dylanzuber-scale3 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b78cd3f View commit details
    Browse the repository at this point in the history
  2. Dylan/s3en 2350 aggregate metrics by models v2 (#141)

    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * init commit model combobox
    
    * adding api, updating function, adding to metrics page
    
    * adding model to charts, apis, service
    
    * remove consoles
    dylanzuber-scale3 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3f22fe3 View commit details
    Browse the repository at this point in the history
  3. Automated Evaluations - Support for Inspect AI (#142)

    * Pagination bug
    
    * Bug fix
    
    * Experiments view
    
    * re-order
    
    * Comparison view
    
    * Experiment report
    
    * Experiments - hook up APIs
    
    * Experiments pagination
    
    * deduplicate paginated data
    
    * Fix loading and error states - experiments
    
    * Rename experiments and evaluations
    
    * Add loading spinner
    
    * Link evaluation
    
    * Link to evals
    
    * Fixes
    
    * Minor UI fixes
    karthikscale3 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b64f734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77d1bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948fefe View commit details
    Browse the repository at this point in the history
  6. merge

    karthikscale3 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0faf3ab View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Bugfixes

    karthikscale3 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3aa0528 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. DSPy support (#144)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * DSPy support
    
    * Update README
    karthikscale3 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b4527aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e1854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435f07d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac594bc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Prompt registry and Playground integration (#146)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * Playground enhancements
    
    * Fix
    
    * Playground improvment
    
    * Bug fix
    karthikscale3 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f04abf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8678f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c88e6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dda864 View commit details
    Browse the repository at this point in the history
  5. Minor bug fixes (#148)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * Bugfixes
    karthikscale3 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0aa4d17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa7fa4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e52b4ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e731bd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

  1. Merge pull request #150 from Scale3-Labs/add-example-code

    feat: adding example code for starters
    darshit-s3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    33b85c0 View commit details
    Browse the repository at this point in the history
  2. Bugfixes (#152)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * crewai support
    
    * fix ollama bug
    karthikscale3 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    65700e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    416540b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05d1444 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47e2398 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    3189372 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from Scale3-Labs/dylan/s3en-2491-make-default…

    …-project-redirect-to-traces-instead-of-metrics
    
    Dylan/s3en 2491 make default project redirect to traces instead of metrics
    dylanzuber-scale3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    58e892e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e1918 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #158 from Scale3-Labs/dylan/s3en-2492-auto-copy-pr…

    …ompt-id-to-clipboard-from-prompt-page
    
    Dylan/s3en 2492 auto copy prompt id to clipboard from prompt page
    dylanzuber-scale3 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    73e25ce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b22a296 View commit details
    Browse the repository at this point in the history
  2. Dylan/s3en 2415 expose project creation api for hivenetwork (#156)

    * adding api key auth for project, displaying team id
    
    * migrating, adding api key gen to teams page
    
    * removing comment
    
    * removing apiKeyHash from project return
    
    * Minorfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    09092a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d34b19 View commit details
    Browse the repository at this point in the history
  4. Dylan/s3en 2393 update UI tracing tab to show the prompt version bein…

    …g used v2 (#154)
    
    * Adding prompt id to traces table
    
    * adding prompt combobox, api route, service function
    
    * adding prompt version to traces tab
    
    * Fix
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    127b2ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e8a8f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecd2da3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46c1c8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc0da10 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    ba2a773 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from Scale3-Labs/dylan/s3en-2516-api-key-dial…

    …og-bug-fix
    
    Dylan/s3en 2516 api key dialog bug fix
    dylanzuber-scale3 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d803314 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    933523c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df85c41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6c05d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    652fb21 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    85b6e8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from Scale3-Labs/dylan/s3en-2493-update-attri…

    …butes-list-in-client-v2
    
    Dylan/s3en 2493 update attributes list in client v2
    dylanzuber-scale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2f3aa0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089b7a7 View commit details
    Browse the repository at this point in the history
  4. Fix database migration drift (#166)

    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * Fix migration drift
    karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c16ff66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566fa31 View commit details
    Browse the repository at this point in the history
  6. Fix merge

    karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a5f80cc View commit details
    Browse the repository at this point in the history
  7. Dylan/s3en 2507 introduce a settings page for project (#163)

    * proejct settings init
    
    * adding settings page
    
    * adding delete card
    
    * Minor fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1873e00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e34cac7 View commit details
    Browse the repository at this point in the history
  9. Dylan/s3en 2527 surface project id on project settings page (#165)

    * proejct settings init
    
    * adding settings page
    
    * adding delete card
    
    * surfacing project id on settings page
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    dylanzuber-scale3 and karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bdc91c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01644fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96af1b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94b8969 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #168 from Scale3-Labs/dylan/s3en-2529-advanced-fil…

    …ter-attributes-dropdown-alignement-is-off
    
    Dylan/s3en 2529 advanced filter attributes dropdown alignement is off
    dylanzuber-scale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ce780e2 View commit details
    Browse the repository at this point in the history
  14. scrolling fix

    dylanzuber-scale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    64f360a View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/development' into dylan/s3en-253…

    …1-no-userid-found-and-not-model-found-is-not-showing-in-the
    dylanzuber-scale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e1ab6fa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c961ca9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #169 from Scale3-Labs/dylan/s3en-2528-advanced-fil…

    …ter-tab-needs-to-scroll-internally
    
    Dylan/s3en 2528 advanced filter tab needs to scroll internally
    dylanzuber-scale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    119e754 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    66c2639 View commit details
    Browse the repository at this point in the history
  19. Support for Azure AD Login for Self Hosted Setups (#170)

    * add azure SSO
    
    * add azure SSO
    
    * Update README
    
    * Azure AD variables
    
    ---------
    
    Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    3 people committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9a2385 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d9c28d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    837595e View commit details
    Browse the repository at this point in the history
  22. Update package lock

    karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0e5e121 View commit details
    Browse the repository at this point in the history
  23. Add migration file

    karthikscale3 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    653cbf9 View commit details
    Browse the repository at this point in the history
  24. Add migration file for ext_expires_in (#171)

    * Pagination bug
    
    * Bug fix
    
    * Update README.md (#76)
    
    Update screenshot
    
    * Update README.md (#77)
    
    Add reference architecture
    
    * Release  (#80)
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.0 (#85)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.1 (#87)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.2 (#92)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.3.2 (#95)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.3.4 (#100)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.0 (#108)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Bump next from 14.1.0 to 14.1.1 (#93)
    
    Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update package
    
    * Release 1.4.2 (#112)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.3 (#115)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.4 (#118)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.5 (#121)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Update README.md (#124)
    
    * adding table exist checks
    
    * Release 1.5.0 (#136)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.5.1 (#143)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * init advanced filter dialog
    
    * adding operator combobox
    
    * updating ui
    
    * adding attribute type
    
    * bug fixes
    
    * cleanup
    
    * remove console
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * storing
    
    * remove import for images
    
    * importing attribute stuff
    
    * fixing operations display
    
    * cleaning up advanced filters
    
    * cleanup
    
    * docs: update docker instructions
    
    * removing console, fixing button
    
    * add stars history (#139)
    
    * Dylan/s3en 2401 ability to filter by user for metrics and traces (#138)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * Dylan/s3en 2350 aggregate metrics by models v2 (#141)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * init commit model combobox
    
    * adding api, updating function, adding to metrics page
    
    * adding model to charts, apis, service
    
    * remove consoles
    
    * Automated Evaluations - Support for Inspect AI (#142)
    
    * Pagination bug
    
    * Bug fix
    
    * Experiments view
    
    * re-order
    
    * Comparison view
    
    * Experiment report
    
    * Experiments - hook up APIs
    
    * Experiments pagination
    
    * deduplicate paginated data
    
    * Fix loading and error states - experiments
    
    * Rename experiments and evaluations
    
    * Add loading spinner
    
    * Link evaluation
    
    * Link to evals
    
    * Fixes
    
    * Minor UI fixes
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    Co-authored-by: yemiscale3 <111706151+yemiadej@users.noreply.github.com>
    
    * Bugfixes
    
    * Release 1.5.1 (#145)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * init advanced filter dialog
    
    * adding operator combobox
    
    * updating ui
    
    * adding attribute type
    
    * bug fixes
    
    * cleanup
    
    * remove console
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * storing
    
    * remove import for images
    
    * importing attribute stuff
    
    * fixing operations display
    
    * cleaning up advanced filters
    
    * cleanup
    
    * docs: update docker instructions
    
    * removing console, fixing button
    
    * add stars history (#139)
    
    * Dylan/s3en 2401 ability to filter by user for metrics and traces (#138)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * Dylan/s3en 2350 aggregate metrics by models v2 (#141)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * init commit model combobox
    
    * adding api, updating function, adding to metrics page
    
    * adding model to charts, apis, service
    
    * remove consoles
    
    * Automated Evaluations - Support for Inspect AI (#142)
    
    * Pagination bug
    
    * Bug fix
    
    * Experiments view
    
    * re-order
    
    * Com…
    10 people committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5071a30 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ff62b64 View commit details
    Browse the repository at this point in the history
  26. Downgrade next (#173)

    * Pagination bug
    
    * Bug fix
    
    * Update README.md (#76)
    
    Update screenshot
    
    * Update README.md (#77)
    
    Add reference architecture
    
    * Release  (#80)
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.0 (#85)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.1 (#87)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    
    * Release 1.3.2 (#92)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.3.2 (#95)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.3.4 (#100)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.0 (#108)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Bump next from 14.1.0 to 14.1.1 (#93)
    
    Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update package
    
    * Release 1.4.2 (#112)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.3 (#115)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.4 (#118)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.4.5 (#121)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Update README.md (#124)
    
    * adding table exist checks
    
    * Release 1.5.0 (#136)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    
    * Release 1.5.1 (#143)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * init advanced filter dialog
    
    * adding operator combobox
    
    * updating ui
    
    * adding attribute type
    
    * bug fixes
    
    * cleanup
    
    * remove console
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * storing
    
    * remove import for images
    
    * importing attribute stuff
    
    * fixing operations display
    
    * cleaning up advanced filters
    
    * cleanup
    
    * docs: update docker instructions
    
    * removing console, fixing button
    
    * add stars history (#139)
    
    * Dylan/s3en 2401 ability to filter by user for metrics and traces (#138)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * Dylan/s3en 2350 aggregate metrics by models v2 (#141)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * init commit model combobox
    
    * adding api, updating function, adding to metrics page
    
    * adding model to charts, apis, service
    
    * remove consoles
    
    * Automated Evaluations - Support for Inspect AI (#142)
    
    * Pagination bug
    
    * Bug fix
    
    * Experiments view
    
    * re-order
    
    * Comparison view
    
    * Experiment report
    
    * Experiments - hook up APIs
    
    * Experiments pagination
    
    * deduplicate paginated data
    
    * Fix loading and error states - experiments
    
    * Rename experiments and evaluations
    
    * Add loading spinner
    
    * Link evaluation
    
    * Link to evals
    
    * Fixes
    
    * Minor UI fixes
    
    ---------
    
    Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
    Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
    Co-authored-by: dylan <dylan@scale3labs.com>
    Co-authored-by: dylanzuber-scale3 <116033320+dylanzuber-scale3@users.noreply.github.com>
    Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
    Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
    Co-authored-by: MayuriS24 <159064413+MayuriS24@users.noreply.github.com>
    Co-authored-by: yemiscale3 <111706151+yemiadej@users.noreply.github.com>
    
    * Bugfixes
    
    * Release 1.5.1 (#145)
    
    * Pagination bug
    
    * Bug fix
    
    * chore: add docker cmd
    
    * Compatibility fixes for SDK version 2.0.0 (#69)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for schema changes
    
    * Render tool calling
    
    * Support for Langgraph, Qdrant & Groq  (#73)
    
    * Pagination bug
    
    * Bug fix
    
    * Add langgraph support
    
    * QDrant support
    
    * Add Groq support
    
    * update README
    
    * update README
    
    * feat: optimise docker image for self host setup
    
    * adding api access to traces endpoint
    
    * clean up
    
    * refactor
    
    * feat: add clickhouse db create on app start (#79)
    
    * docs: add railway deploy, fix sdk badges (#81)
    
    * untrack .env
    
    * Revert "untrack .env"
    
    This reverts commit 4551d7eb33a22b4ba94be8eb1e20d620c6e0a567.
    
    * Playground and Prompt Management (#83)
    
    * Pagination bug
    
    * Bug fix
    
    * Playground - basic implementation
    
    * Playground - streaming and nonstreaming
    
    * Move playground inside project
    
    * API key flow
    
    * Api key
    
    * Playground refactor
    
    * Add chat hookup
    
    * anthropic streaming support
    
    * Bug fixes to openai playground
    
    * Anthropic bugfixes
    
    * Anthropic bugfix
    
    * Cohere first iteration
    
    * Cohere role fixes
    
    * Cohere api fix
    
    * Parallel running
    
    * Playground cost calculation non streaming
    
    * playground - streaming token calculation
    
    * latency and cost
    
    * Support for Groq
    
    * Add model name
    
    * Prompt management views
    
    * Remove current promptset flow
    
    * Prompt management API hooks
    
    * Prompt registry final
    
    * Playground bugfixes
    
    * Bug fix playground
    
    * Rearrange project nav
    
    * Fix playground
    
    * Fix prompts
    
    * Bugfixes
    
    * Minor fix
    
    * Prompt versioning bugfix
    
    * Bugfix
    
    * fix: clickhouse table find queries (#82)
    
    * Fix to surface multiple LLM requests inside LLM View (#84)
    
    * Pagination bug
    
    * Bug fix
    
    * Fix for surfacing multiple LLM requests in LLMView
    
    * Minor bugfixes (#86)
    
    * Pagination bug
    
    * Bug fix
    
    * Bugfixes
    
    * api to fetch promptset with prompt filters
    
    * bug fixes
    
    * fix invalid redirect
    
    * fix invalid status code
    
    * Project Switcher (#90)
    
    * Pagination bug
    
    * Bug fix
    
    * Project switcher
    
    * Feat: dataset download (#60)
    
    * API: download dataset
    
    * API: Download dataset
    
    * updated download-dataset api
    
    * Updated: download_dataset api
    
    * Updated download dataset API
    
    * Updated Download API: changed Response to Next Response, add a condition to ensure max page size is 500
    
    * updated the download-dataset API: fixed the format and removed redundant lines of code
    
    * Updated download_daatset API: file name and removed 'id' param
    
    * Added the Download dataset button.
    
    * Merged developemnt into my branch
    
    * Updated button size
    
    * Fixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update prompt registry with instructions to fetch prompts (#91)
    
    * Pagination bug
    
    * Bug fix
    
    * Update prompt registry
    
    * Minor bugfix (#94)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * chore: update github repo badges
    
    * optimizing token count function
    
    * Add GPT4-O Pricing and Playground (#98)
    
    * Pagination bug
    
    * Bug fix
    
    * Add GPT4-O support
    
    * Add GPT4-O support
    
    * Update cost
    
    * Dylan/s3en 2234 add perplexity support to playground (#89)
    
    * adding perplexity to playground types
    
    * adding ui stuff:'
    
    * adding perplexity chat api
    
    * fixing perplexity model dropdown
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * api changes
    
    * add api access to get api and fix all bugs
    
    * bug fix
    
    * bug fix
    
    * updating descriptions to optional
    
    * prio python
    
    * cleanup and fixes
    
    * more bug fixes
    
    * more fixes
    
    * remove console log
    
    * updating trace_service functions
    
    * add migration
    
    * add format function, updating from day to hour
    
    * adding dropwdown menu
    
    * updating query key
    
    * updating query keys v2
    
    * clean up
    
    * fix bug
    
    * Minor bugfix (#102)
    
    * Pagination bug
    
    * Bug fix
    
    * Minor bugfix
    
    * fixes
    
    * Bug fixes to Evaluations  (#111)
    
    * Pagination bug
    
    * Bug fix
    
    * Bug fixes to evals v2
    
    * Minor fix
    
    * upgrading tiktoken, adding omni to pricing (#110)
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * Update package
    
    * Dataset bugfix (#113)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor linking fix (#114)
    
    * Pagination bug
    
    * Bug fix
    
    * Dataset bugfix
    
    * Minor fix
    
    * api bug fix (#116)
    
    * fixing dropdown color (#117)
    
    * Support for Image inputs (#119)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fix Spans with status_code = "ERROR" (#120)
    
    * Pagination bug
    
    * Bug fix
    
    * Support image inputs
    
    * Bug fixes
    
    * Dylan/s3en 2265 save prompt and model settings directly from playground (#99)
    
    * bug fixes, adding save prompt button in playground
    
    * adding save prompt dialog
    
    * adding create registry dialog
    
    * working registry selection
    
    * Adding new prompt to exist registry
    
    * storing
    
    * button padding fix
    
    * refactor, adding combobox
    
    * increasing dropdwon width
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * adding image display
    
    * adding property filtering (#123)
    
    * optimizing cost function
    
    * optimizing per cost per hour function
    
    * removing console statements
    
    * updating queryKey for datasets
    
    * init advanced filter dialog
    
    * adding operator combobox
    
    * updating ui
    
    * adding attribute type
    
    * bug fixes
    
    * cleanup
    
    * remove console
    
    * updating queryKeys
    
    * adding missing table checks
    
    * adding more checks
    
    * chore: update clickhouse docker for user management
    
    * style: remove blank space
    
    * updating save prompt button
    
    * Redesign of Manual Evaluations (#134)
    
    * Pagination bug
    
    * Bug fix
    
    * Schema changes for evals
    
    * Fix APIs for evals
    
    * Minor bugfixes
    
    * Bugfix
    
    * Evaluation changes
    
    * Manual eval simplification
    
    * Minor fix
    
    * Manual evaluations UX changes
    
    * Chart title fix
    
    * Disable experiments
    
    * fix
    
    * Dylan/s3en 2318 add the ability to import a conversation from the traces to (#133)
    
    * adding import conversation button
    
    * init import conversation dialog
    
    * adding trace rows
    
    * fixing scroll bug
    
    * adding import prompt to playground
    
    * fixes
    
    * Minor
    
    * Bugfixes
    
    ---------
    
    Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>
    
    * storing
    
    * remove import for images
    
    * importing attribute stuff
    
    * fixing operations display
    
    * cleaning up advanced filters
    
    * cleanup
    
    * docs: update docker instructions
    
    * removing console, fixing button
    
    * add stars history (#139)
    
    * Dylan/s3en 2401 ability to filter by user for metrics and traces (#138)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * Dylan/s3en 2350 aggregate metrics by models v2 (#141)
    
    * adding user id combobox, api
    
    * fixing sql query
    
    * removing user filter on deselect{
    
    * moving user combobox into filter dialog
    
    * adding filtering by user for token charts
    
    * bug fixes, more userId route, function updates
    
    * latency filtering
    
    * updating to alphanumeric
    
    * removing console, comment
    
    * updating default filter operation to and
    
    * adding clear all button, cleanup
    
    * init commit model combobox
    
    * adding api, updating function, adding to metrics page
    
    * adding model to charts, apis, service
    
    * remove consoles
    
    * Automated Evaluations - Support for Inspect AI (#142)
    
    * Pagination bug
    
    * Bug fix
    
    * Experiments view
    
    * re-order
    
    * Comparison view
    
    * Expe…
    10 people committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b5660fa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    595ae4f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    65cf040 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    edb0f85 View commit details
    Browse the repository at this point in the history