Skip to content

Commit b73be5e

Browse files
authored
Update include links for Neo4j examples in documentation
1 parent 694220c commit b73be5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/genai-ecosystem/pages/spring-ai.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The next piece you will need to add is the configuration for the Neo4j Vector Da
2323

2424
[source,java,tabsize=2]
2525
----
26-
include::https://github.com/neo4j-examples/spring-ai-starter-kit/raw/main/src/main/java/com/neo4j/springaistarterkit/SpringAiStarterKitApplication.java[lines=21..42,indent=0]
26+
include::https://raw.githubusercontent.com/neo4j-examples/spring-ai-starter-kit/refs/heads/main/src/main/java/com/neo4j/springaistarterkit/SpringAiStarterKitApplication.java[lines=6..12,indent=0]
2727
----
2828

2929
Now that we have the vector store configured, we can use Spring AI for retrieval augmented generation (RAG) via a three-step process.
@@ -36,7 +36,7 @@ The code snippet below demonstrates how to use Spring AI for RAG with Neo4j Vect
3636

3737
[source,java,tabsize=2]
3838
----
39-
include::https://github.com/neo4j-examples/spring-ai-starter-kit/raw/main/src/main/java/com/neo4j/springaistarterkit/DocumentController.java[lines=30..57,indent=0]
39+
include::https://raw.githubusercontent.com/neo4j-examples/spring-ai-starter-kit/refs/heads/main/src/main/java/com/neo4j/springaistarterkit/ChunkController.java[lines=29..54,indent=0]
4040
----
4141

4242
== Functionality Includes

0 commit comments

Comments
 (0)