Added method save_pretrained() to RAGMultiModalModel + Added helpful examples showing saving indexes in a specific directory using "index_root" #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ruff | |
on: pull_request | |
jobs: | |
ruff: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: "Linting & Flaking" | |
uses: chartboost/ruff-action@v1 |