You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for all of these resources. I truly appreciate all of the hard work and the mission of ALEA.
I am interested in using SOLI within an AI assisted learning platform for law students that I am creating. Being able to reference SOLI within our RAG workflow would be incredible.
Do you have any suggestions or general advice on how to integrate this? I am currently ironing out a design for our RAG workflow. Please excuse my ignorance if these questions don't make sense.
What is the general mechanism for utilizing the knowledge graph itself?
Would we need to load the SOLI knowledge graph into a graph database like Neo4j, then query it from there?
Would we instead first query SOLI via the SOLI API for entities mentioned in the input, then when we find them, pull all of the edges and target nodes into a list of tuples. Then add these tuples to the context before generating a response?
Do you have any examples of how SOLI has been integrated into a RAG workflow?
Thanks again!
The text was updated successfully, but these errors were encountered:
First, thank you for all of these resources. I truly appreciate all of the hard work and the mission of ALEA.
I am interested in using SOLI within an AI assisted learning platform for law students that I am creating. Being able to reference SOLI within our RAG workflow would be incredible.
Do you have any suggestions or general advice on how to integrate this? I am currently ironing out a design for our RAG workflow. Please excuse my ignorance if these questions don't make sense.
Thanks again!
The text was updated successfully, but these errors were encountered: