llm-tools / embedJs

A NodeJS RAG framework to easily work with LLMs and embeddings
https://llm-tools.mintlify.app/get-started/introduction
Apache License 2.0
335 stars 40 forks source link

Fixing conversation history #22

Closed davetaz closed 6 months ago

davetaz commented 7 months ago

Typo in conversation history which means it was never being sent to the AI resulting in a completely lack of an conversation type functionality.

adhityan commented 7 months ago

Thanks for sending this PR in. Will take a look and get back to you.