File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44dependencies /
55
66.venv /
7- __pycache__ /
7+ __pycache__ /
8+
9+ .python-version
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def main():
7373 if success :
7474 logger .info ("Creating OpenSearch index mapping" )
7575 success = opensearch .create_index_mapping (opensearch_client , name )
76- logger .info (f "OpenSearch Index mapping created" )
76+ logger .info ("OpenSearch Index mapping created" )
7777
7878 # Download sample dataset from HuggingFace
7979 logger .info ("Downloading dataset from HuggingFace" )
@@ -88,7 +88,7 @@ def main():
8888
8989 # Vector embedding using Amazon Bedrock Titan text embedding
9090 all_json_records = []
91- logger .info (f "Creating embeddings for records" )
91+ logger .info ("Creating embeddings for records" )
9292
9393 # using the arg --early-stop
9494 i = 0
You can’t perform that action at this time.
0 commit comments