xldistance
xldistance
I set it to Swap Method:Async,Swap Location:Shared,now I don't have to reload the model every time!
Index creation fails in both release and pre-release versions of 0.8.44
> Hi @xldistance , thanks for reporting this, a few questions for you: > > * Was this error thrown immediately, or did some indexing succeed? > * What language...
Creating indexes later suddenly works fine ......
It only receives a snapshot of the market and then the market data remains unchanged
> V3 has been sunset. Is there a V4 version of the python trading api?
I switched to xinference's embedding api and it works fine!
It looks like the post request http://localhost:11434/api/embeddings is working, and I'm not sure why the embedded model isn't working properly.
Is the openai interface to call embedding models not supported yet?
> ollama 嵌入端点是`localhost:11434/api/embed`。 openai 兼容嵌入端点是`localhost:11434/v1/embeddings`。 返回的数据也是不同的格式(为了节省空间,我从示例中删除了嵌入): > > ``` > $ curl -s localhost:11434/api/embed -d '{"model":"chatfire/bge-m3:q8_0","input":"Your text string goes here"}' | jq '.embeddings=[]' > { > "model": "chatfire/bge-m3:q8_0", > "embeddings":...