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
refactor(examples): clean up code formatting and imports in example files
- Remove unnecessary blank lines and trailing spaces
- Consolidate multi-line variable declarations into single lines where appropriate
- Reorder imports to follow standard conventions
refactor(engine): improve code readability in engine implementation
- Format long method chains with proper indentation
- Break down complex expressions into readable blocks
- Clean up error message formatting
refactor(indexer): enhance code formatting in indexing components
- Standardize multi-line function calls and method chaining
- Improve readability of complex operations
- Consolidate redundant blank lines
refactor(retriever): clean up retriever and related modules
- Format long expressions and method calls consistently
- Remove unused imports and declarations
- Improve code organization in TOC processing modules
refactor(llm): streamline LLM executor and pool implementations
- Clean up error messages and string formatting
- Improve readability of conditional statements
- Standardize async method calls
refactor(search): restructure search algorithm implementations
- Format complex calculations and expressions clearly
- Remove unused imports and exports
- Clean up test cases and remove obsolete tests
0 commit comments