mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
script update
This commit is contained in:
parent
6e24503dc7
commit
5041113a21
@ -108,8 +108,6 @@
|
||||
" match = re.match(pattern, column)\n",
|
||||
" if match:\n",
|
||||
" print(f\"Reading {file_path}\")\n",
|
||||
" source_column_name = match.group(1)\n",
|
||||
" suffix = match.group(2)\n",
|
||||
" filename_without_extension = str(file_path.with_suffix(\"\").as_posix())\n",
|
||||
" embedding_file_name = f\"{filename_without_extension}_{column}s{file_path.suffix}\"\n",
|
||||
" extract_text_embedding_from_table(str(file_path), column, embedding_file_name)\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user