LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
Google GAuth
Google WebAuth
Google Common
OpenAI
Community
Overview
Chat Models
LLMs
Embeddings
Vector Stores
Document Loaders
Tools & Agents
Retrievers
Memory & Stores
Utilities
Azure CosmosDB
Baidu Qianfan
DeepSeek
MongoDB
Google Cloud SQL PG
Turbopuffer
Mistral AI
Anthropic
AWS
Google GenAI
Ollama
Redis
Language
Python
JavaScript
Theme
Light
Dark
JavaScript
@langchain/community
graphs
memgraph_graph
MemgraphGraph
Class
v1.1.27 (latest)
●
Since v1.0
MemgraphGraph
Copy
class
MemgraphGraph
Bases
Neo4jGraph
Constructors
constructor
constructor
→
MemgraphGraph
Properties
property
schema
:
string
property
structuredSchema
:
StructuredSchema
Methods
method
addGraphDocuments
→
Promise
<
void
>
method
close
→
Promise
<
void
>
method
enhancedSchemaCypher
→
Promise
<
string
>
method
getSchema
→
string
method
getStructuredSchema
→
StructuredSchema
method
query
→
Promise
<
RecordShape
[]>
method
refreshSchema
→
Promise
<
void
>
method
verifyConnectivity
→
Promise
<
void
>
method
initialize
→
Promise
<
MemgraphGraph
>
Inherited from
Neo4jGraph
Properties
P
schema
: string
P
structuredSchema
: StructuredSchema
Methods
M
addGraphDocuments
→ Promise<void>
M
close
→ Promise<void>
M
enhancedSchemaCypher
→ Promise<string>
M
getSchema
→ string
M
getStructuredSchema
→ StructuredSchema
M
query
→ Promise<RecordShape[]>
M
refreshSchema
→ Promise<void>
M
verifyConnectivity
→ Promise<void>
M
initialize
→ Promise<Neo4jGraph>
View source on GitHub
Version History