Hello,
Some LLM are provided as services (mainly open source LLMs like llama or granite) for example Groq. To create a GraphRAG you need an LLM to detect entities and relationships, and for the retrieval, you need embeddings to make the search on the documents.
My question is, since many examples are related to openai, if there are some examples to create a GraphRag with services like Groq or other. Thanks.