stanford-oval/storm

Can Co-Storm be instantiated using Ollama+Serper?

Poppy233 opened this issue · 1 comments

I want to ask a question that is not very advanced. Please forgive my ignorance.
Can Co-Storm be instantiated using Ollama+Serper?
Because this is not a bug, I did not apply the template. Please forgive me.

Co-STORM shares all the language model class and retrieval model class in the knowledge_storm package. You can change lm_config in the example script to use different language models in Co-STORM. You can also change rm in the example script to use different retrieval models in Co-STORM.