Skip to content

Commit 50258a7

Browse files
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
1 parent 9b45374 commit 50258a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/vectorstores/chroma.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"- `.peek`\n",
3131
"- and `.query` runs the similarity search.\n",
3232
"\n",
33-
"View full docs at [docs](https://docs.trychroma.com/reference/Collection). To access these methods directly, you can do `._collection.method()`\n"
33+
"View full docs at [docs](https://docs.trychroma.com/reference/py-collection). To access these methods directly, you can do `._collection.method()`\n"
3434
]
3535
},
3636
{

0 commit comments

Comments
 (0)