memgraph-platform icon indicating copy to clipboard operation
memgraph-platform copied to clipboard

Memgraph Platform is a multi-container application containing Memgraph+MAGE and Memgraph Lab.

Results 27 memgraph-platform issues
Sort by recently updated
recently updated
newest added

I setup memgraph using docker-compose like so: ``` version: '3.8' services: batbard_memgraph: image: memgraph/memgraph-platform:2.11.1-memgraph2.11.0-lab2.8.3 restart: always ports: - "7687:7687" - "4000:3000" - "7444:7444" volumes: - memgraph_lib:/var/lib/memgraph - memgraph_etc:/etc/memgraph env_file: -...

Effort - Low
feature
community
Severity - S3
Priority - Next
Frequency - EveryTime
Reach - VeryFew

Since that version of `memgraph-platform` image ``` memgraph/memgraph-platform 4175e85fe222 7 weeks ago 4.27GB ``` I cannot pull new images with `userns-remap` enabled for my docker-daemon (there is a need to...

bug
Effort - Low
Severity - S2
Priority - Now
Frequency - EveryTime
Reach - Most

Currently memgraph supports ollama for AI chat however it hardcodes llama2:latest and no other options are available. This enhancement would allow the memgraph-lab user to select the model to use...

feature
community
Severity - S3
Frequency - Monthly
Reach - Some

This feature would allow users who are hosting their own LLMs using OpenAI API compatible services such as vllm, aphrodite-engine, and others to use them with the memgraph-lab AI chat....

feature
community
Severity - S3
Frequency - Monthly
Reach - VeryFew

- Removed shields.io for old Memgraph Platform

Windows install script creates and changes the working folder each time it is run. If you run it a few times in a row, you get a bunch of subfolders,...

At the moment, if you have a docker-compose file like this one, you can pass a defined username and password to the Lab so that Quick connect works. Adding new...

When running an install script on a Windows box that has no docker a PowerShell is closed, and no error is displayed.

Memgraph Platform does not create a snapshot after a restart, even though ` --storage-snapshot-on-exit=true`is set to true.

bug
community
Severity - S3
Effort - Unknown
Frequency - Daily
Reach - Some

When setting up Memgraph with streaming data ingestion, I found the Graphlytic visualization feature that auto-refreshes a query really useful, instead of manually having to run the Query in Memgraph...

lab
feature
community
Severity - S3
Effort - Unknown
Frequency - Monthly
Reach - VeryFew