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

Enhancement/591 Previewing of OpenAI Embeddings #622

Merged
merged 25 commits into from
Dec 12, 2023
Merged

Commits on Nov 24, 2023

  1. run an ajax for preview

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    83e4215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390037f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07faa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a128ae View commit details
    Browse the repository at this point in the history
  5. check for nonce

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2b6e488 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd1862d View commit details
    Browse the repository at this point in the history
  7. add e2e test

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    64a02fb View commit details
    Browse the repository at this point in the history
  8. eslint fixes

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    40ae9a7 View commit details
    Browse the repository at this point in the history
  9. fix e2e tests

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6f777cf View commit details
    Browse the repository at this point in the history
  10. fix eslint errors

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0060ddf View commit details
    Browse the repository at this point in the history
  11. typo fix

    faisal-alvi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    35aeebc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. correct the function doc

    faisal-alvi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3e28c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d14bf View commit details
    Browse the repository at this point in the history
  3. code improvements

    faisal-alvi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    38c5b99 View commit details
    Browse the repository at this point in the history
  4. Update since version

    dkotter committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7bd994f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    928f88d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    e86a213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd02c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7dc76b View commit details
    Browse the repository at this point in the history
  4. remove unnecessary code

    faisal-alvi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e04e66e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    c79ec83 View commit details
    Browse the repository at this point in the history
  2. Ensure we always trim our calculations results down to 1.0 instead of…

    … the threshold value. After running the calculation, remove any results that are above our threshold. Use a higher level of precision when converting our decimals to percentages so we can more easily see the differences in each value.
    dkotter committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ae66799 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix the issue

    faisal-alvi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bcee113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0d677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faff524 View commit details
    Browse the repository at this point in the history