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
Pluggable embedding provider (opt-in). Point iai at your own local embedding model over a loopback HTTP service instead of the built-in English BGE, enabling multilingual or domain-specific recall. The native BGE stays the zero-config default with unchanged weight and speed; the provider is strictly opt-in, loopback-only (127.0.0.1), with strict response validation and a resumable, zero-failure re-embedding migration. See docs/EMBEDDERS.md. Contributed by @Marsu6996.