fabricatio_lancedb.models.lancedb
This module contains the models for the lancedb.
Classes
LanceDB-specific document model extending the base DocumentModel. |
Module Contents
- class fabricatio_lancedb.models.lancedb.LancedbDocumentModel[ST: fabricatio_lancedb.rust.StoreDocument, SR: fabricatio_lancedb.rust.SearchedDocument](/, **data: Any)
Bases:
fabricatio_rag.models.document.StoredDocumentModel[ST],fabricatio_rag.models.document.SearchedDocumentModelLanceDB-specific document model extending the base DocumentModel.
- classmethod from_raw(raw: SR) Self
Create a document model from a raw LanceDB search result.