import chromadb client = chromadb.PersistentClient(path="/home/lasse/riksdagen/chroma_db") print("Client created") collections = client.list_collections() print("Collections:", collections)