This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
SurfSense
Watch
1
Star
0
Fork
You've already forked SurfSense
0
mirror of
https://github.com/MODSetter/SurfSense.git
synced
2026-04-25 16:56:22 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
37a0bd4533
SurfSense
/
surfsense_backend
/
app
/
indexing_pipeline
/
document_embedder.py
4 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
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
from
app
.
utils
.
document_converters
import
embed_text
feat: implement and test index method
2026-02-25 01:40:30 +02:00
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
__all__
=
[
"
embed_text
"
]
Reference in a new issue
Copy permalink