Ruslan
Ruslan
**Is your feature request related to a problem? Please describe.** Have a good vacation! Most of the time dealing with LLM is dealing with limited context window size (especially in...
**Is your feature request related to a problem? Please describe.** I've been developing an app that uses `langchain4j`. We have found a problem, that the distribution size of our app...
Changes include: 1. AI chat UI - separated to components (easier to handle and modify AI chat code) 2. Any kinds of errors while chatting and file ingestion are now...
### JabRef version 5.15 (latest release) ### Operating system Windows ### Details on version and operating system (Linux Mint) Linux 5.15.0-116-generic #126-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux ### Checked with...
### JabRef version 5.15 (latest release) ### Operating system GNU / Linux ### Details on version and operating system (Linux Mint) Linux 5.15.0-116-generic #126-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux ###...
### JabRef version 5.13 (latest release) ### Operating system GNU / Linux ### Details on version and operating system Xubuntu 23.10 x86_64, XFCE ### Checked with the latest development build...
Was annoyed when Rust compiler couldn't find `OffsetDateTime::parse` method, when it turns out it's only available when feature `parsing` enabled. Typically, in documentation there is note like "available only with...
**Is your feature request related to a problem? Please describe.** It's not a problem, but a nice feature. As a user, I want to install a theme that is well-built,...
**Is your feature request related to a problem? Please describe.** It's not a problem, but a nice feature to have. As I saw in the source code, current `DocumentSplitter` returns...
Closes #683. Well, what I basically did is that I introduced `UserRef` and `RepoRef`. They are enums with two variants: either full form (nickname, owner/name pair), or ids. I implemented...