Skip to content

feat: Use RAG(Retrival-Augumented Generation) with Mistral-7b-instruct language model #93

feat: Use RAG(Retrival-Augumented Generation) with Mistral-7b-instruct language model

feat: Use RAG(Retrival-Augumented Generation) with Mistral-7b-instruct language model #93

Workflow file for this run

name: Code linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint python scripts
run: flake8