Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 592 Bytes

File metadata and controls

39 lines (30 loc) · 592 Bytes

ConvFinQA

Get started

Prerequisites

Setup

  1. Clone this repository
  2. Use the UV environment manager to install dependencies:
# install uv
brew install uv

# set up env
uv sync

# add python package to env
uv add <package_name>

[optional] Use CLI to chat

Run it with:

uv run main

Longer form:

uv run python src/main.py

How to chat:

uv run main chat <record_id> 

Chat