oughtinc / ice

Interactive Composition Explorer: a debugger for compositional language model programs
https://ice.ought.org
MIT License
529 stars 66 forks source link

Added OpenAI embedding agent for relevance scoring only. #316

Closed PhylomatX closed 1 year ago

PhylomatX commented 1 year ago

Added OpenAI Embeddings Agent with "text-embedding-ada-002". It does only support the relevance method by returning the cosine similarity of the embeddings of two given texts.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

PhylomatX commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

stuhlmueller commented 1 year ago

Thank you!