Using the Pinecone vector database in .NET
If you’re building generative AI applications, you need to control the data used to generate answers to user queries. Simply dropping ChatGPT into your platform isn’t going to work, especially if you’re using proprietary data that wasn’t part ...
Using PostgreSQL as a vector database in RAG
PostgreSQL with the pgvector extension allows tables to be used as storage for vectors, each of which is saved as a row. It also allows any number of metadata columns to be added. In an enterprise application, this hybrid capability of storing both ve...
Oracle CloudWorld 2024: Latest news and insights
Oracle CloudWorld, one of the tech industry’s signature events, began September 9th. The event, known as OpenWorld until 2020, is a significant gathering for IT professionals, developers, and business leaders looking to explore the latest advancem...
Exception handling in Java: The basics
If you’ve ever wanted to understand how failure is represented in source code, you’ve come to the right place. In addition to an overview of Java exceptions, this article gets you started with Java’s language features for throwing objects, tryin...
Linux Mint Takes To Forking Some APT Components
The Linux Mint project has at times forked various open-source projects to evolve them on their own such as the Cinnamon desktop starting out as forks of several GNOME 3 components. While their software forks and focus has mostly been at the desktop-le...