Skip to content

Why does the response take so long? #108

Answered by tjake
LiveNathan asked this question in Q&A
Discussion options

You must be logged in to vote

Ohhh, you're using the old version of jlama that went with langchain4j, you need to exclude that version and use the latest (sorry, this is the issue with bundling with langchain4j)

        <dependency>
            <groupId>dev.langchain4j</groupId>
            <artifactId>langchain4j</artifactId>
            <version>0.35.0</version>
        </dependency>
        <dependency>
            <groupId>dev.langchain4j</groupId>
            <artifactId>langchain4j-spring-boot-starter</artifactId>
            <version>0.35.0</version>
        </dependency>
        <dependency>
            <groupId>dev.langchain4j</groupId>
            <artifactId>langchain4j-reactor</artifactId>
            <ver…

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
7 replies
@tjake
Comment options

@tjake
Comment options

@LiveNathan
Comment options

@LiveNathan
Comment options

@LiveNathan
Comment options

Comment options

You must be logged in to vote
6 replies
@LiveNathan
Comment options

@tjake
Comment options

@LiveNathan
Comment options

@LiveNathan
Comment options

@tjake
Comment options

Answer selected by LiveNathan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants