News
Big news: Gemini the GPT rival from Google DeepMind is finally here
Google’s rival to GPT is finally here and it's called Gemini. Here's how it stacks up to GPT and how you can get access and try it out right now for free.
News
Google’s rival to GPT is finally here and it's called Gemini. Here's how it stacks up to GPT and how you can get access and try it out right now for free.
OpenAI
Are you looking to expand GPT's capabilities? Check out this tutorial for a complete example of an AI Assistant that can send emails whenever we ask it to.
General
As Artificial Intelligence is rapidly integrated into the workplace, those who embrace the change will thrive, while others who resist will be left behind.
LangChain
OpenAI GPTs are trending and for a good reason. Anyone can now create their own custom ChatGPT and publish it for everyone to use. But did you know that there's an open-source alternative that does the same thing without the OpenAI platform lock-in?
OpenAI
This post goes over GPTs and AI Assistants. What they are, how do they work, what are the differences, and which one is most suitable for your use case.
OpenAI
Have you heard? Anyone can now create a custom ChatGPT without writing a single line of code. Jump right in to find out how you can start now.
OpenAI
It's now easier than ever to create your own AI Assistant that can handle a lot of computing tasks for you. See how you can get started with the OpenAI AI Assistant API.
Programming
This tutorial will guide you through the process of setting up the Milvus Vector Database and querying stored embeddings using the LangChain framework.
LangChain
Whether you're playing around with LangChain or building the next big RAG LLM app, you'll probably run into one of these issues at some point.
LangChain
Editing and customizing the internals of LangChain agents and chains is not a pleasant experience. LangChain Templates solves this issue by exposing the inner workings as downloadable templates.
General
Don't skip securing your RAG app like you skip leg day at the gym! Here's what Prompt Injection is, how it works, and what you can do to secure your LLM-powered application.
General
Here are five of the best movies and TV shows about artificial intelligence that I recommend you should watch if you haven't.
General
Today, we're going to take a look at Haystack, LangChain, and LlamaIndex and how these tools make it easy for us to build RAG apps.
General
In the age of AI and NLP apps, Vector databases have become more popular than ever. Learn why and see how you can potentially make use of them in your RAG app.
Programming
If you're wondering how you can convert the text returned by an LLM to a Pydantic (JSON) model in your Python app, this post is for you.
Machine Learning
In this post, we're going to define what fine-tuning and vector embeddings are and look at which approach could be better suited for your specific use case.