RainLi

Results 2 issues of RainLi

我发现这个模型已经支持中文,https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/tree/main 那么是 vicuna本身支持中文,还是因为模型中增加了这个仓库的训练, 或者作者有其他方式训练?

if can provide semantic_search it should be better my code: ``` model_path = Path(__file__).parent / '../all-MiniLM-L6-v2' AICache._model = SentenceTransformer(model_path.resolve().as_posix()) prompts = AICache.loadfromjson(Path(__file__).parent / '../../simclient/searchapp.json') AICache._prompts_embedings = AICache._model.encode(prompts) AICache._prompts = prompts...