Skip to content

Conversation

@danielgerlag
Copy link

Overview

Added Drasi to the tooling section.

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Drasi is an open source change detection platform, a CNCF sandbox project.
The Langchain integration library is hosted here: https://github.com/drasi-project/langchain-drasi

It can detect change patterns in databases and other sources, we hope this can be used to power ambient agents as described in your recent blog

Signed-off-by: Daniel Gerlag <daniel@gerlag.ca>
@danielgerlag danielgerlag requested a review from mdrxy as a code owner November 5, 2025 01:14
Copilot AI review requested due to automatic review settings November 5, 2025 01:14
@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Nov 5, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for the Drasi toolkit integration to LangChain. Drasi is a change detection platform that enables agents to react to real-time database changes through continuous queries.

Key changes:

  • Added comprehensive documentation for the Drasi toolkit in a new file drasi.mdx
  • Added Drasi to the Database tools table in the tools index
  • Added Drasi card to the alphabetically sorted "All tools and toolkits" section

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/oss/python/integrations/tools/index.mdx Added Drasi Toolkit to the Database section and alphabetically in the all tools card list
src/oss/python/integrations/tools/drasi.mdx New comprehensive documentation page for Drasi including setup, instantiation, invocation examples, notification handlers, and use cases

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 5, 2025 01:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +134 to 136
<Card title="Drasi" icon="link" href="/oss/integrations/tools/drasi" arrow="true" cta="View guide" />
<Card title="DuckDuckGo Search" icon="link" href="/oss/integrations/tools/ddg" arrow="true" cta="View guide" />
<Card title="Discord" icon="link" href="/oss/integrations/tools/discord" arrow="true" cta="View guide" />
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Drasi card is incorrectly positioned in the alphabetical list. 'Discord' should come before 'Drasi' (since 'Dis' comes before 'Dra' alphabetically). The correct order should be: Discord, Drasi, DuckDuckGo Search.

Suggested change
<Card title="Drasi" icon="link" href="/oss/integrations/tools/drasi" arrow="true" cta="View guide" />
<Card title="DuckDuckGo Search" icon="link" href="/oss/integrations/tools/ddg" arrow="true" cta="View guide" />
<Card title="Discord" icon="link" href="/oss/integrations/tools/discord" arrow="true" cta="View guide" />
<Card title="Discord" icon="link" href="/oss/integrations/tools/discord" arrow="true" cta="View guide" />
<Card title="Drasi" icon="link" href="/oss/integrations/tools/drasi" arrow="true" cta="View guide" />
<Card title="DuckDuckGo Search" icon="link" href="/oss/integrations/tools/ddg" arrow="true" cta="View guide" />

Copilot uses AI. Check for mistakes.
@mdrxy mdrxy added the new-integration New LangChain partner integration label Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain new-integration New LangChain partner integration oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants