Releases: gramener/querybot
v0.3.3
v0.3.2
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
-
Added support for querying remote S3 files using HTTPFS
DuckDB can now directly querys3://...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
- 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