File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/genai-ecosystem/pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2929Now 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
You can’t perform that action at this time.
0 commit comments