Track doesn’t mean store. The word you are looking for is “collect”. Saying you “track” implies you’re putting together a profile to be consumed in other services
It literally is token prediction with vector search. Yes there’s an app layer in the chat product for convenience and parsing but the model is exposing methods like ‘complete’ that predict out word sequences. When model…
Facepalm
LLMs are read only. A developer would be the one using the LLM to evaluate page response text and scraping what they need. LLMs cannot “crawl pages” or “scrape” or do anything - it’s an offline archive with a few…
Track doesn’t mean store. The word you are looking for is “collect”. Saying you “track” implies you’re putting together a profile to be consumed in other services
It literally is token prediction with vector search. Yes there’s an app layer in the chat product for convenience and parsing but the model is exposing methods like ‘complete’ that predict out word sequences. When model…
Facepalm
LLMs are read only. A developer would be the one using the LLM to evaluate page response text and scraping what they need. LLMs cannot “crawl pages” or “scrape” or do anything - it’s an offline archive with a few…