工作动态

工作动态

副标题

成果展示

成果展示

副标题

const options = { method: 'POST', headers: {Authorization: 'Bearer ', 'Content-Type': 'application/json'}, body: '{"model":"BAAI/bge-large-zh-v1.5","input":"Silicon flow embedding online: fast, affordable, and high-quality embedding services. come try it out!","encoding_format":"float"}' }; fetch('127.0.0.1:11434', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));