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

Add support for embedding model mxbai-embed-large #161

Merged
merged 2 commits into from
Apr 14, 2024

Conversation

andrewnguonly
Copy link
Owner

This PR resolves #160.

@andrewnguonly andrewnguonly merged commit c27a0a7 into 1.0.14 Apr 14, 2024
1 check passed
@andrewnguonly andrewnguonly deleted the mxbai-embed-large branch April 14, 2024 03:29
export const EMBEDDING_MODELS = ["nomic-embed-text", "all-minilm"];
export const EMBEDDING_MODELS = [
"nomic-embed-text",
"all-minilm",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recall looking a while back (time flies) ot Ollama code to see if there was a way to list models only of a certain type, but now I can't remember what I found!

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not aware of any functionality in the Ollama API. Although, I agree that this would be a useful feature.

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