Skip to content

Commit

Permalink
Merge pull request #1064 from TransformerOptimus/hash_map_weaviate_fix
Browse files Browse the repository at this point in the history
MInor fix
  • Loading branch information
Tarraann authored Aug 16, 2023
2 parents 77455ce + 4c81845 commit ec299e5
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 ec299e5

Please sign in to comment.