Artificial Intelligence (AI)

SQLServerCentral Article

Influencing a Local AI

  • Article

I set up a local AI LLM to run and then conducted some experiments. This post shows a bit about the experiments and a little code. The setup is on my blog using Docker to containerize an Ollama LLM, which you can read about. The Basic Setup If you read my blog, I downloaded an […]

5 (2)

You rated this post out of 5. Change rating

2025-01-20

1,509 reads

SQLServerCentral Article

Vector DB implementation using FAISS

  • Article

Searching for relevant information in vast repositories of unstructured text can be a challenge. This article explains a Python-based approach to implementing an efficient document search system using FAISS (Facebook AI Similarity Search) for Vector DB and sentence embeddings, which can be useful in applications like chatbots, document retrieval, and natural language understanding. In this […]

You rated this post out of 5. Change rating

2025-01-17

1,441 reads

Blogs

Drop roles in Postgres

By

You can’t just exec DROP ROLE your_role_name; if it’s granted perms or other roles...

Get a PAT in Azure DevOps

By

I have a presentation recently on Continuous Integration Using Local Agents in Azure DevOps...

The Local OLLAMA Gui

By

I ran a small ollama model in a container and have been doing some...

Read the latest Blogs

Forums

Why you should avoid Implicit Measures in your Power BI model

By Koen Verbeeck

Comments posted to this topic are about the item Why you should avoid Implicit...

Calculating Numerator and Denominator

By Reh23

Good evening, I have a rather peculiar issue while trying to calculate Numerator and...

Select statement with in using multiple columns

By mjohnson 71479

I inherited a mess.   The previous developer did not understand how to set up...

Visit the forum

Question of the Day

The AG Synchronous Replicas

In a SQL Server 2022 Enterprise Edition AG, how many replicas can be configured with synchronous commit mode?

See possible answers