Skip to content

feat: explore the RAG technique, and methods to retain chat history #97

feat: explore the RAG technique, and methods to retain chat history

feat: explore the RAG technique, and methods to retain chat history #97

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