from haystack import Document from haystack.document_stores.types import DuplicatePolicy from haystack_integrations.document_stores.chroma import ChromaDocumentStore document_store = ChromaDocumentStore( collection_name="support_articles", persist_path="support_chroma", )