Skip to content

Commit

Permalink
Added LLM builder inter-page links
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Jul 12, 2024
1 parent 67aceb2 commit f297f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/genai-ecosystem/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**** xref:google-cloud-demo.adoc[Google Cloud Vertex AI]
*** Example Projects
**** xref:llm-graph-builder.adoc[LLM Graph Builder]
***** xref:llm-graph-builder-deployment.adoc[Deployment]
***** xref:llm-graph-builder-features.adoc[Features]
***** xref:llm-graph-builder-deployment.adoc[Deployment]
**** xref:rag-demo.adoc[GraphRAG Demo]
**** xref:neoconverse.adoc[NeoConverse]
**** xref:genai-stack.adoc[GenAI Stack]
Expand Down
4 changes: 4 additions & 0 deletions modules/genai-ecosystem/pages/llm-graph-builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Afterwards you can use different RAG approaches (GraphRAG, Vector, Text2Cypher)
The front-end is a React Application and the back-end a Python FastAPI application running on Google Cloud Run, but you can deploy it locally using docker compose.
It uses the https://python.langchain.com/docs/use_cases/graph/constructing[llm-graph-transformer module^] that Neo4j contributed to LangChain and other langchain integrations (e.g. for GraphRAG search).

All Features are documented in detail here: xref::llm-graph-builder-features.adoc[]

Here is a quick demo:

++++
Expand Down Expand Up @@ -93,6 +95,8 @@ You can also run it locally, by cloning the https://github.com/neo4j-labs/llm-gr

It is using Docker for packaging front-end and back-end, and you can run `docker-compose up` to start the whole application.

Local deployment and configuration details are available in the xref::llm-graph-builder-deployment.adoc[]


== Videos & Tutorials

Expand Down

0 comments on commit f297f10

Please sign in to comment.