LangChain4j
LangChain4j
Duplicate of https://github.com/langchain4j/langchain4j/issues/193
@gkwan-ibm thanks a lot for reporting! I will check this issue
Since we do not (yet?) have a way to represent tables in LangChain4j, csv will be anyway parsed into a `String`. So you can use `TextDocumentParser` for this: `Document csvDocument...
Both Apache POI and Tika are supported now.
Hi @ddobrin, system and user messages are very different in nature. This exception is thrown to let the developer aware that system messages are not supported by this model, so...
@ddobrin good point!
cc @glaforge I plan to fix this today
Fixed in https://github.com/langchain4j/langchain4j/pull/889
@yahor-filipchyk If you are using Quarkus, Quarkus-LangChain4j extension handles this out of the box: https://docs.quarkiverse.io/quarkus-langchain4j/dev/fault-tolerance.html
@bsorrentino sorry for the late reply, somehow this message got lost in my mailbox. Looks great! I will look into observability, including langsmith and langsmith4j next week, will let you...