isayahc's picture
creating the skeleton of the generatre_document_summaries function
f1268bf unverified
raw
history blame
125 Bytes
from langchain_core.documents import Document
def generate_document_summaries(
docs: list[Document]
):
pass