Documentation
¶
Overview ¶
Package main demonstrates how to implement HistoryRepository and use it with gollem to persist conversation history across sessions.
This example shows a filesystem-based implementation of gollem.HistoryRepository. For production use, you can implement the same interface using any storage backend (S3, GCS, a database, etc.).
Click to show internal directories.
Click to hide internal directories.