add vector field for other vectordb (#7051)
This commit is contained in:
@@ -10,6 +10,8 @@ class Document(BaseModel):
|
||||
|
||||
page_content: str
|
||||
|
||||
vector: Optional[list[float]] = None
|
||||
|
||||
"""Arbitrary metadata about the page content (e.g., source, relationships to other
|
||||
documents, etc.).
|
||||
"""
|
||||
|
Reference in New Issue
Block a user