s-kostyaev / elisa

ELISA (Emacs Lisp Information System Assistant) is a project designed to help Emacs users quickly find answers to their questions related to Emacs and Emacs Lisp. Utilizing the powerful Ellama package, ELISA provides accurate and relevant responses to user queries, enhancing productivity and efficiency in the Emacs environment.
GNU General Public License v3.0
37 stars 2 forks source link

Using llama3-chatqa #16

Open oatmealm opened 1 month ago

oatmealm commented 1 month ago

Hi there. This model sounds interesting. I was wondering if it's possible to simply swap fo the purpose of testing. I'm not getting any replies from the model so far. I'm assuing it might have a specilazed instruction set?

Its description:

A model from NVIDIA based on Llama 3 that excels at conversational question answering (QA) and retrieval-augmented generation (RAG).

s-kostyaev commented 1 month ago

Sure, this model looks very promising. I will definitely take a look. For now I'm trying to improve retrieving part of Elisa. You can see open PR.