mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +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",
|
"\n",
|
||||||
">[Neo4j](https://neo4j.com/) is an open-source graph database with integrated support for vector similarity search\n",
|
">[Neo4j](https://neo4j.com/) is an open-source graph database with integrated support for vector similarity search\n",
|
||||||
"\n",
|
"\n",
|
||||||
"It supports:\n",
|
"It supports:\n\n",
|
||||||
"- approximate nearest neighbor search\n",
|
"- approximate nearest neighbor search\n",
|
||||||
"- Euclidean similarity and cosine similarity\n",
|
"- Euclidean similarity and cosine similarity\n",
|
||||||
"- Hybrid search combining vector and keyword searches\n",
|
"- Hybrid search combining vector and keyword searches\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user