You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): update configuration examples to use nested config syntax
This commit updates documentation examples across multiple files to demonstrate the new nested configuration structure for HTM. The changes include:
- Replacing flat configuration attributes like `embedding_provider` with nested attributes like `config.embedding.provider`
- Adding a new configuration example for job and chunking settings
- Maintaining consistency in configuration syntax across documentation files
The update reflects a likely change in the library's configuration API, providing clearer and more modular configuration options.
0 commit comments