Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lancedb.com/llms.txt

Use this file to discover all available pages before exploring further.

We offer support for all Hugging Face models (which can be loaded via transformers library). The default model is colbert-ir/colbertv2.0 which also has its own special callout - registry.get("colbert"). Some Hugging Face models might require custom models defined on the HuggingFace Hub in their own modeling files. You may enable this by setting trust_remote_code=True. This option should only be set to True for repositories you trust and in which you have read the code, as it will execute code present on the Hub on your local machine. Example usage: