MCPcopy Create free account
hub / github.com/braincrew-lab/langconnect-client / DocumentCreate

Class DocumentCreate

langconnect/models/collection.py:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class DocumentCreate(DocumentBase):
61 collection_id: str
62 embedding: list[float] | None = (
63 None # Embedding can be added during creation or later
64 )
65
66
67class DocumentUpdate(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected