runtime error

Exit code: 1. Reason: Exception ignored in: <function MongoDBAtlasDocumentStore.__del__ at 0x7f90f4c41a20> Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/haystack_integrations/document_stores/mongodb_atlas/document_store.py", line 111, in __del__ if self._connection: AttributeError: 'MongoDBAtlasDocumentStore' object has no attribute '_connection' Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> document_store = MongoDBAtlasDocumentStore( TypeError: MongoDBAtlasDocumentStore.__init__() missing 1 required keyword-only argument: 'full_text_search_index' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 91, in <module> print("An error occurred: \n" + error_message) NameError: name 'error_message' is not defined

Container logs:

Fetching error logs...