Using the new AI template to create a chatbot about a website
SMRTR summary
A new .NET AI Chat Web App template enables developers to create chatbots for specific content. This post shows how to modify the template to chat about a podcast website instead of PDFs. The author implements a custom ingestion source to crawl web pages, parse HTML, and generate vector embeddings. The resulting chatbot answers questions about the podcast, citing relevant episodes. The ingestion process is slow, taking about 40 minutes for 250 pages. The post ends with suggestions for improvement.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article