xintongsong commented on PR #238: URL: https://github.com/apache/flink-agents/pull/238#issuecomment-3351188694
Actually, I've notice that the rag agent is under `examples/`, not `examples/quickstart/`. I think we should have both quick-start examples which should be the simplest examples to get start with, and also other examples showing how to use the core features or dealing with typical scenarios. That's why we have made `quickstart/` a sub-directory of `examples/`. You may also noticed that we have moved other "examples" from `examples/` to `e2e_tests/`, because those are too detailed and more like test cases to prove that an certain features work. I think the rag agent might be more suitable for the normal examples. Users probably won't need it in the first step, but would look for it when they need to work on some rag-like stuff. That's why I haven't point it out when reviewing the previous PR. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
