Andrej Baranovskij Blog
Blog about Oracle, Full Stack, Machine Learning and Cloud
Monday, April 29, 2024
LLM JSON Output with Instructor RAG and WizardLM-2
›
With Instructor library you can implement simple RAG without Vector DB or dependencies to other LLM libraries. The key RAG components - good...
Monday, April 22, 2024
Local RAG Explained with Unstructured and LangChain
›
In this tutorial, I do a code walkthrough and demonstrate how to implement the RAG pipeline using Unstructured, LangChain, and Pydantic for ...
Monday, April 15, 2024
Local LLM RAG with Unstructured and LangChain [Structured JSON]
›
Using unstructured library to pre-process PDF document content, to be in a cleaner format. This helps LLM to produce more accurate response....
Sunday, March 31, 2024
LlamaIndex Upgrade to 0.10.x Experience
›
I explain key points you should keep in mind when upgrading to LlamaIndex 0.10.x.
Monday, March 25, 2024
LLM Structured Output for Function Calling with Ollama
›
I explain how function calling works with LLM. This is often confused concept, LLM doesn't call a function - LLM retuns JSON response wi...
Sunday, March 17, 2024
FastAPI File Upload and Temporary Directory for Stateless API
›
I explain how to handle file upload with FastAPI and how to process the file by using Python temporary directory. Files placed into temporar...
Sunday, March 10, 2024
Optimizing Receipt Processing with LlamaIndex and PaddleOCR
›
LlamaIndex Text Completion function allows to execute LLM request combining custom data and the question, without using Vector DB. This is v...
‹
›
Home
View web version