From b61c391fe2db67f726e75793a83b505fb0a279e5 Mon Sep 17 00:00:00 2001 From: Adhityan K V Date: Mon, 27 May 2024 12:52:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5505be7d..e0b69289 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Here's an example of how easy it is to get started - ```TS const ragApplication = await new RAGApplicationBuilder() - .addLoader({ type: 'YoutubeChannel', youtubeSearchString: 'Tesla cars' }) + .addLoader({ type: 'YoutubeSearch', youtubeSearchString: 'Tesla cars' }) .addLoader('https://en.wikipedia.org/wiki/Tesla,_Inc.') .addLoader('https://tesla-info.com/sitemap.xml') .setVectorDb(new LanceDb({ path: '.db' }))