摘要:
快速安装PostgreSQL和pgvector 1、创建Dockerfile文件,代码如下: # 使用 PostgreSQL 16 基础镜像 FROM postgres:16 # 安装 pgvector RUN apt-get update && \ apt-get install -y postg 阅读全文
快速安装PostgreSQL和pgvector 1、创建Dockerfile文件,代码如下: # 使用 PostgreSQL 16 基础镜像 FROM postgres:16 # 安装 pgvector RUN apt-get update && \ apt-get install -y postg 阅读全文
posted @ 2024-11-14 19:19
Muieay
阅读(3512)
评论(0)
推荐(0)

WebSocket无法使用 @Resource | @Autowired 注入属性,注入为空
axios中文文档 安装 npm i axios 基本使用 引入 import axios from 'axios'; 使用 // GET请求 axios({ method:'get', url:'http://api/' }).then(res=>{ console.log(res); }) //
浙公网安备 33010602011771号