The task is to create RAG system which makes small articles about musical artists and bands. The system should use external LLM API. The system should take information for the article from the Internet using external web search API and by scraping information about the artist from the web. The article should contain facts and does not have hallucinations. Input for the system is musical artist name. Output of the system is the article about the artist.
... Show more