Skip to content

Releases: gramener/querybot

v0.3.3

07 Jul 10:21

Choose a tag to compare

  • We've added a helpful button that provides a quick explanation of what querybot is and how to use it effectively.

v0.3.2

01 Jul 06:16

Choose a tag to compare

New Features

  • Automatic File Parsing
    The system now automatically selects the correct read function based on the file extension.

  • Editable System Prompts
    Users can now modify the system prompt to better suit their specific use cases.

  • Default Model Update
    GPT-4.1-mini is now set as the default model to provide improved results.

Improvements

  • Direct Query Execution with DuckDB
    Tables are no longer created in memory, even for local files. All queries are executed directly via DuckDB for improved performance and resource efficiency.

  • Documentation Enhancement
    The README file has been updated to include the architecture diagram, providing a clearer understanding of the system design.

v0.3.1

25 Jun 07:50

Choose a tag to compare

  • Added support for querying remote S3 files using HTTPFS
    DuckDB can now directly query s3://... paths without downloading, thanks to HTTPFS support.

  • Switched to lazy querying with DuckDB
    Tables are no longer loaded into memory; data is now queried directly from source using DuckDB.

v0.3.0

19 Jun 05:42

Choose a tag to compare

  • Added support for remote file access capabilities for cloud-stored datasets including CSV, Parquet, JSON, and DuckDB files (supported by duckDB)
  • Implemented secure connection handling for remote data sources with proper error handling and validation
  • Show file names instead of paths in Recent files