Category Archive For "AI"
Embeddings in OpenAI and Azure OpenAI on Your Data
Embeddings is the knowledge that exists in the “brain” of an LLM system. What an embedding does is simple: It gets as input a text, and it creates a vector for this text. E.g, it gets the text “Hi, my name is Fotis” and it creates a vector [0.2, 0.1, ….-0.3]. Then, it stores all these vectors in …
OpenAI + HR Platforms: 11 ideas to integrate OpenAI & ChatGPT in your SaaS HR Platform
Integrating OpenAI into your SaaS platform can bring a wealth of benefits for your customers. Imagine automating repetitive tasks, improving decision-making, and even forecasting talent needs. In this article, inspired by a discussion with a Polish HR-Platform SaaS vendor, we’ll dive into how OpenAI can be leveraged by software development companies, startups, scaleups, SaaS vendors …
Unlocking the Potential of OpenAI and ChatGPT on Azure: A Guide for Startups and Digital Natives Companies
OpenAI and ChatGPT are the new cool kids on the block, so let’s have a look how startups and software development companies can leverage them to create cutting-edge applications. OpenAI is already available as a managed service on Azure and ChatGPT is coming soon. In this post we’ll have a look at: (Note: If you are …
What is AI (for non-technical people) and how to use it in your company
Below you can find my notes from a very interesting online course on AI, from Andrew NG, an AI team leader at some of the most prominent AI projects in the world, which is available here. So, let’s have a look at what AI is all about and what AI can do for your company. Let’s …