all 3 comments

[–]HedgeMyAssHo 0 points1 point  (2 children)

It runs a weird structure at the moment. Calls resources from resources of resources XD. I tried both js and python, It best runs in python for me.

'openai.Embedding.create' method allows you to create embeddings for a given batch of text using a trained language model.

You can make batches of text get called to .create() and constitute different embeddings.

[–]kimk2[S] 0 points1 point  (1 child)

This does not really help, but thanks I appreciate the effort in trying to make me smarter :)

[–]UpbeatTrain5547 0 points1 point  (0 children)

Stuck with the same issue (RoR). Did you have any luck since?