edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
368 stars 44 forks source link

Expose embeddings API #490

Closed fantix closed 4 months ago

fantix commented 5 months ago

This PR adds EdgeDBAI.generate_embeddings() function to allow users to generate embedding vectors without using the AI index in EdgeDB with custom input text.

I'll create another PR to add docs.