Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-01 | 228 Bytes | |
v0.18.0 source code.tar.gz | 2025-09-01 | 35.1 MB | |
v0.18.0 source code.zip | 2025-09-01 | 35.4 MB | |
Totals: 3 Items | 70.5 MB | 2 |
Added
- Chat: Added optional
chat_session
parameter (accepts aChatSession
) to preserve message history across turns inDocumentLLM.chat()
. When this parameter is omitted, chat is single-turn, without message history.