Find answers from the community

Home
Members
jklwonder
j
jklwonder
Offline, last seen 3 months ago
Joined September 25, 2024
Can anyone help check this? Is it only me facing this issue?
23 comments
L
j
hello, i am using your tutorial but it fails... what happened? https://docs.llamaindex.ai/en/stable/api_reference/llms/openai/
4 comments
L
j
I found the implementation from llama-index is powerful, but just wonder whether the mechanism is totally the same, or any steps suggested by Microsoft is not implemented.
7 comments
j
L
S
j
jklwonder
·

Llm

Hello, I am using your implementation of GraphRAG with llamaindex (https://docs.llamaindex.ai/en/stable/examples/cookbooks/GraphRAG_v1/?h=graphrag), and it works very well! I have a question, can we have "gpt-4o-mini" or our finetuned llm model in the query_engine building? Now they only accept a limited sets of OPENAI model. Thanks!
query_engine = GraphRAGQueryEngine(
graph_store=index.property_graph_store, llm=llm
)
8 comments
j
L