nlkitai / nlux

The π—£π—Όπ˜„π—²π—Ώπ—³π˜‚π—Ή Conversational AI JavaScript Library πŸ’¬ β€”Β UI for any LLM, supporting LangChain / HuggingFace / Vercel AI, and more 🧑 React, Next.js, and plain JavaScript ⭐️
https://docs.nlkit.com/nlux
Other
937 stars 48 forks source link

[FEATURE REQUEST] Lazy loaded history #69

Open ScreamZ opened 1 month ago

ScreamZ commented 1 month ago

I want to be able to lazy load my history.

Currently, I need to do a hacky trick with a react key as initialConversation is not reactive.

It could be nice to load very long conversations in a cleaner way that just loads 5000 messages in a row just for history.