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

Add a RAG via Elasticsearch, Hugging Face models cookbook #124

Merged
merged 8 commits into from
Jun 26, 2024

Commits on Jun 21, 2024

  1. Add an RAG via Elasticsearch cookbook

    I thought it would be useful to provide a cookbook for a RAG
    backed by Elasticsearch, Huggingface models, and Gemma.
    
    Users can easily toggle between vectorisation that is offloaded
    to ES and self-provided (pre)-vectorisation.
    
    This is based on the excellent MongoDB notebook and dataset.
    
    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e0353f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Address review feedback

    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ef16871 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Review feedback

    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    579a60d View commit details
    Browse the repository at this point in the history
  2. Review feedback

    Move the embedding and embedding model-related settings down.
    
    Add some links and info
    
    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6ed682 View commit details
    Browse the repository at this point in the history
  3. * Tested with 8.13 as well

    * Fix Eland version to avoid breaking changes
    * Switch to CPU usage by default
    
    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6dad0c8 View commit details
    Browse the repository at this point in the history
  4. Add testing with 8.14.x

    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fdd2655 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8671807 View commit details
    Browse the repository at this point in the history
  6. Remove datasets from first dep install

    Signed-off-by: lloydmeta <[email protected]>
    lloydmeta committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b48ef67 View commit details
    Browse the repository at this point in the history