Fork me on GitHub
摘要: bing官方api搜索引擎 1. bing API说明 微软 Bing 的搜索 API 使得开发者能够将 Bing 的搜索能力集成到自己的应用中,包括对网页、图片、新闻、视频的搜索,以及提供了实体搜索和视觉搜索的功能。这些 API 支持安全、无广告且能够根据地理位置提供相关信息的搜索结果。Bing 阅读全文
posted @ 2024-08-02 10:37 壶小旭 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Langchain-Chatchat3.1——搜索引擎bing与DuckDuckGo 1. 前提是咱们的Chatchat服务一起部署好了,可以参考 Langchain-Chatchat3.1版本docker部署流程——知识库问答 2. 搜索引擎 DuckDuckGo:该搜索引擎不需要key,但是需要 阅读全文
posted @ 2024-08-02 10:14 壶小旭 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Langchain——chatchat3.1版本docker部署流程Langchain-Chatchat 1. 项目地址 #项目地址 https://github.com/chatchat-space/Langchain-Chatchat #dockerhub地址 https://hub.docke 阅读全文
posted @ 2024-08-02 10:09 壶小旭 阅读(675) 评论(0) 推荐(0) 编辑
摘要: ollama——快速上手Llama3 1. ollama安装 #Linux curl -fsSL https://ollama.com/install.sh | sh #vi /etc/systemd/system/ollama.service [Unit] Description=Ollama S 阅读全文
posted @ 2024-04-26 10:39 壶小旭 阅读(6686) 评论(0) 推荐(0) 编辑
摘要: ChatGLM3 docker部署 1. 下载项目到本地 git clone https://github.com/THUDM/ChatGLM3 cd ChatGLM3 这目录ChatGLM3下应该还需要包含chatglm3-6b-32k HuggingFace 或者 ModelScope ,需要手 阅读全文
posted @ 2024-03-27 16:15 壶小旭 阅读(698) 评论(0) 推荐(0) 编辑
摘要: JAVA 上传文件到FTP /** * @ClassName FTPLoad * @Description TODO * @Author dell * @Date 2024/3/14 15:56 * @Version 1.0 **/ import cn.hutool.core.io.FileUtil 阅读全文
posted @ 2024-03-15 17:17 壶小旭 阅读(151) 评论(0) 推荐(0) 编辑
摘要: paddleocr 在docker环境下部署 第一步 查看cuda的版本nvcc -V,我的是11.2;nvidia-smi 对应的cuda version是11.6,所以采用了registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.6 阅读全文
posted @ 2024-03-15 16:02 壶小旭 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: PaddleOCR安装过程中的ERROR OSError: (External) CUDA error(222), the provided PTX was compiled with an unsupported toolchain.. [Hint: 'cudaErrorUnsupportedPt 阅读全文
posted @ 2023-10-07 16:05 壶小旭 阅读(1560) 评论(0) 推荐(0) 编辑
摘要: ## 程序启动停止的shell脚本 ### 启动脚本start.sh 执行python api.py命令脚本如下 ``` app=api basePy=/opt/conda/envs/chatglm2 pid=`ps -ef | grep "$app.py" | grep -v grep | awk 阅读全文
posted @ 2023-09-01 10:04 壶小旭 阅读(49) 评论(0) 推荐(0) 编辑
摘要: ## paddlespeech安装出现的问题 操作系统Ubuntu ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory ![](https://img2023.cnblogs.co 阅读全文
posted @ 2023-08-16 16:57 壶小旭 阅读(2137) 评论(0) 推荐(0) 编辑