Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# next.js
.next
node_modules
pnpm-lock.yaml

# misc
.DS_Store
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packageManager": "pnpm@9.15.2",
"name": "nextra-docs-template",
"version": "0.0.1",
"engines": {
"node": "18.18.2"
},
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
Expand All @@ -21,14 +25,15 @@
"dependencies": {
"autoprefixer": "^10.4.20",
"flexsearch": "0.7.31",
"next": "^15.1.3",
"next": "15.1.3",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"pnpm": "^9.15.2",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "0.32.1",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions pages/ai-ecosystem/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,10 @@ password =
database = memgraph
```

If you'd like a more detailed guidance, check out the [Jupyter Notebook
example](https://github.com/memgraph/ai-demos/blob/main/integrations/lightrag/lightrag_memgraph_demo.ipynb)
demonstrating LightRAG with Memgraph integration.

For more information about LightRAG's advanced configurations, features, and
usage examples with Memgraph, visit the [LightRAG GitHub
repository](https://github.com/HKUDS/LightRAG).
Expand Down
Loading