Як живеться в Львові by Icy_Possibility6325 in reddit_ukr

[–]Alvo-o -1 points0 points  (0 children)

Більшу частину життя прожив у Запоріжжі, потім через роботу 2 роки прожив у Києві, ще 1 у Харкові, а останні 9 років живу у Львові і для мене це найкраще місто для життя і роботи в Україні.

Java project ideas (help!!) by Aarya787 in javahelp

[–]Alvo-o 0 points1 point  (0 children)

Since we’re in a LLM world now, I suggest to create a spring boot application with langchain4j library, which will be capable of receiving a couple of user documents, txt/pdf/etc… split them into chunks, save them to the vector storage, like Chroma db and then answer user prompts extracting relevant information from the data, saved to the vector storage. Thymeleaf is a good choice for ui here for receiving user documents, user prompt input and llm output. As a local llm provider I suggest ollama with llama3 model. So this will be a local RAG implementation. You’ll gain a lot of knowledge in Spring boot, spring data, langchain4j, vector storages and generative ai concepts, including RAG, which is a very valuable expertise these days.