Find answers from the community

Home
Members
boxpopuli
b
boxpopuli
Offline, last seen 2 days ago
Joined September 25, 2024
@Logan M may multihead rag please be implemented?
29 comments
b
L
b
boxpopuli
·

Graph

Hi Logan, hopw ya are doing well, I have a little question: how do I change "name" here:

{
"edges": [
{
"dst": "luis",
"name": "Relation__",
"props": {},
"src": "Logan"
},

here is how I'm adding the relations:

relation = Relation(
label="WORKS_FOR",
source_id=entity1.id,
target_id=entity2.id,
)
in order to provide a name, what Should I add?
or with label is enough?
8 comments
b
L
b
boxpopuli
·

Statement

https://github.com/IntelLabs/RAGFoundry "There are numerous open-source tools related to the different aspects of RAG, namely inference, training and evaluation. LlamaIndex (Liu, 2022), LangChain (Chase, 2022) and Haystack (Pietschet al., 2019) are well known libraries for composing RAG pipelines; however they are not focused on evaluation and their training capability is underdeveloped." @Logan M @jerryjliu0 what could ya guys say about this statement?
1 comment
L