摘要:
一、基本chain from langchain_core.output_parsers import StrOutputParser from langchain_core.prompts import ChatPromptTemplate from langchain_community.llm 阅读全文
摘要:
embeded模型基于m3e。 一、原生向量代码,自己计算距离 import numpy as np from numpy import dot from numpy.linalg import norm from sentence_transformers import SentenceTrans 阅读全文
摘要:
问题来源,在使用mmrotate的过程中,需要能够对识别的结果进行推断,结果发现缺乏相关功能: From the demo i know show_result_pyplot can plot the inferred results, I would like to ask how to conv 阅读全文