-
Notifications
You must be signed in to change notification settings - Fork 15.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[community]: Render documents to graphviz #24830
[community]: Render documents to graphviz #24830
Conversation
bjchambers
commented
Jul 30, 2024
- Description: Adds a helper that renders documents with the GraphVectorStore metadata fields to Graphviz for visualization. This is helpful for understanding and debugging.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
libs/community/langchain_community/graph_vectorstores/visualize.py
Outdated
Show resolved
Hide resolved
- **Description:** Adds a helper that renders documents with the GraphVectorStore metadata fields to Graphviz for visualization. This is helpful for understanding and debugging.
48d96c2
to
c417e8f
Compare
@eyurtsev This PR adds a method for rendering the graph, making it easier for users to understand how things operate and debug issues. Would it be possible to get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made it beta to match abstraction