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

mark embeddings() method as deprecated in favor of embed() #111

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

BruceMacD
Copy link
Collaborator

  • mark the embeddings() method as deprecated, embed() is a drop-in replacement that also allows for batch embeddings
  • the embeddings method will continue to work as expected
  • document the embed method

This PR relies on the next release of Ollama.

- mark the `embeddings()` method as deprecated, `embed()` is a drop-in replacement that also allows for batch embeddings
- the embeddings method will continue to work as expected
- document the embed method
README.md Outdated Show resolved Hide resolved
Co-authored-by: royjhan <[email protected]>
@BruceMacD BruceMacD merged commit 2d31f21 into main Jul 17, 2024
3 checks passed
BruceMacD added a commit that referenced this pull request Jul 19, 2024
BruceMacD added a commit that referenced this pull request Jul 19, 2024
* Revert "mark `embeddings()` method as deprecated in favor of `embed()` (#111)"

This reverts commit 2d31f21.

* Change embeddings doc to embed
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.

2 participants