livekit / agents

Build real-time multimodal AI applications 🤖🎙️📹
https://docs.livekit.io/agents
Apache License 2.0
1.15k stars 227 forks source link

llamaindex example #692

Open ryanleecode opened 3 weeks ago

ryanleecode commented 3 weeks ago

is there an integration that uses llamaindex vectors and chatengine directly?

theomonnom commented 3 weeks ago

Hey, I added a bunch of examples in this PR

ryanleecode commented 3 weeks ago

Hey, I added a bunch of examples in this PR

You're amazing! 🤩

How would i choose between query engine versus retrieval? they both try to do the same thing right but in differents ways. could they even be combined?

theomonnom commented 3 weeks ago

Hey, I think it depends, I'm not sure at 100% but you can definitely combine both. You need to experiment by trial and error.