mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
- 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.
3 lines
79 B
Python
3 lines
79 B
Python
from app.utils.document_converters import embed_text
|
|
|
|
__all__ = ["embed_text"]
|