摘要:
一,安装第三方库: $ pip install pyppeteer $ pip install beautifulsoup4 二,代码 import asyncio from pyppeteer import launch async def check(): browser = await lau 阅读全文
posted @ 2025-11-16 17:38
刘宏缔的架构森林
阅读(11)
评论(0)
推荐(0)
摘要:
一,代码: from flask import Blueprint,jsonify,render_template,request from app import milvus_client from pymilvus import FieldSchema, DataType, Collection 阅读全文
posted @ 2025-11-16 15:05
刘宏缔的架构森林
阅读(9)
评论(0)
推荐(0)
摘要:
一,安装第三方库 $ pip install sentence_transformers 二,创建collection并添加数据 from app import milvus_client from pymilvus import FieldSchema, DataType, CollectionS 阅读全文
posted @ 2025-11-16 13:20
刘宏缔的架构森林
阅读(6)
评论(0)
推荐(0)
摘要:
一,下载地址: all-MiniLM-L6-v2 https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/tree/main 二,镜像地址: https://public.ukp.informatik.tu-darmstadt.de 阅读全文
posted @ 2025-11-16 13:17
刘宏缔的架构森林
阅读(220)
评论(0)
推荐(0)
摘要:
一,报错信息: MilvusException: (code=65535, message=the length(384) of float data should divide the dim(1024)) 原因: 代码中定义的vector的dim是1024,但模型的长度是384,设置为两者一致即 阅读全文
posted @ 2025-11-16 13:10
刘宏缔的架构森林
阅读(45)
评论(0)
推荐(0)
浙公网安备 33010602011771号