-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.Embedding.DistanceFrom
Andrew Lambert edited this page Jan 21, 2024
·
2 revisions
Function DistanceFrom(OtherEmbedding As OpenAI.Embedding) As Double
Compares this embedding to the other embedding. Returns a Double between -1.0
and +1.0
where +1.0
means completely identical and -1.0
means completely different.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.