Betterme

Results 44 comments of Betterme

> https://github.com/imClumsyPanda/langchain-ChatGLM 这个项目有帮助吗 https://github.com/yuanjie-ai/ChatLLM也有相关实现

> We will release images and tutorials for offline installation in the future. If you want to try it now, you can package the image after npm install and make...

逆向逻辑差不多 ``` def func_o(query: str, stream: bool): url_o = "https://meta.law/api" session = '8463032724927483904' currentKey = get(f'{url_o}/case-session/{session}').json().get('data').get('store').get('currentKey') sessionID = get(f'{url_o}/case-session/{session}').json().get('data').get('store').get('sessionId') url_cases = "https://meta.law/api/case-search-beta" payload_cases = {'baseFacts': '', 'baseFocus': query, 'pageIndex': 1,...

> @yuanjie-ai 这个是法律案例检索为主,law全网检索的部分和现有的秘塔搜索几乎没有差异,增加这个逆向有什么应用的价值吗? 垂类检索吧,哈哈 更完备点