mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
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/). 
This commit is contained in:
parent
a2cc9b55ba
commit
4f67ce485a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user