posit-dev / posit-dev/querychat
[py] Add CLI entrypoint to chat with a data source
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 212
- Forks
- 29
- Avg merge
- 22h 24m
- Merged PRs (30d)
- 27
Description
It could be neat to be able to quickly spin up a querychat instance against a .csv or .parquet file, or a database, e.g.
uvx querychat titanic.csv
uvx querychat sales.parquet
uvx querychat --client claude/claude-haiku-4-5-20251001 titanic.csv
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing querychat entry points and how a querychat instance is created for Python data sources. Use the issue's CSV, Parquet, database, and --client examples to define the supported command-line inputs; done means the CLI can launch a chat against each requested source and client option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100