yao/agent/search
Max 7768ca73b3 Enhance Search API with New V8 Binding Methods
- Introduced a new search object in the context to expose search methods (Web, KB, DB, All, Any, Race) for JavaScript integration.
- Implemented individual search methods with argument validation and error handling, improving the robustness of the API.
- Updated the JSAPI implementation to utilize the new search object, ensuring seamless interaction with the search functionalities.
- Enhanced documentation in DESIGN.md to reflect the new V8 binding methods and their usage, providing clear guidance for developers.
2025-12-13 16:11:30 +08:00
..
defaults Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
handlers Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
interfaces Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
nlp/keyword Initialize Search JSAPI Factory and Update Documentation 2025-12-13 14:41:03 +08:00
rerank Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
types Add Search API configuration and enhance documentation 2025-12-13 12:37:07 +08:00
citation.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
citation_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
DESIGN.md Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
jsapi.go Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
jsapi_test.go Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
reference.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
reference_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +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 Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
search_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
search_web_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00