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

implement RAG features #52

Merged
merged 38 commits into from
Jul 24, 2024
Merged

implement RAG features #52

merged 38 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. fix bugs when select value is not the real value

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5149833 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. implement upload dataset logic

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e7ebf9a View commit details
    Browse the repository at this point in the history
  2. add setArg function

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    549a807 View commit details
    Browse the repository at this point in the history
  3. reorder chat history to show the latest one on top

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8130d30 View commit details
    Browse the repository at this point in the history
  4. add function to get dataset list of current user

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    75d7878 View commit details
    Browse the repository at this point in the history
  5. add & implement new function to format date

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b229b1c View commit details
    Browse the repository at this point in the history
  6. udate training page style

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    79c210e View commit details
    Browse the repository at this point in the history
  7. update nginx config to connect tensorboard micro server

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e75beac View commit details
    Browse the repository at this point in the history
  8. switch page when submit training

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ed2c582 View commit details
    Browse the repository at this point in the history
  9. implement tensorboard microservice

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b9432f2 View commit details
    Browse the repository at this point in the history
  10. add option button

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2aec4bf View commit details
    Browse the repository at this point in the history
  11. add button style

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1f57760 View commit details
    Browse the repository at this point in the history
  12. add range step

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a56e903 View commit details
    Browse the repository at this point in the history
  13. add multiple rag options and submit button

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    edaf937 View commit details
    Browse the repository at this point in the history
  14. remove useless output

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7790556 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. update style when disabled

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    26d5662 View commit details
    Browse the repository at this point in the history
  2. add toggleDisabled()

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0a01e4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d85fc3 View commit details
    Browse the repository at this point in the history
  4. implement new structure of rangeSettingSection()

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    02b19f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c6f5cf View commit details
    Browse the repository at this point in the history
  6. hide also hr after confirmed dataset

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c470d6e View commit details
    Browse the repository at this point in the history
  7. fix stored settings not correctly loaded bug

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    63cc18f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. implement shortcut elements

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dd4d5d5 View commit details
    Browse the repository at this point in the history
  2. update style

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a68722e View commit details
    Browse the repository at this point in the history
  3. update style to make code-block works normally

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    73b5013 View commit details
    Browse the repository at this point in the history
  4. letting all text be plaintext and generate elements by program to avo…

    …id output issues
    
    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c9634bb View commit details
    Browse the repository at this point in the history
  5. prevent submit when press enter key

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    995a69f View commit details
    Browse the repository at this point in the history
  6. ds route should also adding Authorization header

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    821f53e View commit details
    Browse the repository at this point in the history
  7. show loading dialog while updating dataset

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b97b3d5 View commit details
    Browse the repository at this point in the history
  8. add style of loading dialog

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c1c238c View commit details
    Browse the repository at this point in the history
  9. still use dataset_type

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a16bb6 View commit details
    Browse the repository at this point in the history
  10. add dataset_name to conversation info

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dcd0deb View commit details
    Browse the repository at this point in the history
  11. update history attributes according to latest api

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b9f0ae5 View commit details
    Browse the repository at this point in the history
  12. open setting page after selected rag on

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d8548db View commit details
    Browse the repository at this point in the history
  13. implement latest api

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a06699 View commit details
    Browse the repository at this point in the history
  14. remove unused output

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    47c7963 View commit details
    Browse the repository at this point in the history
  15. update version to 0.1.7

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e83a988 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into rag-implement

    Signed-off-by: Bohan Cheng <[email protected]>
    cbh778899 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6242c76 View commit details
    Browse the repository at this point in the history