Spaces:
Runtime error
Runtime error
File size: 155 Bytes
bfc0ec6 |
1 2 3 4 5 6 7 8 |
"""Embeddings compute a vector for a chunk of a document."""
from .embedding import compute_split_embeddings
__all__ = [
'compute_split_embeddings',
]
|