Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 14, 2024
1 parent a1d1dce commit d65c905
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import re
from typing import TYPE_CHECKING, Dict, Iterable, Optional, Tuple

from langchain_core._api import beta
from langchain_core.documents import Document

from langchain_community.graph_vectorstores.links import get_links
Expand Down Expand Up @@ -37,6 +38,7 @@ def _split_prefix(s: str, max_chars: int = 50) -> str:
return f"{s[0:split]}..."


@beta()
def render_graphviz(
documents: Iterable[Document],
engine: Optional[str] = None,
Expand Down

0 comments on commit d65c905

Please sign in to comment.