Thank you. May I know if you would be interested in more of theory or hands on implementation style videos?
@pranavghoghari600Ай бұрын
@AIBites A balance between both. Core theories explained and maybe a quick implementation video. Since the implementation/use case will be different for every viewer but the theory paired with a simple quick example works perfectly.
@AIBitesАй бұрын
Thanks. That's quite a valuable and sensible feedback
@karthikreddy950425 күн бұрын
Can we use lightrag to pass the context to a fine tuned LLM?
@AIWhale3Ай бұрын
What databases are used in light rag? Do you use both a vector and graph db?
@AIBitesАй бұрын
though it uses graph structures for indexing, I believe in terms of storing the embeddings, its just any other vector DB
@antonijo01Ай бұрын
Is this method good for complex large codebases?
@AIBitesАй бұрын
It needs testing to see how well it copes with huge DBs. At least I feel it's going to do better than Naive RAG.
@antonijo01Ай бұрын
Is this method good for complex large codebases?
@AIBitesАй бұрын
good question and a nice candiate to test :-) As these techs are evolving fast, I believe only testing will showcase its limitations and potentials