PricingDocsTutorialsBlogAbout

Develop

Get Started
Store Embeddings
Generate Embeddings
Automatic Embedding Generation
Calculate Distance
Query Embeddings
Create Index
Quantization
Asynchronous Tasks
Weighted Vector Search
Troubleshooting
Single Operator
Postgres Notes
Security

Languages

Javascript
Python
Ruby
Rust

Migrate

Migrate from Postgres to Lantern Cloud
Migrate from pgvector to Lantern Cloud
Migrate from pgvector to self-hosted Lantern
Migrate from Pinecone to Lantern Cloud

Lantern HNSW

Installation

Lantern Extras

Installation
Generate Embeddings
Lantern Daemon

Lantern CLI

Installation
Generate Embeddings
Indexing Server
Daemon
Autotune Index
Product Quantization

Contributing

Dockerfile
Visual Studio Code

Contributing

Dockerfile

Dockerfile.dev streamlines the setup process for contributors, offering a consistent Dockerized development environment.

Steps

  1. Build the Docker image

    Navigate to the root directory and execute

    bash
    Copy
    docker build -t lantern-dev -f docker/Dockerfile.dev .
  2. Run the Docker container

    bash
    Copy
    docker run --name lantern-container -d lantern-dev
  3. Access the development environment

    bash
    Copy
    docker exec -it lantern-container /bin/bash

Inside the container, the lantern source is ready in /lantern and benchmarking tools are set up in the benchmark directory.

Edit this page

On this page

  • Steps
PricingDocsTutorialsBlogAbout
LoginSign Up