* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
---
|
|
slug: python-reference/Document
|
|
---
|
|
|
|
<a id="letta.schemas.document.Document"></a>
|
|
|
|
## Document
|
|
|
|
```python
|
|
class Document(DocumentBase)
|
|
```
|
|
|
|
Representation of a single document (broken up into `Passage` objects)
|