(t: string)
| 648 | return v; |
| 649 | }; |
| 650 | export const embed = (t: string) => embedForSector(t, "semantic"); |
| 651 | export const getEmbeddingProvider = () => env.emb_kind; |
| 652 | |
| 653 | export const getEmbeddingInfo = () => { |
nothing calls this directly
no test coverage detected