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

Creating Knowledge Graph on Text File #13

Open
priyammaz opened this issue Nov 10, 2024 · 1 comment
Open

Creating Knowledge Graph on Text File #13

priyammaz opened this issue Nov 10, 2024 · 1 comment

Comments

@priyammaz
Copy link

I was wondering if it was possible to create a graph on any arbitrary text file instead of Wikipedia pages?

@dylanhogg
Copy link
Owner

Currently the LLM is used to generate associated concepts that are grounded on Wikipedia pages. So the current implementation doesn't do what you asked.

To extend to any arbitrary text file would be possible, particularly using a RAG approach that pulled in relevant text chunks based on some similarity score.

Another easier approach for small enough text would be to include this information in the actual prompt as background information.

I hope this helps answer your question.

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

2 participants