v0.1.0
What's Changed
🎉 New Features
- Define prompts in PROMPT_REGISTRY for all the sections mentioned. Add only the retriever_query and some empty schema BaseModel sections. Add a normalize() method and a base class common to all sections by @JosePizarro3 in #46
🛠 Enhancements
- Add class diagrams by @JosePizarro3 in #25
- Split StructuredPrompts for sections from filters to filter out papers by @JosePizarro3 in #48
- Change run_xxxx in hdf5 for the key in the PROMPT_REGISTRY by @JosePizarro3 in #51
- Add chunks reading logic by @JosePizarro3 in #58
- With the new DFT schema, identify examples and point to main fields in the schema. by @JosePizarro3 in #55
📖 Documentation
- Write documentation by @JosePizarro3 in #36
🧩 Datamodel Changes
- Work on the DFT section details with the help of a bunch of papers (and use chatGPT if necessary) by @JosePizarro3 in #53
🤷♂️ Other Changes
- Fix MKDocs deployment by replacing Docker action with native mkdocs commands by @Copilot in #44
Full Changelog: v0.0.1...v0.1.0