Skip to content

bug: qdrant index can not recognize index_name #1704

@jupyterjazz

Description

@jupyterjazz

Initial Checks

  • I have read and followed the docs and still think this is a bug

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)
simpleschema

Example Code

No response

Python, Pydantic & OS Version

0.35.1

Affected Components

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions