Releases: NREL/COMPASS
Releases · NREL/COMPASS
Prompt Updates
Interface and Documentation Updates
What's Changed
Variety of interface and documentation updates:
Breaking Changes
Features
- Emphasize numerical values (#114) @ppinchuk
- Add top-level examples README (#109) @ppinchuk
- Add local PDF parse example (#108) @ppinchuk
- Add quickstart demo (#104) @ppinchuk
- Start Examples directory (#103) @ppinchuk
- Costs in meta (#102) @ppinchuk
- Allow using different LLM's for different parsing tasks (#99) @ppinchuk
- Costs in PB (#98) @ppinchuk
- Usage now tracks model used (#93) @ppinchuk
- Clarify instructions (#91) @ppinchuk
- Fix links in README (#89) @ppinchuk
Bug Fixes
Updates
- Refactor out
LLMConfig
interface (#113) @ppinchuk - Date extraction in separate function (#110) @ppinchuk
- Delete unused docs (#106) @ppinchuk
- Update pixi version in GHA (#105) @ppinchuk
- No kwargs passed around in scripts (#97) @ppinchuk
- Refactor scripts (#94) @ppinchuk
- Update build process and dependencies (#92) @ppinchuk
Database
OSS release
What's Changed
Features
- LLM now instanced service (#80) @ppinchuk
- Minor log logic update (#79) @ppinchuk
- Add progress bar MVP (#78) @ppinchuk
- Add python dep (#77) @ppinchuk
- Updates for solar scraping (#76) @ppinchuk
- Overhaul prompt (#75) @ppinchuk
- Minor updates (#74) @ppinchuk
- Pyproject toml updates (#73) @ppinchuk
- Update text extraction prompts (#71) @ppinchuk
- Add feature clarification input (#70) @ppinchuk
- Move to standard units (#69) @ppinchuk
Bug Fixes
Updates
Migrated to new data model
Updates to reflect the new data model. Currently it handles:
- Track source scrapped files;
- Usage;
- Metadata;
MVP init, load, & export
A proof of concept with limited resources to initialize a new database, load ordinance from a directory, and export some fields as a CSV.