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

fix: Support model configurations #33

Merged
merged 1 commit into from
Jan 29, 2024
Merged

fix: Support model configurations #33

merged 1 commit into from
Jan 29, 2024

Conversation

bjchambers
Copy link
Contributor

@bjchambers bjchambers commented Jan 27, 2024

This stores the dimensions of known models in the DB. I considered just a static dictionary or an in-memory dictionary, but this seems like a good place for us to attach other information we may need about "known embeddings", etc.

This closes #21.

This actually supports more model strings (for resolving the embedding)
than we actually support in the dimensions right now.
@bjchambers bjchambers merged commit 86fb278 into main Jan 29, 2024
@bjchambers bjchambers deleted the bjchambers/issue21 branch January 29, 2024 16:33
@bjchambers bjchambers added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bring back support for other embedding models
2 participants