Skip to content

Added method save_pretrained() to RAGMultiModalModel + Added helpful examples showing saving indexes in a specific directory using "index_root" #27

Added method save_pretrained() to RAGMultiModalModel + Added helpful examples showing saving indexes in a specific directory using "index_root"

Added method save_pretrained() to RAGMultiModalModel + Added helpful examples showing saving indexes in a specific directory using "index_root" #27

Workflow file for this run

name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Linting & Flaking"
uses: chartboost/ruff-action@v1