Nicolas Fränkelfrankel.hashnode.dev·Nov 14, 2024Langchain4J musingsI’m coming relatively late to the LLM party, but I rarely come very early in the hype cycle. For example, I never bought into blockchain, the solution still searching for problems to solve, nor in microservices, the latest in the cargo cult IT trend...Discusslangchain4j
Taehyeong Leejsonobject.hashnode.dev·Oct 20, 2024Building a Custom OpenAI-Compatible API Server with Kotlin, Spring Boot, LangChain4jOverview Since OpenAI released ChatGPT to the world in November 2022, OpenAI's LLM has become the de facto standard. Many open-source and commercial solutions supporting LLM integration offer OpenAI Compatible APIs that function identically to OpenA...Discuss·11 likes·376 readsopenai
Georgii Turevichgeorgiiturevich.hashnode.dev·Aug 24, 2024Java Developer's Journey: Integrating OpenAI and Anthropic APIs with LangChain4jAs a Java developer, I've often felt left out when it comes to working with Large Language Models (LLMs). Many LLM providers offer SDKs primarily for Python or JavaScript, leaving Java developers at a disadvantage. That's why I was excited to discove...DiscussJava
Rob Brownjava-ai.hashnode.dev·Aug 15, 2024Building a Desktop AI Chat Application with LangChain4j and Install4j1. Introduction In the rapidly evolving landscape of artificial intelligence (AI), there is a growing interest in harnessing the power of AI for various applications. While browser-based AI tools have gained popularity, they often come with limitatio...Discuss·44 readsinstall4j
Taehyeong Leejsonobject.hashnode.dev·Jul 22, 2024Building a Slack AI Chatbot with Amazon Bedrock Claude and LangChain4jOverview In the era of Gen AI, one of the best ways to leverage Large Language Models (LLMs) is through the familiar platform of Slack. By creating an AI Chatbot as a Slack App, we can make it operate with a specified persona, much like interacting ...Discuss·1 like·277 readsslack
Taehyeong Leejsonobject.hashnode.dev·Jun 8, 2024How to Create a Shell Script to Query LLM with Local File Using Kotlin and LangChain4jIntroduction OpenAI's GPT-4o model currently supports text and image data through the Chat Completions API but does not support binary files. By converting files such as PDF, EPUB, DOCX, PPTX, and XLSX to text, you can perform productive tasks with ...Discuss·3 likes·113 readsllm
Prabhu Rblog.teamnexus.in·Apr 8, 2024AI/ML - LangChain4j - AiServicesThe previous article our focus has been on delving into foundational elements of LangChain4j such as ChatLanguageModel, ChatMessage, ChatMemory, and others. Working with components at this level offers great flexibility and complete control, but it c...DiscussAI/ML - JavaMachine Learning
Philippe Charrièrek33g.hashnode.dev·Apr 4, 2024Create a Java GenAI StackIn this series, "AI Experiments with Ollama on a Pi5," I explained that you could run LLM locally, even on a small machine. This is possible using "small" LLMs like DeepSeek Coder, TinyLlama, TinyDolphin, etc. I ran all my examples with Docker Compos...Atharva Shirdhankar and 1 other are discussing this2 people are discussing thisDiscuss·10 likes·517 readsDocker Compose, Ollama and LangChain4Jvert-x
Prabhu Rblog.teamnexus.in·Mar 28, 2024AI/ML - Langchain4j - Chat MemoryIn the preceding article, we were introduced to AI/ML concepts and explored the process of running a local Large Language Model (LLM) - Ollama. We further delved into interacting with it via Java using JBang and Langchain4j. Now, let's explore into ...Discuss·1 likeAI/ML - JavaMachine Learning
Prabhu Rblog.teamnexus.in·Mar 20, 2024Beginning the AI/ML Journey with Ollama, Langchain4J & JBangThe realm of AI/ML, especially Generative AI, has garnered significant attention worldwide following the emergence of ChatGPT. Consequently, there has been a surge of interest in developing various models and tools within this domain. In this article...Discuss·1 likeAI/ML - JavaAI