πŸ€”How does it work?

The nitty-gritty of how My AskAI actually works behind the scenes to answer your questions with AI (in case you are interested).

When you share a website with us we extract all of the text from it (keeping none of the original structure)

We then break that text up into chunks of text, each of which are then vectorized - this means that they are converted into a set of numbers or dimensions (1,536 to be precise) that, when considered together, in their entirety represent the semantic meaning of the text.

We then do the same vectorizing process with the question you ask (to understand the semantic meaning of your question)

We then perform a search to try to find the 4 closest (semantically relevant) chunks of text to the question you have asked (which, hopefully, indicates that the question and chunks of text are similar or related).

Once we have the question and chunks of text we put them into a completion prompt in the GPT-4o model (like you would use in ChatGPT) and ask it to answer your question using those pieces of text, its answer is what you see displayed to you.

Simple, eh?

Last updated