Create an importable pre-built Document `Image`. It needs to be decided what fields and types it should contain, the one below is just a naive suggestion: ```python class Image(BaseDocument): tensor: Tensor uri: ImageURI embedding: Embedding ```
Create an importable pre-built Document
Image.It needs to be decided what fields and types it should contain, the one below is just a naive suggestion: