Might be a little late to the thread, but the source code is here: https://python.langchain.com/api_reference/_modules/langchain_chroma/vectorstores.html#Chroma
When persist_directory
is provided, Chroma
will set is_persistent=True
.
Hope this helps!