You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Initial support is offered for the following (with more to follow soon):
35
35
- LLMs
36
36
- An adapter is provided for Steamship's OpenAI integration (`steamship_langchain.llms.OpenAI`)
37
37
- An adapter is provided for *caching* LLM calls, via Steamship's Key-Value store (`SteamshipCache`)
38
+
- Callbacks
39
+
- A callback that uses Python's `logging` module to record events is provided (`steamship_langchain.callbacks.LoggingCallbackHandler`). This can be used with `ship logs` to access verbose logs when deployed.
38
40
- Document Loaders
39
41
- An adapter for exporting Steamship Files as LangChain Documents is provided (`steamship_langchain.document_loaders.SteamshipLoader`)
0 commit comments