llm

  1. Magma

    B4J Tutorial [PyBridge] Text-Embedding using Local LLM with the help of Python (Get ready for AI)

    We are living in a world with a lot of changes/developments... The following sentence is for any developer here: I still support the idea for B4X Open Source Software even i have no time to breath (I know - you are in the same situation) - but i will give my little stone to help you because I...
  2. Pendrush

    B4J Library Ollama4j library - Pnd_Ollama4j - Your local offline LLM like ChatGPT

    What is Ollama? Ollama is a free and open-source project that lets you run various open source LLMs locally. For more info check this link. Ollama for Windows and system requirements Download Ollama server Top LLMs for Coding All Developers Should Know About Short video (3 minutes) about...
  3. alwaysbusy

    LLM's and the importance of using RAG in the chain

    I have been working on a library to use LLM's (like openAI) in B4J for our company. Using OpenAI is pretty simple to do with their REST API, but it quickly becomes quite costly as they not only make you pay for the output, but also for the input. In comes RAG (Retrieval Augmented Generation). It...
Top