Feature request
Natively a Chromadb collection support multiple parameters when making a get or a query on a collection, for example where and ids. For the moment the get method of Chroma vector store only support the include argument. I think it would be nice to extend support to all available arguments in the base get method of the Chroma collection.
Motivation
Align the functionalities of the LangChain chroma vectorstore with all available functionalities in the chromadb's collections.
Your contribution
I would be happy to make the contribution to make all arguments available as in ChromaDb collections