



Late interaction retrieval model that applies the ColBERT token-level embedding approach using the Qwen language model as the base encoder. Provides high-quality semantic search with detailed token-level matching for improved retrieval accuracy.
ColQwen is a late interaction retrieval model that combines the ColBERT architecture with the Qwen language model, offering powerful token-level semantic search capabilities.
Loading more......
Typical per-document storage:
# Initialize ColQwen model
model = ColQwen()
# Index documents
for doc in documents:
embeddings = model.encode_document(doc)
index.add(doc.id, embeddings)
# Search
query_embeddings = model.encode_query(query)
results = index.search(query_embeddings, k=10)
ColQwen represents active research in late interaction models, building on:
Different sizes may be available:
Typically offered as: