top | item 40659810

(no title)

leraptor | 1 year ago

Thanks! We've just spent a few months building this internally. We could have used your solution if we've seen it in time.

Do you support memory? Do you have some best practices that are integrated to build AI Assistants? Like the AI won't mention that they're ChatGPT or Claude etc

discuss

order

shich|1 year ago

Glad NLKit might be helpful in the future!

On memory: You're in luck, we do support conversation history and we're actively working on improvements like lazy loading for long conversations.

Best practices: Spot on! The project docs have tips for building assistants that hide the underlying LLM ( Feature: Assistant personas - https://docs.nlkit.com/nlux/examples/assistant-persona ). Plus, docs cover LangChain integration (supports any AI backend!), Next.js, HuggingFace (access to thousands of models at your fingertips), and any custom backend.