Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
from
typing
import
Optional
3
4
class
DocumentWithVSId(Document):
5
""
"
6
矢量化后的文档
7
""
"
8
9
id: Optional[str] = None
10
score: float = 3.0
Callers
2
search_docs
Function · 0.90
list_docs
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected