AC
AC
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
Yes, for sure, happy to do a screenshare and show you what I've done once I'm past alpha testing which should be in a week or two
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
Wasp + PgVector. But also, keep in mind (1) I've only been coding in earnest for 5 months; (2) I wanted to be able to experiment with different chunking methods; (3) I did some Python data science in uni, so am a bit more familiar with it.
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
I have 7 different RAG queries during a 5 minute onboarding process. It was just easier and more efficient to create a Python layer with Pydantic.
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
I got it working, but the latency didn't make sense for my use case @NEROX .
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
No description
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
What did you end up using @Stefan VitĂ³ria ? I'm currently finishing up a RAG/AI model built in Flask, with Pydantic. I'm just about to start abstracting out all my AI API calls from Wasp into that app...the latency so far is much better.
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
Like OP, I ended up going with a separate database (Chroma) after running some latency tests and further requirements analysis.
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
@miho So, I'm having to make some adjustments on my first intended implementation. Basically, I want a system that creates the vectorized embeddings, and realizing that (of course) Node is not best for this. I've created a Langchain powered Flask app to create the embeddings, which can be triggered via my Wasp app. Looking at the embeddings-app in Wasp, I'm wondering if there's info on search latency? I took a look through the docs and couldn't find anything. The other option is to run the search in Flask, but concerned about latency there as well.
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
Got it working - Amazing!!! Just saved me a bunch of time. Thanks!
32 replies
WWasp
Created by Zuck on 5/14/2024 in #đŸ™‹questions
Anyone got RAG working with WASP?
How did the example Wasp application get around Prisma limitations for vector columns? Was it through this kind of implementation? https://github.com/vercel/examples/blob/nuxt-blob-example/storage/postgres-pgvector/prisma/schema.prisma
32 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
(Also not trying to be coy, happy to share my doc and eventual Github Action if that helps)
38 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
For what it's worth (with @miho 's suggestion of using OrbStack), I think this might be more of a documentation issue? Now that I know how to do this, it's taking me under 5 minutes to deploy my app on Netlify/Heroku. Once I'm done my initial product deployment, I'll set up a Github Action to automate the whole process.
38 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
No problem! Happy to reduce the deployment pain.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Just hope it doesn't break again because of fly outages, haha
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yay!
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
That was one of the last errors for me too, if I recall correctly. You have to change the port in the fly-generated deploy docs, if I recall correctly.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Yeah, that's it!
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I'm at the point now, where I can deploy on Heroku/Netlify in <5 minutes every time.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
I'd have to dig through my Claude logs, which I won't be able to do until next week. But happy to share once I have the results. As an alternative, I ended up switching to Heroku and Netlify (I ran into some dependability issues with fly, and it was a bear to set up), and as of this AM, I have relatively robust notes on it ready to go. I can share those rn.
31 replies
WWasp
Created by ein on 1/3/2025 in #đŸ™‹questions
Deployment Error
Whatever you do though, I wouldn't try and manually update the CORS files. I went down a whole rabbit hole trying to adjust them, and it didn't help. I know the bot is suggesting that as an option, but my understanding is that OpenSaaS is really supposed to work out of the box.
31 replies