langchain4j-examples icon indicating copy to clipboard operation
langchain4j-examples copied to clipboard

Results 43 langchain4j-examples issues
Sort by recently updated
recently updated
newest added

Example for code added in [#685](https://github.com/langchain4j/langchain4j/issues/685)

There is no langchain4j example for pgvector and postgres yet.

update the resteasy-client and liberty-maven-plugin to latest

To unify the coding style of using testcontainers, and improve maturity for logging

I followed the tutorials in the pom.xml file of the tutorial (https://github.com/langchain4j/langchain4j-examples/blob/main/tutorials/pom.xml) and imported the following dependencies of version v0.27.1 into my Maven project's pom.xml file: ``` dev.langchain4j langchain4j 0.27.1...

Hi. I run langchain4j-example for Milvus. MilvusEmbeddingStoreExample.java I use Milvus 2.3.8 in Docket on Windows 10 PC. It stucked at .build(); line and waiting and connection error exception. java run...

Hi! I already have a service that is saving my data in embeddings in pgvector compatibel PostgreSQL DB. Now I built the logic for the agent and is working super...

Hello, I'm trying to have the source of the document(s) used to provide an answer after providing multiple documents (RAG). I don't know how to use LangChain (in Python) but...

I want to implement the "search by image" function using langchain4j. The scenario is as follows: first, 100,000 images need to be vectorized and stored in a vector database, and...

As some devs are not fluent in both languages and Scala is particularly popular in some fields like BigData, it could be a good thing for both this project (making...