Joram Millenaar

Results 7 comments of Joram Millenaar

I ran into the same issue. Have you looked into the 'workspace' variable of the postgres implementation? I believe it works the same way namespace prefixes work in other implementations.

Hi! Just to clarify, are you asking if there's currently no way to zoom in/out with mouse clicks (e.g., left or right click to zoom), or are you looking for...

What LightRAG version do you have? I had this error myself, but it seems to be fixed in the latest version.

I ran into a similar issue. I had a lot of data revolving around a single entity and LightRAG appends a new description to the entity every time the LLM...

I looked through it and tested it again and it's working for me (It is storing 255+ characters). Try to rebuild your graph with a fresh db. There was this...

Using a different workspace per user will just separate the metadata (docs, response cache, chunks, etc.). But changing the workspace does not actually do anything on the database level I...

Update: I found an existing solution; the `namespace_prefix` argument. As the docstring states; "Prefix for namespacing stored data across different environments.". So, this would allow you to put data in...