Skip to content

Commit

Permalink
improve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 4, 2024
1 parent 82e1343 commit e9d1fb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def write_documents(self, documents: List[Document], policy: DuplicatePolicy = D
if doc.content is None:
logger.warning(
"ChromaDocumentStore cannot store documents without `content`. "
"`array`, `dataframe` and `blob` are not supported. "
"Document with id %s will be skipped.",
doc.id,
)
Expand Down

0 comments on commit e9d1fb1

Please sign in to comment.