Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan authored May 27, 2024
1 parent 85063cb commit b61c391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' }))
Expand Down

0 comments on commit b61c391

Please sign in to comment.