Frontmatter
| id | 8416 |
| title | Update SDK and add RAG verification script |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 11:35 AM |
| updatedAt | Jan 8, 2026, 11:50 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8416 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 11:50 AM |
Update SDK and add RAG verification script
tobiu assigned to @tobiu on Jan 8, 2026, 11:49 AM

tobiu
Jan 8, 2026, 11:49 AM
Input from Gemini 3 Pro:
✦ Completed RAG integration:
- Updated
ai/services.mjsto exportKB_SearchService.- Updated
SearchService.mjsto:
- Accept an object parameter
{query, limit}(aligning with OpenAPI).- Read file content from disk for context (fallback to metadata).
- Created
ai/examples/test_rag.mjswhich successfully verified the tool's end-to-end functionality.
tobiu closed this issue on Jan 8, 2026, 11:50 AM
ai/services.mjsto export the newKB_SearchService.ai/examples/test_rag.mjsto verify theask_knowledge_basefunctionality. This script should:SearchService(and dependencies).