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 ONNX provider and related modules for improved readability and maintainability
- Reformatted code in `onnx_provider.rs` for consistent style and clarity.
- Updated import statements and organized them for better structure.
- Enhanced error handling and logging in embedding generation methods.
- Improved input preparation and normalization processes.
- Refined search functionality in `search.rs` by removing redundant imports.
- Adjusted memory mapping and serialization in `zerocopy` crate for better performance.
- Updated HTTP server configuration in `http_server.rs` for cleaner code.
- Enhanced RAG tools in `rag_tools.rs` for better readability and maintainability.
- Updated MCP protocol version in documentation and test files to reflect the latest standards.
- Added automated tests for MCP tools in `test_mcp_tools.py` to ensure functionality.
0 commit comments