6 ms·
Ugh, I feel exactly the same way. In fact, I've spent the last 2 weeks refactoring our entire LLM pipeline to completely root out LangChain. I'm just implementi
by glorpsicle 2y ago
Ugh, I feel exactly the same way. In fact, I've spent the last 2 weeks refactoring our entire LLM pipeline to completely root out LangChain. I'm just implementing basic RAG from scratch, which 1) has me learning a lot more quickly and 2) feeling much more in control of the entire pipeline.
- sleepytree 2y agoHow are you running the pipeline exactly? I'm new to AI dev and when I hear pipeline I think either CI/CD or something like Apache Airflow or Kestra.