Skip to content

Commit

Permalink
missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 22, 2023
1 parent 3f07182 commit 7668a4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,4 @@ def _convert_documents_to_pinecone_format(self, documents: List[Document]) -> Li
)

documents_for_pinecone.append(doc_for_pinecone)
return documents_for_pinecone

0 comments on commit 7668a4a

Please sign in to comment.