Files
herolib/lib/ai/client/aiclient_embed.v
2025-11-08 11:12:16 +04:00

6 lines
121 B
Verilog

module client
// pub fn (mut ac AIClient) embed(txt string) ![]f32 {
// return ac.llms.llm_embed.embeddings(txt)!
// }