DBDaniel Bichuettiinbichuetti.net·Dec 28, 2022 · 2 min readQdrant AuthenticationQdrant is becoming more and more popular, and its use is increasing every day. At Intelijus, we decided to try its amazing capabilities and see how it performed. Using the helm chart, everything worked perfectly to deploy into our cluster. However, s...01S
DBDaniel Bichuettiinbichuetti.net·Sep 5, 2022 · 13 min readNLP endpoints: Haystack plus FastAPIIn this article, we will build together a FastAPI application which interacts with Haystack. It's an experiment intended to be a starting point for anyone wishing to use haystack as a service for other projects. And one of the easiest ways is through...00
DBDaniel Bichuettiinbichuetti.net·Feb 27, 2022 · 7 min readServerless Web API with Azure Function v4 and CosmosDBToday we will together build our first serverless Web API using Azure Functions v4 and CosmosDB as a serverless database. 1. Setup First, make sure .NET 6 SDK is installed on your machine. You can get guidance here. Then you will need to install ...00