Skip to main content

Documentation Index

Fetch the complete documentation index at: https://morphik.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

This method is available on Folder objects.
def get_summary() -> Summary

Returns

  • Summary: Stored summary payload for the folder

Examples

from morphik import Morphik

db = Morphik()
folder = db.get_folder("/projects/alpha")
summary = folder.get_summary()
print(summary.content)