I created some documents and adding them to milvus zilliz cloud.
Got warnings:
Document f8a733afe670032c5f438ba53b7e0d64d4a405c8ad1751674eb72bbd7c6c12c5 has metadata fields with unsupported types: ['_split_overlap']. Supported types refer to Pymilvus DataType. The values of these fields will be discarded.
even though _split_overlap is not something that I added - it's from document splitter I guess. My pipeline is following:
DocumentCleaner
DocumentSplitter
DocumentEmbedder
DocumentWriter