Chat with a Github repository using Langchainjs and JavaScript
So today let's look at something pretty amazing, using Langchain.js to chat with a GitHub repository.
Jun 22, 20235 min read330

Search for a command to run...
Articles tagged with #tutorial
So today let's look at something pretty amazing, using Langchain.js to chat with a GitHub repository.

Ok, so for the final instalment, we are going to integrate OpenAI using Langchain.js into our project to give it some more grunt and maybe spark some ideas of your own that you can go and build. We are going to implement some AI HR feedback in this p...

Soooo. Following on from Part 1 So we have some job data objects coming back. Now we want to send them to the DB. We need to add some packages. Mongoose to help us with Mongo in Node, Dotenv to get our environment variables and Nodemailer to send ema...
