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
Community
Overview
Chat Models
LLMs
Embeddings
Vector Stores
Document Loaders
Tools & Agents
Retrievers
Memory & Stores
Utilities
Anthropic
AWS
Azure CosmosDB
Baidu Qianfan
Cloudflare
DeepSeek
Google
Node
Google Cloud SQL PG
Google Common
Google GAuth
Google GenAI
Google Vertex AI
Google Vertex AI Web
Google WebAuth
Groq
Mistral AI
MongoDB
Ollama
OpenAI
OpenRouter
Redis
Turbopuffer
xAI
Yandex
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
Properties
Methods
Inherited from
Neo4jGraph
Properties
P
schema
: string
P
structuredSchema
: StructuredSchema
Methods
M
addGraphDocuments
→ Promise<void>
M
close
→ Promise<void>
View source on GitHub
Version History
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>
constructor
constructor
→
MemgraphGraph
property
schema
:
string
property
structuredSchema
:
StructuredSchema
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
>