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

Feature: Search capability #22

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Sep 14, 2024

  1. basic search functionality added. Triggers when the RAG query returns…

    … no results
    
    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8957840 View commit details
    Browse the repository at this point in the history
  2. Added search functionality with llamaedge query server

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fd54590 View commit details
    Browse the repository at this point in the history
  3. fix CI warnings

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9f2c172 View commit details
    Browse the repository at this point in the history
  4. updated search_backend definition

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1077a91 View commit details
    Browse the repository at this point in the history
  5. updated summarization endpoint

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e48939f View commit details
    Browse the repository at this point in the history
  6. updated dependencies

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9af759b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b3d4bf View commit details
    Browse the repository at this point in the history
  8. Update README.md

    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    94a4c09 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    727a306 View commit details
    Browse the repository at this point in the history
  10. annotated SEARCH_ARGUMENTS and fixed typo

    Signed-off-by: suryyyansh <[email protected]>
    suryyyansh committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6467af5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de6684f View commit details
    Browse the repository at this point in the history