MCPcopy Create free account
hub / github.com/Spinachead/arg / DocumentWithVSId

Class DocumentWithVSId

app/knowledge_base/model/kb_document_model.py:4–10  ·  view source on GitHub ↗

矢量化后的文档

Source from the content-addressed store, hash-verified

2from typing import Optional
3
4class DocumentWithVSId(Document):
5 """
6 矢量化后的文档
7 """
8
9 id: Optional[str] = None
10 score: float = 3.0

Callers 2

search_docsFunction · 0.90
list_docsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected