Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Nomic Embedding API and Nomic Embed #125

Merged
merged 4 commits into from
Feb 8, 2024

Conversation

AndriyMulyar
Copy link
Contributor

Initial PR:

The Nomic Embedding API does not have the same JSON schema as the OpenAI API - the code in this PR assumes that it does.

I am not exactly sure how the epsilla develoeprs want to handle special casing the endpoint. It needs:

  • texts: a list of text documents
  • model: the nomic embedding model
  • task_type: the task you are using the embedding for

Here is the official API Reference: https://docs.nomic.ai/reference/endpoints/nomic-embed-text

@richard-epsilla richard-epsilla merged commit 28c981b into epsilla-cloud:main Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants