db = chromadb.PersistentClient(path="./chroma_db_mini") chroma_collection = db.get_or_create_collection("quickstart") vector_store = ChromaVectorStore(chroma_collection=chroma_collection)