Langchain practice project

Setup

  1. Run npm ci to install dependencies.
  2. Define OPENAI_API_KEY in .env file
  3. Run node ./main.js to get results;

You can define your prompt and resource url in question constant int main.js file.