yao/agent/search/interfaces
Max f8ba875cd3 Refactor QueryDSL and search types to utilize GOU types directly
- Updated the `QueryDSLGenerator` interface to use `gou.QueryDSL` and `model.Model` types for improved compatibility with Yao's query system.
- Revised the `Request` struct to incorporate GOU types for `Wheres` and `Orders`, enhancing the integration with the GOU QueryDSL format.
- Removed deprecated `QueryWhere` and `QueryOrder` types, streamlining the codebase and reducing redundancy.
- Enhanced documentation in `DESIGN.md` to reflect these changes and provide guidance on using GOU types directly.
2025-12-13 11:56:31 +08:00
..
handler.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
nlp.go Refactor QueryDSL and search types to utilize GOU types directly 2025-12-13 11:56:31 +08:00
reranker.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
searcher.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00