Skip to main content

Generates structured summaries, timelines, and thematic insights from historical or cultural texts using pattern matching and language models.

Project description

Heritage Insight Package

PyPI version License: MIT Downloads LinkedIn

leveraging pattern matching with language models to generate structured summaries and insights from user-provided historical or cultural texts.

Overview

A new package that accepts textual inputs related to specific topics or events and returns organized, key information such as summaries, timelines, or thematic breakdowns.

Installation

pip install heritage_insight

Usage

from heritage_insight import heritage_insight

user_input = "Input text here"
response = heritage_insight(user_input, verbose=False)

Example usage with specific LLMs

from heritage_insight import heritage_insight
from langchain_openai import ChatOpenAI
from langchain_anthropic import ChatAnthropic
from langchain_google_genai import ChatGoogleGenerativeAI

openai_response = heritage_insight(user_input, llm=ChatOpenAI())
anthropic_response = heritage_insight(user_input, llm=ChatAnthropic())
google_response = heritage_insight(user_input, llm=ChatGoogleGenerativeAI())

Configuration

  • user_input: str: the user input text to process
  • llm: Optional[BaseChatModel]: the langchain llm instance to use, defaults to ChatLLM7
  • api_key: Optional[str]: the api key for llm7, defaults to LLM7_API_KEY environment variable or LLM7 free tier limits

Using custom LLMs

You can safely pass your own llm instance (based on https://docs.langchain.dev/) if you want to use another LLM, via passing it like heritage_insight(user_input, llm=your_llm_instance).

LLM7 API Key

The default rate limits for LLM7 free tier are sufficient for most use cases of this package. If you want higher rate limits for LLM7, you can pass your own api_key via environment variable LLM7_API_KEY or via passing it directly like heritage_insight(user_input, api_key="your_api_key"). You can get a free api key by registering at https://token.llm7.io/

Support and Issues

Report issues and provide feedback at https://github.com/chigwell/heritage-insight

Author

Eugene Evstafev (hi@eugene.plus)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

heritage_insight-2025.12.21201637.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heritage_insight-2025.12.21201637-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file heritage_insight-2025.12.21201637.tar.gz.

File metadata

File hashes

Hashes for heritage_insight-2025.12.21201637.tar.gz
Algorithm Hash digest
SHA256 e38541d37ceff57baf9a6161fa260243a6f84d2ecb2999db13ccf5aeaf80385e
MD5 a8134d93ef27fb32b01aee0c4261a47e
BLAKE2b-256 b2c0302c6c27081a3053ec69517871ab391856d3603f98df72feb5a89d7e5f21

See more details on using hashes here.

File details

Details for the file heritage_insight-2025.12.21201637-py3-none-any.whl.

File metadata

File hashes

Hashes for heritage_insight-2025.12.21201637-py3-none-any.whl
Algorithm Hash digest
SHA256 776f83bc1ec46b58ccc0e6e7bb804d8b6c8203f2b62943e8f656856b63e98d37
MD5 a2e1aba367e4522ecc332aee678a2707
BLAKE2b-256 66aa2246afbe01351a0c82e443a5a7489c94ca752fbcbecd3e2fe8af78650d33

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page