Skip to content

Commit

Permalink
fix example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ljeub-pometry committed Jan 23, 2025
1 parent 2e093bd commit 381aed5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 64 deletions.
132 changes: 68 additions & 64 deletions examples/python/socio-patterns/example.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions python/python/raphtory/vectors/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ class VectorisedGraph(object):
VectorSelection: The vector selection resulting from the search
"""

def get_graph_documents(self) -> list[Document]:
"""
Return all the graph level documents
Returns:
list[Document]: list of graph level documents
"""

def nodes_by_similarity(
self,
query: str | list,
Expand Down

0 comments on commit 381aed5

Please sign in to comment.