spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Create a ChatEngine helper class

Open markpollack opened this issue 2 years ago • 2 comments
trafficstars

This would be akin to llamindex chatengine as well as what was done in canopy from pinecone.

This is the alternative to following the design in langchain which adds on workflow/chain elements that at the moment is too premature (in my mind) to delve into and can be added later. Functional programming chain in Java can also be useful in this context, will wait and see how it evolved.

markpollack avatar Nov 17 '23 19:11 markpollack

The work from https://github.com/spring-projects-experimental/spring-ai/pull/80 should be reviewed in addition to the above links.

markpollack avatar Nov 17 '23 19:11 markpollack

We may consider putting is a small WIP under a 'sandbox' or 'samples' project directory that is not distributed as a maven artifact for 0.8.0

markpollack avatar Dec 04 '23 20:12 markpollack

Is this superseded by the new ChatClient API?

ThomasVitale avatar Jul 10 '24 12:07 ThomasVitale

Yes, this is the case Thomas. Closing

markpollack avatar Jul 22 '24 14:07 markpollack