Skip to content

Conversation

jupyterjazz
Copy link
Contributor

if isinstance(docs, List):
    docs = self._dict_list_to_docarray(docs)

_dict_list_to_docarray expects a list of dictionaries which is then transformed into a DocList. However, since DocList extends List, the condition is true even if docs is already a DocList, which then leads to an error.

We already fixed this in one place but there are other parts too that need an extra check.

Found while working on milvus pr

Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

📝 Docs are deployed on https://ft-fix-dont-convert-doclist--jina-docs.netlify.app 🎉

@jupyterjazz jupyterjazz marked this pull request as ready for review July 5, 2023 11:27
@jupyterjazz jupyterjazz merged commit f6ce283 into main Jul 5, 2023
@jupyterjazz jupyterjazz deleted the fix-dont-convert-doclist branch July 5, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants