10. Helpful Resources#

This guide provides a few optional but helpful resources for working with Large-Language Models and deploying web servers.

10.1. General Resources#

10.1.1. Prompt Engineering Guide#

  • This guide contains useful things like prompting techniques for LLMs.

10.1.2. Flask Documentation#

  • Helpful for setting up your web applications for your web server.

10.1.3. Docker Guide#

  • Docker is a very great basis for building a secure web application.

10.1.4. How to Add Flask Authentication#

  • How-to guide to add authentication to your flask app.

10.1.5. Langchain Graph Builder#

  • This tool helps build custom graphs for langchain logic.