Skip to main content

Documentation Index

Fetch the complete documentation index at: https://embedchain-docs-example-slack-ai.mintlify.app/llms.txt

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

delete_chat_history() method allows you to delete all previous messages in a chat history.

Usage

from embedchain import App

app = App()

app.add("https://www.forbes.com/profile/elon-musk")

app.chat("What is the net worth of Elon Musk?")

app.delete_chat_history()