-
调研了不同的 NLP 库在预测阶段的处理方式
### FairSeq
针对生成任务的代码主要在 https://github.com/pytorch/fairseq/blob/main/fairseq/sequence_generator.py
```python
class SequenceGenerator(nn.Module):
def __init__…
-
Hi,
We've talked about your input pipeline in StackOverflow and since you advised me to open an issue here, here I am. You've helped me a lot already but I would like to know more about the actual …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hi there!
I'm wondering where would be the best place to get started if I wanted to i…
-
when i run :
# Get node and relation IDs
france = nodes["France"]
rel = edges["/location/location/contains"]
burgundy = nodes["Burgundy"]
riodj = nodes["Rio de Janeiro"]
bnc = nodes["Bonnie and …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello,
I am reflecting on how to tackle the problem of searching over a knowledge base …
-
In retrieval of the most relevant documents, you use the knowledge graph ( with noun_phrases as nodes and E + Ep edges) and you use P matrix ( noun_phrases occurrences in passages) and Embeddings of n…
-
### Issue
Currently, aider is able to automatically identify and add the files to the context, and it functions phenomenally ! Great job there.
- But one of the main issues that I am facing is **…
-
# Issue
When running a local docker install for a training, the proposed function genai.vector.encode can not be executed.
Training: Knowledge Graphs for RAG by Neo4J by Andreas Kollegger
https…
-
We are working on to increase supports for sparse tensor. Currently we have [summarized current state of sparse tensor](https://github.com/pytorch/pytorch/issues/9674) and listed out [sparse ops to su…
-
### Bug Description
As I build the knowledge graph, I am expecting the nodes in Neo4j to contain the embedding vector as a property.
But there is only `id` as property with the node type "Entity".…