Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf) Make get_embeddings work both for foundational & tuned models. (b8b589c) Python SDK for Vertex Model Monitoring V2. (021d59f) Support public endpoint for Ray Client (57a5f...
Great! Our authenticate function is now working the way we want it to. Creating a User if Necessary Next we should check that, if our authenticate function has a valid assertion from Persona, but we don’t have a user record for that person in our database, we should create one. Here...