StartFileWatcher starts monitoring files for changes.
(ctx context.Context, docPaths []string, chunking ChunkingConfig)
| 21 | |
| 22 | // StartFileWatcher starts monitoring files for changes. |
| 23 | StartFileWatcher(ctx context.Context, docPaths []string, chunking ChunkingConfig) error |
| 24 | |
| 25 | // Close releases resources held by the strategy. |
| 26 | Close() error |
no outgoing calls
no test coverage detected