Skip to content

feat: add Memory/History for Ollama-based RAG #6

feat: add Memory/History for Ollama-based RAG

feat: add Memory/History for Ollama-based RAG #6

Workflow file for this run

name: Run Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
uv-test:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Run tests
run: make test