From 4f67ce485a572e5aae0388c2df287b08a2fb4634 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Tue, 23 Apr 2024 16:46:58 +0200 Subject: [PATCH] docs: Fix typo to render list (#20774) This _should_ fix the currently broken list in the [Neo4jVector page](https://python.langchain.com/docs/integrations/vectorstores/neo4jvector/). ![Screenshot from 2024-04-23 08-40-37](https://github.com/langchain-ai/langchain/assets/114478074/ab5ad622-879e-4764-93db-5f502eae479b) --- docs/docs/integrations/vectorstores/neo4jvector.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/neo4jvector.ipynb b/docs/docs/integrations/vectorstores/neo4jvector.ipynb index 4040101b76d..cf9773f33ba 100644 --- a/docs/docs/integrations/vectorstores/neo4jvector.ipynb +++ b/docs/docs/integrations/vectorstores/neo4jvector.ipynb @@ -8,7 +8,7 @@ "\n", ">[Neo4j](https://neo4j.com/) is an open-source graph database with integrated support for vector similarity search\n", "\n", - "It supports:\n", + "It supports:\n\n", "- approximate nearest neighbor search\n", "- Euclidean similarity and cosine similarity\n", "- Hybrid search combining vector and keyword searches\n",