Skip to content

Commit

Permalink
MInor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarraann committed Aug 16, 2023
1 parent 77455ce commit 4c81845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagi/vector_embeddings/weaviate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def __init__(self, uuid, embeds, metadata):
def get_vector_embeddings_from_chunks(self):
""" Returns embeddings for vector dbs from final chunks"""

return {'id': self.uuid, 'data_object': self.metadata, 'vectors': self.embeds}
return {'ids': self.uuid, 'data_object': self.metadata, 'vectors': self.embeds}

0 comments on commit 4c81845

Please sign in to comment.