Migrated my @SpringAICentral project to 1.0.0-RC1. Here are the commits (breaking changes in the POM file, MCP support and SimpleVectorStore) https://t.co/kS5PSNYXSj
just upgraded my @SpringAICentral project to 1.0.0 M7. Mostly POM and package changes. Here is the changelog in case anyone needs it https://t.co/HhIrOoyie8
Excited that it's going GA next month!
wow this is cool, IntelliJ is finally catching up! Windsurf is coming to IntelliJ (and other Jetbrains products) with in-editor changes, so we don't need to copy/paste from the chat window anymore https://t.co/68vxdeYBT7
@therealdanvega yes, I agree price shouldn't be the main differentiator. It will be much more if you use it full time. Also those are subsidised prices, will be much more in 1-2 years when those companies will need to make money.
Moving my small demo app to Spring AI 1.0.0 M5 was smooth.
Only had to change the call to VectorStore.
Next step is to try out the new audio support.
https://t.co/4lhXxpKmd7
#springai
@piduruviswa@cursor_ai@bolt yes this field is moving very fast. We'll be doing a SingaDEV meetup on that on Jan 15th if you'd like to come, building some apps from scratch using Cursor and Copilot
been playing a lot on building Spring Boot applications with @cursor_ai
Experience is flabbergasting : code refactoring support, diffs are possibility to cancel changes are awesome.
VSCode is so much ahead with coding assistants. Wondering if IntelliJ is going to catch up
@therealdanvega hi Dan,
by the way another topic that might be interesting to cover (but maybe a bit more advanced?): Ollama is a development tool (doesn't support multi-threading, doesn't support models more than 13B etc). How to switch in production into something such as LlamaCPP?
@therealdanvega Some topics I struggled à but to find info about:
- chatmemory with conversation id (so each user has her own conversation)
- doing RAG for excel and pdf files with Apache tika integration
@habuma thanks Craig. I agree, but didn't find any good example on how to make sure that each user has their own session. For instance, I can expose a Rest endpoint and use the InMemoryChatMemory. But how to make sure that each of my users has their own session?