CheckAndReindexChangedFiles checks for file changes and re-indexes if needed.
(ctx context.Context, docPaths []string, chunking ChunkingConfig)
| 18 | |
| 19 | // CheckAndReindexChangedFiles checks for file changes and re-indexes if needed. |
| 20 | CheckAndReindexChangedFiles(ctx context.Context, docPaths []string, chunking ChunkingConfig) error |
| 21 | |
| 22 | // StartFileWatcher starts monitoring files for changes. |
| 23 | StartFileWatcher(ctx context.Context, docPaths []string, chunking ChunkingConfig) error |
no outgoing calls