Skip to main content

Working With LLMs

Introduction

Large Language Models (LLMs) are powerful deep learning models that have revolutionized the field of natural language processing (NLP). These models are pre-trained on vast amounts of text data, allowing them to understand and generate human-like language.

LLMs are trained using self-supervised learning techniques, where they learn patterns and relationships within the text data without explicit labeling. This allows them to capture the intricacies of language and generate coherent and contextually relevant text.

LLMs in LangDB

LangDB integrates seamlessly with Large Language Models (LLMs), enabling developers to interact with unstructured data efficiently. We supports multiple LLM providers, giving you the flexibility to choose the right model for your use case.

Supported Providers

  • OpenAI
  • Anthropic
  • Gemini
  • Bedrock
  • Bring your own key (Coming Soon)

Using Providers

You can learn more about Providers and creating them in Concepts and SQL Statements.