-
As the paper writes, the edge values are either continuous or discrete. But how are the edge values transfered into edge embeddings? what does the edge embedding look like? I dont see this clearly in …
-
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…
-
When I run the alignment.py, there is an error in the ./code/run_llama.py
The code is
```
output_get_emb = model(
input_ids = input_ids_variable,
output_hidden_states=Tr…
ylli0 updated
2 weeks ago
-
你好,训练时可以正常训练,但是测试时报了这个错,这是什么原因呢:
0%| | 0/2125 [00:00
-
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…
-
**Description:**
I’m trying to embed Excalidraw as a modal in my application, but I’ve encountered a couple of issues with the behavior of the context menu near the window edges:
1. **Right edge:**
W…
-
### Describe the bug
I have a simple window with a customized titlebar.
When not maximized, the elements are fully displayed.
![image](https://github.com/user-attachments/assets/c6cc2384-5820-4f…
-
Hi, I am getting an error while trying to run deep_unsupervised_embedding on my project. I suspect there is some mismatch between the expected and received input shape for the CensNetConv network but …
-
Hi @emalgorithm, I got some problems when reading your codes.
When `memory_update_at_start=True`, the msg_agg and msg_func will calc twice, before the `compute_embedding` and after `compute_embeddi…
-
**Is your feature request related to a problem? Please describe.**
Embedding models typically have smaller context windows than LLMs, which can limit the quality of embeddings generated for large con…
nkkko updated
1 month ago