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(inference): add tutorial how to implement RAG with managed infer… #3744

Merged
merged 27 commits into from
Oct 4, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2ff288b View commit details
    Browse the repository at this point in the history
  2. configure dev env part

    Laure-di committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    73f71c2 View commit details
    Browse the repository at this point in the history
  3. Managed database setup

    Laure-di committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    83490a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca9beb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. fix title

    Laure-di committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d1c41bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969b299 View commit details
    Browse the repository at this point in the history
  3. database management improve

    Laure-di committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    08218ba View commit details
    Browse the repository at this point in the history
  4. develop Document loader

    Laure-di committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6f66eda View commit details
    Browse the repository at this point in the history
  5. format

    Laure-di committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a04d4c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4a72e84 View commit details
    Browse the repository at this point in the history
  2. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    004699b View commit details
    Browse the repository at this point in the history
  3. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b298435 View commit details
    Browse the repository at this point in the history
  4. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    52f5265 View commit details
    Browse the repository at this point in the history
  5. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    93b07a4 View commit details
    Browse the repository at this point in the history
  6. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bf83379 View commit details
    Browse the repository at this point in the history
  7. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a3f42df View commit details
    Browse the repository at this point in the history
  8. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    29aa648 View commit details
    Browse the repository at this point in the history
  9. Update tutorials/how-to-implement-rag/index.mdx

    Co-authored-by: ldecarvalho-doc <[email protected]>
    Laure-di and ldecarvalho-doc authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ea655a8 View commit details
    Browse the repository at this point in the history
  10. switch metodo

    Laure-di committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f5b4d4d View commit details
    Browse the repository at this point in the history
  11. pre-defined prompt

    Laure-di committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    69bc345 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. add custom prompt

    Laure-di committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    403fd5e View commit details
    Browse the repository at this point in the history
  2. exemple of endpoint

    Laure-di committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    69c9974 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Benedikt Rollik <[email protected]>
    Laure-di and bene2k1 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8419eb7 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Benedikt Rollik <[email protected]>
    Laure-di and bene2k1 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bb72b38 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Rowena Jones <[email protected]>
    bene2k1 and RoRoJ authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d35ff83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a77d197 View commit details
    Browse the repository at this point in the history