Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix doc link
Signed-off-by: wenhaocs <19355821+wenhaocs@users.noreply.github.com>
  • Loading branch information
wenhaocs committed Mar 11, 2026
commit 9e18277181fd4ec1730a952d4bc90902436d7cf2
2 changes: 1 addition & 1 deletion docs/install_guide/install_guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you install the MemMachine software itself, you'll need to set up a few t
- **PostgreSQL**: You will need a local PostgreSQL instance with the `pgvector` extension. You can find installation instructions on the official [PostgreSQL Downloads page](https://www.postgresql.org/download/). Once installed, create a new database and a user with full privileges for that database.
- **Graph Database** (choose one):
- **Neo4j**: You can find installation instructions on the official [Neo4j Documentation page](https://neo4j.com/docs/). After installation, start the Neo4j server and set a password for the default `neo4j` user.
- **NebulaGraph Enterprise**: An alternative to Neo4j with native vector support. See the [NebulaGraph Integration Guide](/docs/install_guide/integrate/nebula_graph_integration_guide) for setup instructions.
- **NebulaGraph Enterprise**: An alternative to Neo4j with native vector support. See the [NebulaGraph Integration Guide](./integrate/nebula_graph_integration_guide) for setup instructions.

### B. Accounts and Keys

Expand Down
Loading