mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-20 22:12:15 +08:00
11 lines
148 B
Python
11 lines
148 B
Python
|
|
from langchain.docstore.document import Document
|
|
|
|
|
|
class DocumentWithVSId(Document):
|
|
"""
|
|
矢量化后的文档
|
|
"""
|
|
id: str = None
|
|
|