OSU-NLP-Group / HippoRAG

[NeurIPS'24] HippoRAG is a novel RAG framework inspired by human long-term memory that enables LLMs to continuously integrate knowledge across external documents. RAG + Knowledge Graphs + Personalized PageRank.
https://arxiv.org/abs/2405.14831
MIT License
1.42k stars 118 forks source link

How can we use it without openai? #39

Closed hemangjoshi37a closed 4 months ago

hemangjoshi37a commented 4 months ago

Is it possible to use it locally without openai api?

Reza-Ardestani commented 4 months ago

Hello Hemang,

Yes, It is totally possible and It's simple.

Please visit my tutorial on this important matter as to how run RAGs locally: https://youtu.be/7wSUWx1eIF0?si=L7uMGXVbpv8iklg4

If you found this helpful, please consider sharing with friends.

Thank you,

bernaljg commented 4 months ago

Thanks @Reza-Ardestani for your tutorial but I do not think it's quite relevant to the question directly.

@hemangjoshi37a: Running HippoRAG locally using our repository is not currently tested but will be added in the future.

hemangjoshi37a commented 4 months ago

@bernaljg @Reza-Ardestani thanks