Commit ec199ae
fix: break circular import between index.py and docx_utils.py
Move the import of EXCLUDED_EMBED_METADATA_KEYS, EXCLUDED_LLM_METADATA_KEYS,
and get_heading_store to inside split_docx_into_heading_documents() to avoid
the index -> docx_utils -> index circular import at module load time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a4ee99d commit ec199ae
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments