Commit de0b849
committed
refactor(langchain)!: remove SummarizeDocument built-in action
Remove the built-in SummarizeDocument action which relied on deprecated
LangChain Chain features. Users who need document summarization should
implement custom actions using LangChain Runnable chains.
- Delete nemoguardrails/actions/summarize_document.py
- Remove related import from llm/filters.py1 parent 0d5637f commit de0b849
2 files changed
+0
-58
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
0 commit comments