Skip to content

Commit fb7ecd0

Browse files
committed
restored langchain4j-examples include
1 parent 278c12d commit fb7ecd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/genai-ecosystem/pages/langchain4j.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ include::https://github.com/langchain4j/langchain4j-examples/raw/main/neo4j-exam
5757

5858
An example is available at : https://github.com/langchain4j/langchain4j-examples/tree/main/neo4j-example
5959

60+
[source,java]
61+
----
62+
include::https://github.com/langchain4j/langchain4j-examples/raw/main/neo4j-example/src/main/java/Neo4jEmbeddingStoreExample.java[]
63+
----
64+
6065
LangChain4j provides the following classes for Neo4j integration:
6166

6267
- `Neo4jEmbeddingStore`: Implements the https://github.com/langchain4j/langchain4j/blob/main/langchain4j-core/src/main/java/dev/langchain4j/store/embedding/EmbeddingStore.java[EmbeddingStore] interface, enabling storing and querying vector embeddings in a Neo4j database.

0 commit comments

Comments
 (0)