Table of Contents

Method ClearDocuments

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

ClearDocuments()

Removes all loaded documents and resets the conversation.

public void ClearDocuments()

Remarks

After calling this method, new documents can be loaded and a fresh conversation can be started.

Exceptions

ObjectDisposedException

Thrown if this instance has been disposed.