Traceback (most recent call last):
File “xx\site-packages\langchain\vectorstores\hologres.py”, line 227, in add_embeddings
self.storage.insert(embedding, metadata, text, id)
File “xxx\site-packages\langchain\vectorstores\hologres.py”, line 84, in insert
self.cursor.execute(
psycopg2.errors.CheckViolation: check constraint “xxxx_embedding_check” is violated by some row
有人能帮忙解答一下Hologres这个问题么?