graph_vectorstores#

Classes

graph_vectorstores.base.GraphVectorStore(...)

graph_vectorstores.base.GraphVectorStoreRetriever

Retriever class for GraphVectorStore.

graph_vectorstores.base.Node

Node in the GraphVectorStore.

graph_vectorstores.links.Link(kind, ...)

A link to/from a tag of a given tag.

Functions

graph_vectorstores.base.nodes_to_documents(nodes)

graph_vectorstores.links.add_links(doc, *links)

Add links to the given metadata.

graph_vectorstores.links.copy_with_links(...)

Return a document with the given links added.

graph_vectorstores.links.get_links(doc)

Get the links from a document.