acrolink
Libraries for AI driven chat-bot?
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.
Marked As Solved
martosaur
I’m aware of 3 libraries at the moment:
- langchain | Hex - I didn’t try this one myself, but looking at the docs it has a lot of stuff that’ll help with tools calls. That’d be my first choice.
- instructor | Hex - This one is mostly for structured outputs, but can be useful nonetheless. Make sure to check out the main branch, as all the juicy recent changes haven’t been published yet
- instructor_lite | Hex my fork of
instructor. I’d say if you find yourself struggling to write custom stuff withinstructor, take a look at this one. It’s simpler and easier to embed into your own code.
Also Liked
arcyfelix
I just Googled Elixir chatgpt and got this:
Seems like it suits your requirements.
al2o3cr
Check out instructor_ex - even if it doesn’t do quite what you want it should provide some inspiration / examples:
acrolink
@martosaur @al2o3cr @arcyfelix
Thanks for sharing, all helpful. I will tell you more about our needs so you can hopefully help me to choose better between the different libraries.
We are building a chat-bot which should help people choose a restaurant to dine at or to order food delivery. Users will be authenticated and data from previous chats will be stored in RDBMS in order to fine-tune future suggestions by the chat-bot.
The chat session will have stages:
A. Understand if users want to dine at a restaurant or want to order delivery.
B. Understand cuisine type / preference of user.
C. Provider suggestions based on AI or/and data about restaurants we have at RDBMS.
D. Help user make an order online using 3rd party API’s
What do you think, which library can suit these needs better? Thank you.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #code-sync
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








