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: improve code organization and test coverage
- Reorganize imports and method ordering for better readability
- Add comprehensive integration tests for all components
- Update Docker configuration for notebook environment
- Improve error handling and validation in core classes
- Enhance test utilities and base test classes
- Update SpotBugs exclusions for cleaner static analysis
@@ -317,7 +317,7 @@ The notebooks are available as Jupyter notebooks with Java kernel support. To ru
317
317
318
318
- Jupyter Lab with Java kernel (JJava)
319
319
- Redis Stack container
320
-
- Pre-installed RedisVL4J library
320
+
- Pre-installed RedisVL library
321
321
- All required dependencies
322
322
323
323
## Requirements
@@ -335,4 +335,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
335
335
336
336
## Support
337
337
338
-
This project is supported by Redis, Inc. on a good faith effort basis. To report bugs or request features, please [file an issue](https://github.com/redis/redisvl4j/issues).
338
+
This project is supported by Redis, Inc. on a good faith effort basis. To report bugs or request features, please [file an issue](https://github.com/redis/redisvl/issues).
0 commit comments