yao/agent/search
Max 2f1e4b9f33 Implement Context-Aware Search Functionality and Enhance QueryDSL Generation
- Refactored the Search method to support context-aware execution, allowing handlers to utilize context when performing searches.
- Introduced a new SearchWithContext method in the handler interface to facilitate context-based search operations.
- Updated the DB handler to implement the context-aware search, ensuring proper QueryDSL generation and execution.
- Enhanced test cases to validate the new context requirements and scenarios for database searches, improving error handling and robustness.
- Added scenario type support for QueryDSL generation, allowing for more complex query handling.
- Updated documentation to reflect the new context handling and scenario features in search operations.
2025-12-18 11:49:28 +08:00
..
defaults Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
handlers Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
interfaces Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
nlp Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
rerank Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
types Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
citation.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
citation_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
DESIGN.md Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
jsapi.go Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
jsapi_db_test.go Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
jsapi_test.go Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
reference.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
reference_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
registry.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
registry_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
search.go Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
search_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
search_web_test.go Implement Core and AI Unit Testing in Makefile and CI Workflows 2025-12-15 09:34:53 +08:00