SurfSense/surfsense_backend/app/indexing_pipeline/document_embedder.py
DESKTOP-RTLN3BA\$punk e9892c8fe9 feat: added configable summary calculation and various improvements
- Replaced direct embedding calls with a utility function across various components to streamline embedding logic.
- Added enable_summary flag to several models and routes to control summary generation behavior.
2026-02-26 18:24:57 -08:00

3 lines
79 B
Python

from app.utils.document_converters import embed_text
__all__ = ["embed_text"]