-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cool project! #1
Comments
Thanks a bunch! Yes I am accepting PRs, suggestions, advice, personal insults, etc. My tentative roadmap for first phase is:
Chains:
GenServers:
I already have scrapeChain and Scraper that basically work. The goal is that Daemon, Inquisitor and Scraper are high-level general-purpose AI agents that come with a toolbelt for common generic tasks so casual users can just jump right in. But people can also dig in and make their own custom chains as well. |
What's the best way to contribute to this project? I was about to start working on the same thing, but came across this project. I'm looking to build a conversational bot with history and the ability to use tools. We built a couple chains in Elixir using EEX to store the prompts. Would you be open to meeting with me to see if we can collaborate on this project? Thanks! |
I'm definitely up for meeting contributors, I should be available any time today. What's best way for you? |
I couldn't figure out how to get into Slack, but I just joined Discord. My username is sethcalebweeks there. Tried finding you under the name orthogonal, but couldn't find you. |
I'm HarmlessLurker#9226 on Discord, feel free to ping me!
…On Fri, May 5, 2023 at 1:57 PM Caleb Weeks ***@***.***> wrote:
I couldn't figure out how to get into Slack, but I just joined Discord. My
username is sethcalebweeks there. Tried finding you under the name
orthogonal, but couldn't find you.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRNA3EVNS44BMXEHVVXGTDXEVER5ANCNFSM6AAAAAAXWPZ5OY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@orthagonal and @sethcalebweeks I would humbly like to join this conversation and see if I can do something to contribute. I am quite a newbie to Elixir (and programming in general). My goal was to implement the functionalities of AI into Elixir code and this is how I came to this project (didn't want to start learning python to do a couple things, really). It would be amazing to achieve some type of AutoGPT functionality, but with the power of Elixir. I am in discord under @BigSpaces |
Found @orthagonal and sent a friend request :) |
Not sure if this is the right place to ask, but how can we use Bumblebee with scraper? I went looking through the docs (and test) and tried running a few experiments without luck. Thanks! |
You should be able to back the scraper with any of the language model providers in the API wrapper, in the scraper example I think you can just replace: openai_provider = %LangChain.Providers.OpenAI.LanguageModel{
bumblebee_provider = %LangChain.Providers.Bumblebee.LanguageModel{ Bumblebee will download the Huggingface model specified by model_name to your local cache and try to run it on your GPU, so you'll need Nx and a beefy machine to run most of those. Let me know if you run into any problems. |
Thanks. That returned an error, I'll open an issue. |
Hey @orthagonal , I found your repo when searching for a Langchain implementation for elixir.
Are you accepting PRs? Let me know what are your plans for the repo!
The text was updated successfully, but these errors were encountered: