wewaa

Results 3 issues of wewaa

設置了轉換器后分詞不太理想,比如搜索 清華 沒有結果,搜索清華大學有結果,這個是什麽原因,我設置如下: { "analysis": { "char_filter": { "tsconvert": { "type": "stconvert", "convert_type": "t2s" } }, "analyzer": { "my_analyzer": { "type": "custom", "char_filter": [ "tsconvert" ], "tokenizer": "ik_smart", "filter": [...

linux下怎么测试?windows下有图形界面。

### How are you running AnythingLLM? Docker (local) ### What happened? I want to analyze images using APIs, for example: ```shell curl -X 'POST' \ 'https://***.com/api/v1/workspace/jerry2/stream-chat' \ -H 'accept: text/event-stream'...

enhancement
feature request