Multi-modal “AI_agent”

I want to build a Multi-modal LAM-app {Large Action/Agentic Model} that leverages the state of the art modern computer vision, image caption, chatbot conversation completion, RAG embedding vector dataset through the chain of thought architecture. The additional App function capability is to algorithmically augmented underwriting, as coverage isnurance offer (text-to-image .GIF) and potential delivery output for prevention behavior.
No description
No description
No description
10 Replies
designfailure
designfailure4mo ago
I had try “usemage.ai” but the rusult…
MEE6
MEE64mo ago
Wohooo @designfailure, you just became a Waspeteer level 1!
designfailure
designfailure4mo ago
Thanks 🙏
miho
miho4mo ago
I think Wasp could be a good fit for you if you are looking to do this 😄 usemage.ai a great way to get starter quickly with some boilerplate, but keep in mind that Wasp is not a no-code platform and still requires you to know React and Node.js We have an example app using Pinecone and another using Postgres+PG Vector
miho
miho4mo ago
Here's a RAG example app we built https://github.com/wasp-lang/ask-the-documents
GitHub
GitHub - wasp-lang/ask-the-documents: Ask The Documents (Embeddings...
Ask The Documents (Embeddings / ChatGPT) with Wasp & PG Vector - wasp-lang/ask-the-documents
designfailure
designfailure4mo ago
Multi-modal any example
miho
miho4mo ago
I guess it's no more complicated than working with text 🤷‍♂️ if you are sending some data to some remote API and getting a result
designfailure
designfailure4mo ago
I am to much “No-Code” & programming_lazy… so looking for something like DUTABUTTON. I guess @WaspBot might help me deploy such app
miho
miho4mo ago
What is "DUTABUTTON"? First time hearing about it? 😄 Yeah, as I already mentioned, we do require you to know React and Node.js to work with Wasp, but maybe you can take on the challenge
martinsos
martinsos4mo ago
@designfailure welcome to Wasp community :)! What you are looking for is quite complex, and really the most work you will have to do doesn't have anything to do with Wasp. Wasp is a framework, and you can use it to build a web app that will be interacting with the code agent you described, but implementing such code agent is a quite specific and custom task that you will have to mostly handle on your own. usemage.ai is good to kick start simple wasp apps, but building a code agent is quite the opposite, a quite complex task, and usemage.ai for sure wont be able to help you much there. You basically want to build your own Mage, but more complex :D. If you don't have a lot of konwledge in programming, this will be very hard. If you are interested how we built Mage, check this blog post: https://wasp-lang.dev/blog/2023/07/17/how-we-built-gpt-web-app-generator .