Getting Started with NeuronAI Workflows

Learn how to get started with NeuronAI Workflows by combining simple AI agents, tools, and APIs to automate basic tasks.

June 20, 2025 · 7 min

Working with PHP, Ollama and embeddings

While LLMs, such as the popular GPT family models, are incredibly advanced, they do have their limitations. Primarily, they rely on a static set of knowledge learned during their training phase, which means they might lack specific knowledge on certain topics. One of the key concepts in working with textual data is embeddings. These are representations of text in a dense vector space, where similar items are mapped to nearby points. This technique effectively captures the semantic meaning of words, phrases, and even larger text structures like sentences and paragraphs. ...

June 9, 2024 · 2 min