mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-15 15:02:33 +00:00
### **PR title** `docs: add SeekrFlow integration notebook` --- ### 💬 **PR message** - **Description:** This PR adds an integration notebook for [`[ChatSeekrFlow](https://pypi.org/project/langchain-seekrflow/)`](https://pypi.org/project/langchain-seekrflow/) under `docs/docs/integrations/chat/`. Per LangChain’s guidance, SeekrFlow has been published as a standalone OSS package (`langchain-seekrflow`) rather than as a direct community integration. This notebook ensures discoverability, demonstration, and testability of the integration within LangChain’s documentation structure. - **Issue:** N/A – this is a new integration contribution aligned with LangChain’s external package policy. - **Dependencies:** - [`[langchain-seekrflow](https://pypi.org/project/langchain-seekrflow)`](https://pypi.org/project/langchain-seekrflow) (published to PyPI) - [`[seekrai](https://pypi.org/project/seekrai/)`](https://pypi.org/project/seekrai/) (SeekrFlow client SDK) - **Twitter handle (optional):** @seekrtechnology --------- Co-authored-by: Ben Faircloth <bfaircloth@seekr.com> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide