Replies: 1 comment
-
Instead of changing the internal structure of Neuron it could be implemented as a standalone package. It could be an implementation of the chat history that requires an AI Provider. Once the chat history has an instance of an AIProviderItnerface it can be used to perform summarization when needed. Take a look at the https://docs.neuron-ai.dev/components/pre-post-processor#querytransformation It's a good use of the components already included into Neuron. It could be eventually published on NeuronHub |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've added the ability to summarize documents if desired: mgraichy/neuron-ai/
If you feel this is a good addition to the code base, I could open a PR.
(And kudos on the code base! Very clearly written, a real pleasure to work with)
Beta Was this translation helpful? Give feedback.
All reactions