Fixed documentation (#10451)

It's ._collection, not ._collection_
This commit is contained in:
Christopher Pereira 2023-09-11 15:51:58 -03:00 committed by GitHub
parent 503c382f88
commit 4c732c8894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/Collection). To access these methods directly, you can do `._collection.method()`\n"
] ]
}, },
{ {