From the course: Level up LLM applications development with LangChain and OpenAI

Unlock the full course today

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

Create a server

Create a server

- [Instructor] Okay, so the first step will be very quick and easy. We want to create the server, and that's going to be with Fast API. And I'm going to show you, we're going to actually use here this sample application example. We're going to follow the different steps starting with here. We initialize the server, we're going to name it, also app, and keep the same descriptions and setting, so we're going to use the same title, LangChain Server. For the version, it's going to be the same and same for the description. That's all there is to it. So, that's the first quick and easy step, and of course, we're going to spend more time with the next step, which is to create the routes and the end points, and we're going to see a first example with simply a runnable that uses a chat model.

Contents