Initial Checks
Description
from docarray import BaseDoc
from docarray.index import QdrantDocumentIndex
class SimpleSchema(BaseDoc):
title: str
index = QdrantDocumentIndex[SimpleSchema](index_name='index_name')
print(index.index_name)
Example Code
No response
Python, Pydantic & OS Version
Affected Components
Initial Checks
Description
Example Code
No response
Python, Pydantic & OS Version
Affected Components