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

[Feature Request]: Integrate Triplex for cheaper triplet extraction #632

Closed
emrgnt-cmplxty opened this issue Jul 19, 2024 · 2 comments
Closed
Labels
community_support Issue handled by community members

Comments

@emrgnt-cmplxty
Copy link

Is your feature request related to a problem? Please describe.

Triplex [https://huggingface.co/SciPhi/Triplex, https://www.sciphi.ai/blog/triplex] makes it 98% cheaper to extract knowledge graph triples when compared with gpt-4o, with better performance. I would like to see support for this model merged into GraphRAG.

Describe the solution you'd like

Where gpt-4o is being used to extract knowledge graph triplets, it would be great to have a configurable flag that allows a local version of triplex, served via ollama, to be ran instead.

Additional context

I contributed to the creation of triplex and am very interested in contributing to make triplex accessible in the GraphRAG repository.

@emrgnt-cmplxty emrgnt-cmplxty added the enhancement New feature or request label Jul 19, 2024
@andysingal
Copy link

Is your feature request related to a problem? Please describe.

Triplex [https://huggingface.co/SciPhi/Triplex, https://www.sciphi.ai/blog/triplex] makes it 98% cheaper to extract knowledge graph triples when compared with gpt-4o, with better performance. I would like to see support for this model merged into GraphRAG.

Describe the solution you'd like

Where gpt-4o is being used to extract knowledge graph triplets, it would be great to have a configurable flag that allows a local version of triplex, served via ollama, to be ran instead.

Additional context

I contributed to the creation of triplex and am very interested in contributing to make triplex accessible in the GraphRAG repository.

totally agree, love it

@natoverse natoverse added community_support Issue handled by community members and removed enhancement New feature or request labels Jul 22, 2024
@natoverse
Copy link
Collaborator

Consolidating alternate model issues here: #657

@natoverse natoverse closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_support Issue handled by community members
Projects
None yet
Development

No branches or pull requests

4 participants
@natoverse @andysingal @emrgnt-cmplxty and others