Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to implement SOLI within RAG? #1

Open
hgrias opened this issue Dec 27, 2024 · 0 comments
Open

Question: How to implement SOLI within RAG? #1

hgrias opened this issue Dec 27, 2024 · 0 comments

Comments

@hgrias
Copy link

hgrias commented Dec 27, 2024

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.

  1. 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?
  2. Do you have any examples of how SOLI has been integrated into a RAG workflow?

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant