Skip to content

Commit 2b7b6a6

Browse files
committed
format line
1 parent eeb991e commit 2b7b6a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

langchain_hana/vectorstores/hana_db.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,7 @@ def _add_texts_with_map_merge_using_internal_embedding(
761761
sql_params.append(
762762
(
763763
text,
764-
json.dumps(
765-
metadata
766-
),
764+
json.dumps(metadata),
767765
embeddings[i],
768766
*extracted_special_metadata
769767
)

0 commit comments

Comments
 (0)