yao/agent/search/interfaces
Max fc9e00c917 Enhance Search API with Parallel Search Methods
- Refactored the SearchAPI interface to replace the Parallel method with All, Any, and Race methods, inspired by JavaScript Promise patterns.
- Updated the Searcher struct to implement these new parallel search methods, improving flexibility and performance in executing multiple searches.
- Revised the JSAPI implementation to support the new parallel search methods, ensuring consistency across the API.
- Enhanced documentation in DESIGN.md to detail the new parallel search functionalities and provide usage examples, clarifying their behavior and expected outcomes.
2025-12-13 15:35:52 +08:00
..
handler.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
nlp.go Initialize Search JSAPI Factory and Update Documentation 2025-12-13 14:41:03 +08:00
reranker.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
searcher.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00