Hacker News new | past | comments | ask | show | jobs | submit login

Thanks for sharing the info.

> where each chunk can go through a multi-stage process, in which the output of the first stage is passed into another prompt for the next stage

Is it made possible by your custom code or is this that now OpenAI offers off of the shelf via their API?

If the latter, that would partially replace LangChain for simple pipelines.




It is made possible by my code. But I would emphasize that the code is quite trivial. It's literally just populating a prompt template with the output of a previous template-- simple string manipulation. I never could understand why anyone would want to use Langchain for that sort of thing.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: