You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using Kreuzberg to process rulebooks for Pen and Paper games. I noticed that while vector embedding generation is a core feature of the library, it doesn't seem to be exposed via the Docker HTTP server yet.
Is it possible to enable embedding generation through the Docker image?
Having an endpoint (e.g., /embed or a config in /extract) would allow me to streamline my RAG workflow and remove a separate embedding step in my pipeline.
I am happy to help with the implementation! If you can point me toward the right sections to look at, I can put together a PR.