-
经过代码分析,我发现虽然系统中声明了 node_embedding_algorithm=node2vec 作为节点嵌入算法,但实际运行中并未调用 _node2vec_embed 进行嵌入计算。在进行 entity、relationship 和 text units 的召回时,系统仅仅使用了图数据库最基础的 get_node、get_edge 等 graph 操作来查询直接关系,这种使用方式完全可以…
-
On using embedding syntax adjacent to normal node, behavior is unexpected.
```ruby
class Foo
# @rbs! type t = String | Integer
def foo
"bar"
end
end
```
# Expected behavior
E…
-
The Cypher query implemented in llamaindex `FalkorDBPropertyGraphStore.vector_query` seems to calculate the similarity directly against all nodes, which, if there are many nodes, may have poor perform…
-
Hey,
I have a question about the code. From my understanding, it seems that by setting the `use_embedding` argument to true further creates an additional d-dimensional learnable Embedding for each …
-
In the code, the default value of `adaptive_embedding_dim` is set to 80. If the number of nodes becomes very large, should `adaptive_embedding_dim` be increased accordingly? Is there an upper limit to…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I used OllamaEmbedding llama3:8b for local testing. After completing the index building …
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
A clear and concise description of what the bug is.
https:…
-
C:\Users\leonm\Downloads\mindcraft-main\mindcraft-main>node main.js
[ './andy.json' ]
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing …
-
**Describe the bug**
When trying to use Milvus as a vectordb, the following error occurs. Should I add any additional configuration values in the YAML settings?
**logs**
```bash
[11/25/24 10:59:39] I…
e7217 updated
4 hours ago
-
### 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 …