diff --git a/docs/extras/integrations/vectorstores/chroma.ipynb b/docs/extras/integrations/vectorstores/chroma.ipynb index 806a718a7a..4a1411f7b6 100644 --- a/docs/extras/integrations/vectorstores/chroma.ipynb +++ b/docs/extras/integrations/vectorstores/chroma.ipynb @@ -30,7 +30,7 @@ "- `.peek`\n", "- and `.query` runs the similarity search.\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/Collection). To access these methods directly, you can do `._collection.method()`\n" ] }, {