-
Notifications
You must be signed in to change notification settings - Fork 115
Example: Neptune and Neptune Analytics configuration reference for Mem0 #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,9 +66,9 @@ | |
| # os.environ['OPENSEARCH_HOST'] = "your-opensearch-host.us-west-2.aoss.amazonaws.com" | ||
| # os.environ['AWS_ACCESS_KEY_ID'] = "your-aws-access-key-id" | ||
| # os.environ['AWS_SECRET_ACCESS_KEY'] = "your-aws-secret-access-key" | ||
| # Setup Neptune Analytics vector backend | ||
| # os.environ['NEPTUNE_ANALYTICS_GRAPH_IDENTIFIER_VECTOR'] = "g-sample-graph-id" | ||
| # Setup optional Neptune Analytics graph backend | ||
| # Setup optional Neptune Database graph backend | ||
| # os.environ['NEPTUNE_DATABASE_ENDPOINT'] = "your-neptune-host.us-west-2.neptune.amazonaws.com" | ||
| # Setup optional Neptune Analytics vector and graph backend | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Continue with above, Neptune Analytics supprots vector and graph backend? and below only configure graph right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right. NEPTUNE_ANALYTICS_GRAPH_IDENTIFIER is used for both stores, one connection identifier. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @andy-k-improving should we link to the mem0 docs here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think so, example itself should be self-contained and information sufficient for users. |
||
| # os.environ['NEPTUNE_ANALYTICS_GRAPH_IDENTIFIER'] = "g-sample-graph-id" | ||
| USER_ID = "mem0_user" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is not clear here. Neptune database doesn't supoort vector backend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neptune DB != Neptune Analytics.
Neptune DB does not support vectors, and can only be used as a graph backend.
Neptune Analytics does support vectors, and can be used as both graph and vector backend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I spent couple mins read docs but it has too long to follow all, if you could add related link it would be really helpful to users.