From the course: Building Apps with AI Tools: ChatGPT, Semantic Kernel, and Langchain

Unlock this course with a free trial

Join today to access over 24,200 courses taught by industry experts.

Challenge: A librarian with a library

Challenge: A librarian with a library

(upbeat music) - [Instructor] Your challenge is to create a librarian with a library. So our goal is to extend our librarian application from chapter three to include a vector database. We're going to be loading our vector database with some CSV files. I've included two, a full data set and a smaller data set to get you started. We want to make sure that we can fetch the results with relevant book data whenever somebody asks a question. I've included some starter code in 04_05 to get you started with some of the imports that you might need. Good luck.

Contents