There was an error while loading. Please reload this page.
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:
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: