Releases: plageon/HtmlRAG
Releases · plageon/HtmlRAG
v0.1.0
- Fix some misguidence in reame.
- Parameter
max_node_words
is removed from class GenHTMLPruner
since v0.1.0
.
v0.0.6
- Fix display problems when showing package with
pip show htmlrag
.
- Fix some problems in README.
v0.0.5
- Add support for Chinese document.
- Optimize block tree construction.
v0.0.4
- Fix the bug in BM25HTMLPruner.
- Fix the bug for duplicate child tags.
- Optimize the computing efficiency for super long HTML documents.
Thank @LinXin04 for reporting some bugs.
v0.0.3
- Add support for local embed inference.
- BM25HTMLPruner for bm25 embedding
v0.0.1
We provide a simple tookit to apply HtmlRAG in your own RAG systems.
Please refer to the user guide for more details.