0.1.0 (2025-01-25)
- initial design
0.2.0 (2025-01-24)
Dev
- Setup mkdocs
- Take llm models and embedding models dependencies out of the main package dependencies.
0.3.0 (2025-02-05)
models
- Add support for huggingface llm models
LLMModel
0.. (2025-02-*)
Storage
- differentiate between the
document_metadata
and thenode_metadata
in theStorage
class, to be merged in the future.