Classes#
VectorisedGraph#
VectorisedGraph object that contains embedded documents that correspond to graph entities.
Document#
A document corresponding to a graph entity. Used to generate embeddings.
Embedding#
VectorSelection#
OpenAIEmbeddings#
OpenAI-compatible embedding configuration. Pass an instance of this to
VectorCache(...) to drive vectorise(...).
VectorCache#
Cache wrapping an embedding model. Pass to Graph.vectorise(model=...)
or other vectorisation entry points.