Skip to main content

LLMs

superduperdb allows users to work with LLM services and models

Here is a table of LLMs supported in superduperdb:

ClassDescription
superduperdb.ext.transformers.LLMUseful for trying and fine-tuning a range of open-source LLMs
superduperdb.ext.vllm.vLLMUseful for fast self-hosting of LLM models with CUDA
superduperdb.ext.llamacpp.LlamaCppUseful for fast self-hosting of LLM models without requiring CUDA
superduperdb.ext.openai.OpenAIChatCompletionUseful for getting started quickly
superduperdb.ext.anthropic.AnthropicCompletionUseful alternative for getting started quickly

You can find the snippets here

tip

Connect your LLM to data and vector-search using SequentialModel or GraphModel.