Ask a question to get started
Enter to send•Shift+Enter new line
id: str | None = Field(default=None, coerce_numbers_to_str=True)
An optional identifier for the document.
Ideally this should be unique across the document collection and formatted as a UUID, but this will not be enforced.