Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pages/ai-ecosystem/integrations.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {CommunityLinks} from '/components/social-card/CommunityLinks'
import { Cards } from 'nextra/components'

# Integrations

Expand Down Expand Up @@ -140,6 +141,15 @@ In the image below, you can see what's happening under the hood to get the answe

![llama-retriever](/pages/ai-ecosystem/integrations/llama-retriever.png)

{<h3 className="custom-header">Demos</h3>}

If you'd like to take it one step further, explore how Memgraph and LlamaIndex
work together in real-world applications with these interactive demos:

- [**Agentic GraphRAG system**](https://github.com/memgraph/ai-demos/tree/main/integrations/llamaindex/agent%20rag%20system): learn how to build an agent-powered graph retrieval-augmented generation (RAG) system using Memgraph and LlamaIndex.

- [**Multi-agent GraphRAG System**](https://github.com/memgraph/ai-demos/tree/main/integrations/llamaindex/multi-agent%20rag%20system): dive into a more advanced setup with multiple agents collaborating in a GraphRAG system.

## LangChain

LangChain is a framework for developing applications powered by large language
Expand Down