Hello,
I am looking for Elixir libraries to build a chat / recommendations bot. It should be AI
driven (Open AI
or Gemini
) accelerated by data (about locations and businesses) stored in RDBMS.
Thank you.
Hello,
I am looking for Elixir libraries to build a chat / recommendations bot. It should be AI
driven (Open AI
or Gemini
) accelerated by data (about locations and businesses) stored in RDBMS.
Thank you.
I just Googled Elixir chatgpt
and got this:
Seems like it suits your requirements.
I’m aware of 3 libraries at the moment:
instructor
. I’d say if you find yourself struggling to write custom stuff with instructor
, take a look at this one. It’s simpler and easier to embed into your own code.Check out instructor_ex
- even if it doesn’t do quite what you want it should provide some inspiration / examples:
Thank you all, I appreciate that.