mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-07 20:15:40 +00:00
docs: Update chroma docs link for collection reference (#22472)
Thank you for contributing to LangChain! - [x] **PR title**: "package: description" - Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - Example: "community: add foobar LLM" - [x] **PR message**: - **Description:** Updated dead link referencing chroma docs in Chroma notebook under vectorstores
This commit is contained in:
parent
9b45374118
commit
50258a7dda
@ -30,7 +30,7 @@
|
|||||||
"- `.peek`\n",
|
"- `.peek`\n",
|
||||||
"- and `.query` runs the similarity search.\n",
|
"- and `.query` runs the similarity search.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"View full docs at [docs](https://docs.trychroma.com/reference/Collection). To access these methods directly, you can do `._collection.method()`\n"
|
"View full docs at [docs](https://docs.trychroma.com/reference/py-collection). To access these methods directly, you can do `._collection.method()`\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user