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

Text embeddings master sync #14159

Closed
wants to merge 14 commits into from
Closed

Text embeddings master sync #14159

wants to merge 14 commits into from

Commits on Jun 13, 2022

  1. embeddings computed and stored on html load

    Plas James authored and Plas James committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5407fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. moving html tag clean up to processor. minor style changes. updated s…

    …torage unresolved
    Plas James authored and Plas James committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    07a519c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. embeddings stored in local database using database manager

    Plas James authored and Plas James committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d95c044 View commit details
    Browse the repository at this point in the history
  2. adding embedding history limit into db storage

    Plas James authored and Plas James committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    841fa5e View commit details
    Browse the repository at this point in the history
  3. addressing review comments

    Plas James authored and Plas James committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a29119d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. adjusting embedding resource loading to be compatible with list of do…

    …ubles
    Plas James authored and Plas James committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    117b92e View commit details
    Browse the repository at this point in the history
  2. component pulled from updater

    Plas James authored and Plas James committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    fd3e4da View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. branch for syncing text_embeddings with master latest state

    Plas James authored and Plas James committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0b3e53e View commit details
    Browse the repository at this point in the history
  2. resolving PR comments

    Plas James authored and Plas James committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e17acec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. removed unnecessary text_embedding_info struct

    Plas James authored and Plas James committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5e80195 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. removing cout statements

    Plas James authored and Plas James committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4552aed View commit details
    Browse the repository at this point in the history
  2. resolving more comments

    Plas James authored and Plas James committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b9031c6 View commit details
    Browse the repository at this point in the history
  3. adding deduping functionality into stored embeddings

    Plas James authored and Plas James committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    52f74ec View commit details
    Browse the repository at this point in the history
  4. final touch-ups before review

    Plas James authored and Plas James committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e1820c9 View commit details
    Browse the repository at this point in the history