-
I met the embedding dimension error when I employed the open source embedding model and openai-like one. I changed the dimension from default 4096 to 1024 or 2048, I got this error:
File "/Librar…
-
I tried `bash graph_embedding/dmon/run.sh`
Issue, i'm facing
```
+ python -m graph_embedding.dmon.train --epochs=2 --graph_path=graph_embedding/dmon/data/cora.npz
Traceback (most recent call last…
-
code:
import os
from lightrag import LightRAG, QueryParam
from lightrag.llm import hf_model_complete, hf_embedding
from lightrag.utils import EmbeddingFunc
from transformers import AutoModel, A…
-
If there is an existing table, and a **values** index on the set column.
```
CREATE TABLE vector.movie_graph (
content_id text PRIMARY KEY,
kind text,
link_from_tags set,
lin…
-
### 🐛 Describe the bug
```python
from mem0 import Memory
config = {
"version": "v1.1",
# LLM
"llm": {
"provider": os.getenv("LLM_PROVIDER"),
"config": {
…
-
When training with graphbolt, it will not check if the necessary files exist under graph directory. We should check if the fused embedding is under graph directory before going to the training stage.
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code for knowledge graph construction and I am getting some results for the …
-
Hello!
After evaluating a bunch of graph based RAG tools, LightRAG looks like the best!
Quick question, and perhaps I am missing this somewhere in the documentation: is it possible to have multipl…
-
## 레퍼런스 논문
1. Graph Clustering with Graph Neural Networks (DMoN)
- paper : [https://arxiv.org/abs/2006.16904](https://arxiv.org/abs/2006.16904)
- code : [https://github.com/google-research/go…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have the code below and it runs well. However when I inspect the 'response' variable t…