Python API#
This section includes the API documentation from the docarray codebase, as extracted from the docstrings in the code.
For further details, please refer to the full user guide.
docarray
- Document and DocumentArray#
Document is the basic data type in DocArray. |
|
DocumentArray is a list-like container of |
|
|
|
|
docarray.dataclasses
- Dataclass#
Annotates a class as a DocArray dataclass type. |
|
Returns True if obj is an instance of |
|
Creates new multimodal type for a DocArray dataclass. |
docarray.array
- Document stores#
Default DocumentArray that stores Documents in memory. |
|
DocumentArray that stores Documents in a SQLite database. |
|
DocumentArray that stores Documents in ANNLite. |
|
DocumentArray that stores Documents in a Weaviate vector search engine. |
|
DocumentArray that stores Documents in a Qdrant vector search engine. |
|
This is a |