* Add: Typewriter effect for the chatbot v2, should play well with the syntax coloring and everything else.
* Update: More refactoring and optimization of the chatbot v2. Ready to go forward!
Add: Sync Posts with Embeddings (on Publish, on Update, and on Trash).
Update: When missing orphan embeddings are found (a vector is in Pinecone, but not in WordPress), a specific orphan entry will be created. You can safely delete it. Best to keep everything clean.
Update: The Finetunes are now a module, that can be completely disabled (and it is, by default).
Update: Overhaul of the language system. It's now unified, and I'll make it even better a bit later.
Update: AI Engine automatically makes sure the texts aren't too long for some operations; it now uses the number of tokens rather than the number of characters. Give better results.