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

feat: Add custom embedder #2236

Merged
merged 56 commits into from
Aug 7, 2024
Merged

Commits on Jun 12, 2024

  1. Feat: Add custom embedder

    vonodiripsa committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0d76e67 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Corrected Names and file location

    bvonodiripsa committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9afa431 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Code style corrections

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ee8f6f9 View commit details
    Browse the repository at this point in the history
  2. Source temp fixes

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    09af0e0 View commit details
    Browse the repository at this point in the history
  3. Formating

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a485010 View commit details
    Browse the repository at this point in the history
  4. First test

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    eae2aee View commit details
    Browse the repository at this point in the history
  5. Name changes

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2cdfb59 View commit details
    Browse the repository at this point in the history
  6. With two models

    bvonodiripsa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    88d34b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Source style corrections

    bvonodiripsa committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    052f39b View commit details
    Browse the repository at this point in the history
  2. Name change

    bvonodiripsa committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ac7bc67 View commit details
    Browse the repository at this point in the history
  3. Name change

    bvonodiripsa committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    52a1581 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge init scripts

    bvonodiripsa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1bd45ab View commit details
    Browse the repository at this point in the history
  2. Removed extra file

    bvonodiripsa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cce365a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Added result output and _ correction

    bvonodiripsa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8d2ed06 View commit details
    Browse the repository at this point in the history
  2. Formatted

    bvonodiripsa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6b7798d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b4dc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff46fe View commit details
    Browse the repository at this point in the history
  5. Use built synapse.ml package instead of file

    bvonodiripsa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f569ce View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Clean imports and the class

    bvonodiripsa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3098645 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Corrected edge cases (slam dataframe or no gpu)

    bvonodiripsa committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e2e2014 View commit details
    Browse the repository at this point in the history
  2. Added check for cuda

    bvonodiripsa committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    710d9a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Added synapse.ml.nn.KNN to run on CPU

    bvonodiripsa committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    42d8a07 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 10, 2024

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

    bvonodiripsa committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ac5828c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    ff7b42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b81e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. corrected default batch size

    bvonodiripsa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f0c3b49 View commit details
    Browse the repository at this point in the history
  2. Added test

    bvonodiripsa committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4047867 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Corrected build errors

    bvonodiripsa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    7894e9d View commit details
    Browse the repository at this point in the history
  2. style fixes

    bvonodiripsa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    48433cd View commit details
    Browse the repository at this point in the history
  3. Style corrections

    bvonodiripsa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6989322 View commit details
    Browse the repository at this point in the history
  4. More style corrections

    bvonodiripsa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c58d929 View commit details
    Browse the repository at this point in the history
  5. Added extra row

    bvonodiripsa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9c54a66 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Corrected comparison results image

    bvonodiripsa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    776dfeb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Corrected init and test

    Updated rapidsml version and use init_spark
    bvonodiripsa committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    52d52df View commit details
    Browse the repository at this point in the history
  2. Style correction

    bvonodiripsa committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    959f04e View commit details
    Browse the repository at this point in the history
  3. Updated notebook image link

    bvonodiripsa committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9fefefe View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Added sentence_transformers for testing

    bvonodiripsa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b39218b View commit details
    Browse the repository at this point in the history
  2. trying to fix testing

    bvonodiripsa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f058cb2 View commit details
    Browse the repository at this point in the history
  3. style change

    bvonodiripsa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ab0895b View commit details
    Browse the repository at this point in the history
  4. removed style spaces

    bvonodiripsa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9c096ed View commit details
    Browse the repository at this point in the history
  5. Style again...

    bvonodiripsa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    62d10fc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. added pyspark

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    538c05c View commit details
    Browse the repository at this point in the history
  2. remove pyspark

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4006266 View commit details
    Browse the repository at this point in the history
  3. corrected utest

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    63ef878 View commit details
    Browse the repository at this point in the history
  4. Reverse style change

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    72b4595 View commit details
    Browse the repository at this point in the history
  5. change data size

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    575f020 View commit details
    Browse the repository at this point in the history
  6. comment a line

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fc66d0d View commit details
    Browse the repository at this point in the history
  7. Corrected init_spark()

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e8d308d View commit details
    Browse the repository at this point in the history
  8. Style and added SQLContext

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    07a67d3 View commit details
    Browse the repository at this point in the history
  9. Corrected result_df and remove old image

    bvonodiripsa committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2599ae0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Corrected sidebars.js

    bvonodiripsa committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2b3f3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be95231 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. match web names

    bvonodiripsa committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b19a895 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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