Skip to content

Instantly share code, notes, and snippets.

# following tutorial at https://weaviate.io/developers/weaviate/tutorials/multi-vector-embeddings#option-1-colbert-model-integration
import os
import weaviate
from weaviate.classes.init import Auth
from dotenv import load_dotenv
# Load environment variables
load_dotenv()
# Recommended: save sensitive data as environment variables