Releases: AnswerDotAI/byaldi
Releases · AnswerDotAI/byaldi
0.0.5
0.0.4
0.0.4
Improvements
- Backend updated to colpali-engine 0.0.3 in #21, courtesy of Colpali's co-author himself @tonywu71
- Multi-threaded pdf-to-image conversion with reduced memory usage now supported in #24 thanks to @velaia
- Langchain integration ported from RAGatouille by @hubkrieb in #23
Fixes
- Proper support for passing
index_root
+ proper example in the README in #17 by @NathanielLovin - Transformers version set to a minimum of 4.42 to minimise compatibility issues
- Documentation/examples now encourage the use of ColPali-v1.2, which is a strictly superior checkpoint
0.0.3
v0.0.2
Minor release addressing a few issues:
- Indexing whole folder does not adhere to a particular format on every system. To mitigate this,
index()
andadd_to_index()
now return a dictionary mapping{doc_id: filename}
. Metadata and user-defined doc ids will be supported in a future release. - Adding support for non-CUDA accelerators for scoring, thanks to @velaia's work and @ManuelFay and @tonywu71's lighting-fast reactions.
- Fancy new examples thanks to @comhar