Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHsu1019 authored Oct 22, 2024
1 parent 10d2807 commit b2af5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/db_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def insert_data(self, title_text, content_text):
if __name__ == '__main__':
manager = WeaviateManager(config.get('Weaviate', 'classnm'))

with open('Data/xxx.txt', encoding='utf-8') as file:
with open('data/xxx.txt', encoding='utf-8') as file:
content = file.read()

new_cp = content.split('aicup')
Expand Down

0 comments on commit b2af5bd

Please sign in to comment.