-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated GenAI landing page, added page for frameworks and made llm-bu…
…ilder picture link to the app
- Loading branch information
Showing
4 changed files
with
76 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
= GenAI Frameworks | ||
include::_graphacademy_llm.adoc[] | ||
:imagesdir: https://s3.amazonaws.com/dev.assets.neo4j.com/wp-content/uploads | ||
:slug: genai-frameworks | ||
:author: Michael Hunger, Tomaz Bratanic, Oskar Hane | ||
:category: labs | ||
:tags: llm, genai, generative ai, large language models, integrations, rag, vector search, retrieval augmented generation, llamaindex, langchain, haystack, frameworks | ||
:neo4j-versions: 5.X | ||
:page-pagination: | ||
:page-product: GenAI Frameworks | ||
|
||
While current foundation models (language, image, speech, embeddings) are available through APIs and can be used just with a http request or a few lines of code, the devil is as always in the details. It is not just about a single API call but full applications, workflows and architectures. | ||
|
||
In the last years a number of really powerful open-source orchestration libraries have been developed, many with a large contributor community and a lot of momentum. | ||
Even the large cloud providers and AI companies contributed and are using these libraries as in this fast moving world it is hard to keep up otherwise. | ||
|
||
Those libraries cover a number of aspects: | ||
|
||
- LLM usage, including Prompt and Output | ||
- Embedding generation | ||
- Vector and database integration | ||
- RAG workflows | ||
- Agentic workflows | ||
- Monitoring, Observability and Deployment | ||
== GenAI Frameworks | ||
|
||
Neo4j and our community have contributed integrations to many of these frameworks. You can find overviews of these integrations in the pages of this section, as well as code examples, tutorials and more. | ||
|
||
* xref:langchain.adoc[LangChain (Python)] | ||
* xref:langchain-js.adoc[LangChainJS] | ||
* xref:llamaindex.adoc[LLamaIndex] | ||
* xref:spring-ai.adoc[Spring AI] | ||
* xref:langchain4j.adoc[LangChain4j] | ||
* xref:haystack.adoc[Haystack] | ||
* xref:semantic-kernel.adoc[Semantic Kernel] | ||
* xref:dspy.adoc[DSPy] | ||
|
||
== GraphAcademy Courses | ||
|
||
If you want to learn how LLMs and Knowledge Graphs combine to improve GenAI applications, check out the https://graphacademy.neo4j.com/categories/llms/?ref=genai-docs[Neo4j & LLM courses on GraphAcademy^]. | ||
|
||
image::https://cdn.graphacademy.neo4j.com/assets/img/courses/banners/llm-fundamentals.png[link=https://graphacademy.neo4j.com/categories/llms/?ref=genai-docs] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters