public class Document
extends Object
文档模型类,用于表示RAG系统中的文档数据
-
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
-
-
vector
private float[] vector
文档向量
-
构造器详细资料
-
Document
public Document()
-