Ruslan
Ruslan
[FEATURE] Handling Persistent Requests and Thread Context Issues in SSE Interfaces Using langchain4j
Hi, @wangyulong-patsnap! Regarding your first question, take a look at my issue: https://github.com/langchain4j/langchain4j/issues/1454, maybe it could give you some ideas to solve your problem
- [ ] TODO: We use `@Inject` only in `View`s, not in `ViewModel`s. And this again helps in testing, as `ViewModel` uses constructor-based DI
Hi, bblhd! Thank you for looking into this feature. This is a very good issue for the first contribution!
On my machine, when I run "checkstyleMain" from Gradle commands, I have no such errors. It has successfully generated for me a list of violations
https://github.com/JabRef/jabref/pull/11430#issuecomment-2209569043 @koppor, you mean JabRef can detect if new files are added from the *filesystem* and then link it?
I'm asking because I'm impressed of that feature :)
@koppor did something change with GitHub, that when I'm pushing commits to `ai-pr-1`, they don't appear here? Or, probably, it's a problem from my side? I've set up wrong `ai-pr-1`?
Hi @Siedlerchr, @calixtus! Does anyone want to delve into code review for AI functionality, while Oliver is on holidays? You can start from `AiChatTab` in entry editor. Then, you can...
@koppor here is the question I posted on MVStore github: https://github.com/h2database/h2database/issues/4090 MVStore really does not support mutable values. MVStore runs auto-commit on background, it means it will periodically check if...
@koppor actually I understood: - We can't store chat history in MVStore using `List`s, because Lists will be mutated, and MVStore doesn't support that - But, we can store embeddings...