Ruihao Zhang
Ruihao Zhang
Hi, is there anyone working on this issue? Can I take it?
I will try to fix it.
@asturio Hi, if no one takes it, I want to try it.
@takotakot you only replace font name in following code in https://github.com/LibrePDF/OpenPDF/wiki/Multi-byte-character-language-support-with-TTF-fonts, but `"Identity-H"` will force `embedded` to be true. `document.add(new Chunk( "नमस्ते", FontFactory.getFont("nirmala ui", "Identity-H",false,10,0,null)));` I don't know whether it...
hello, is there anyone working on this enhancement? I am interested in it and want to try it.
@asturio hello, is there anyone working on this issue? If not, I can have a try.
> Hiya, {knowledge} is a hard-coded variable, which refers to all chunks in your chosen knowledge base(s). In other words, with this prompt, chunks from your chosen knowledge base(s) will...
I found that only when `max_contexts_per_document=1`, will the error occur, and if it is larger than 1, the code can work. The error is: ```shell Traceback (most recent call last):...
By the way, during the data generation, the LLM may occasionally generate wrong format at some step , which will crash the entire program. Do you have a plan to...