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 new RAG pipeline project #97

Merged
merged 35 commits into from
Apr 9, 2024
Merged

Add new RAG pipeline project #97

merged 35 commits into from
Apr 9, 2024

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. add indexing functionality

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    603c597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b488b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aedc529 View commit details
    Browse the repository at this point in the history
  4. update llm_utils and format

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9c50f80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c85da66 View commit details
    Browse the repository at this point in the history
  6. refactoring part 2

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    362c572 View commit details
    Browse the repository at this point in the history
  7. fix DB update functionality

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    998d593 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35cf8c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80e8286 View commit details
    Browse the repository at this point in the history
  10. formatting

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d19ce77 View commit details
    Browse the repository at this point in the history
  11. remove unused title + url

    strickvl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    74bf3a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. rip out langchain completely

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    642209b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dd39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f7cd9e View commit details
    Browse the repository at this point in the history
  4. add and update docstrings

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8964005 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ec4393 View commit details
    Browse the repository at this point in the history
  6. use smaller embedding model

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    aad2972 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc320fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    830de9f View commit details
    Browse the repository at this point in the history
  9. fix constant

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0c7cd69 View commit details
    Browse the repository at this point in the history
  10. visualise embeddings

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fb8a2ea View commit details
    Browse the repository at this point in the history
  11. tiny tweaks to params

    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5341331 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/new-rag-pipeline' of github.com:zenml-io/zenml-…

    …projects into feature/new-rag-pipeline
    strickvl committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    18580d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. add images

    strickvl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4ed2552 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    66824d8 View commit details
    Browse the repository at this point in the history
  2. add images

    strickvl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a70f50b View commit details
    Browse the repository at this point in the history
  3. final README updates

    strickvl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0705761 View commit details
    Browse the repository at this point in the history
  4. add RAG pipeline image

    strickvl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b6c487d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5806d2d View commit details
    Browse the repository at this point in the history
  6. formatting

    strickvl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a11e4f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3897798 View commit details
    Browse the repository at this point in the history
  8. even more basic RAG

    strickvl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6ba2874 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0662ec5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f342a5 View commit details
    Browse the repository at this point in the history