runtime error

Exit code: 1. Reason: 389, which is longer than the specified 1 Created a chunk of size 765, which is longer than the specified 1 Created a chunk of size 1034, which is longer than the specified 1 Traceback (most recent call last): File "/app/app.py", line 26, in <module> db_books = Chroma.from_documents(documents, NomicEmbeddings(model="nomic-embed-text-v1.5")) File "/usr/local/lib/python3.10/site-packages/langchain_chroma/vectorstores.py", line 1377, in from_documents return cls.from_texts( File "/usr/local/lib/python3.10/site-packages/langchain_chroma/vectorstores.py", line 1311, in from_texts chroma_collection.add_texts( File "/usr/local/lib/python3.10/site-packages/langchain_chroma/vectorstores.py", line 620, in add_texts embeddings = self._embedding_function.embed_documents(texts) File "/usr/local/lib/python3.10/site-packages/langchain_nomic/embeddings.py", line 123, in embed_documents return self.embed( File "/usr/local/lib/python3.10/site-packages/langchain_nomic/embeddings.py", line 106, in embed output = embed.text( File "/usr/local/lib/python3.10/site-packages/nomic/embed.py", line 206, in text return _text_atlas(texts, model, task_type, dimensionality, long_text_mode) File "/usr/local/lib/python3.10/site-packages/nomic/embed.py", line 246, in _text_atlas response = future.result() File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result return self.__get_result() File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self._exception File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.10/site-packages/nomic/embed.py", line 94, in text_api_request raise Exception((response.status_code, response.text)) Exception: (400, '{"detail":"You have exceeded your 10000000 free tokens of Nomic Embedding API usage. Enter a payment method at https://atlas.nomic.ai to continue with usage-based billing."}')

Container logs:

Fetching error logs...