yao/agent/search/nlp/keyword
Max 3cf3060e0c Enhance Search Functionality with Keyword Extraction and Intent Detection
- Updated the search handling to incorporate keyword extraction with weights, improving the relevance of search results.
- Refactored the `shouldAutoSearch` method to return a `SearchIntent` struct, allowing for more nuanced control over search execution based on context.
- Enhanced the `buildSearchRequests` function to utilize extracted keywords, optimizing search queries based on user input.
- Improved the handling of search types and conditions, ensuring that the system can dynamically adjust search behavior based on intent and configuration.
- Updated documentation and prompts to reflect changes in keyword extraction and search intent classification, providing clearer guidelines for usage.
2025-12-18 20:16:56 +08:00
..
agent.go Enhance Search Functionality with Keyword Extraction and Intent Detection 2025-12-18 20:16:56 +08:00
agent_test.go Initialize Search JSAPI Factory and Update Documentation 2025-12-13 14:41:03 +08:00
extractor.go Enhance Search Functionality with Keyword Extraction and Intent Detection 2025-12-18 20:16:56 +08:00
extractor_test.go Refactor Keyword Extraction and QueryDSL Generation for Context Requirement 2025-12-17 17:55:58 +08:00
mcp.go Enhance Search Functionality with Keyword Extraction and Intent Detection 2025-12-18 20:16:56 +08:00
mcp_test.go Refactor Keyword Extraction and QueryDSL Generation for Context Requirement 2025-12-17 17:55:58 +08:00