autogenhub / autogen

A programming framework for agentic AI. Discord: https://discord.gg/pAbnFJrkgZ
https://autogenhub.github.io/autogen/
Apache License 2.0
119 stars 22 forks source link

[Falkor DB Integration Part 1] Implement FalkorGraphQueryEngine #37

Closed randombet closed 1 month ago

randombet commented 2 months ago

Why are these changes needed?

This is the first part of Falkor DB integration. In this PR, I wrap up implement FalkorGraphQueryEngine and setup the integration test.

In the next few PRs, I will implement Falkor DB Graph RAG capability and add a notebook example.

Related issue number

GraphRag Integration

Checks

randombet commented 2 months ago

@randombet can we have a reference notebook for this PR?

@Hk669 The notebook will be included in the next PR when we add the capability to an agent.