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

View File

@@ -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"
]
},
{