Skip to content

Commit

Permalink
Merge branch 'master' into achenglike-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 10, 2024
2 parents b46152f + d0e662e commit c213eba
Show file tree
Hide file tree
Showing 39 changed files with 3,089 additions and 1,478 deletions.
861 changes: 474 additions & 387 deletions docs/docs/integrations/graphs/memgraph.ipynb

Large diffs are not rendered by default.

297 changes: 0 additions & 297 deletions docs/docs/integrations/retrievers/weaviate-hybrid.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/tutorials/graph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
" ][0][\"type\"]\n",
" == \"STRING\"\n",
" ):\n",
" pass\n",
" continue\n",
" mapping = enhanced_graph.query(\n",
" f\"MATCH (n:{filter.node_label}) WHERE toLower(n.`{filter.property_key}`) = toLower($value) RETURN 'yes' LIMIT 1\",\n",
" {\"value\": filter.property_value},\n",
Expand Down
Binary file added docs/static/img/memgraph_kg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/memgraph_kg_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/memgraph_kg_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/memgraph_kg_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
{
"source": "/docs/contributing/:path((?:faq|repo_structure|review_process)/?)",
"destination": "/docs/contributing/reference/:path"
},
{
"source": "/docs/integrations/retrievers/weaviate-hybrid(/?)",
"destination": "/docs/integrations/vectorstores/weaviate/#search-mechanism"
}
]
}
Loading

0 comments on commit c213eba

Please sign in to comment.