What's the equivalent for LLMs for tabular or structured data? What makes them grasp the data easily and efficiently?
You've reached the end!
What's the equivalent for LLMs for tabular or structured data? What makes them grasp the data easily and efficiently?
So, what's the natural language for them?
kooi•2h ago
Could tokens be pre-embedded and saved? Suppose you're transferring a context to another agent. Currently I just copy/paste, tell the other agent to reference a .md file.
What is I could get a "compressed" binary file containing the context in the embedding space. Then the other agent can consume that and continue on it's merry way.