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