In this article I will be discussing the use of an alternative LLM for generative IA. OpenIA is commonly used, in this article I will show you how to use it and the advantages of using Ollama
In the generative AI usage model that we are used to, we have the following flow:
- we take texts from a data source (a file, for example) and embedding that text into vectors
- we store the vectors in an IRIS database.
- we call an LLM (Large Language Model) that accesses these vectors as context to generate responses in human language.

.png)


.png)