Skip to content

feat: add support for custom embedding models#4

Open
GitHoobar wants to merge 1 commit intomainfrom
feature/custom-embedding-model
Open

feat: add support for custom embedding models#4
GitHoobar wants to merge 1 commit intomainfrom
feature/custom-embedding-model

Conversation

@GitHoobar
Copy link

Wrong attribute name in validation (_embeddings.py:97): Uses config.embedding_model_name but config defines embedding_model — will raise AttributeError.
Model not passed to embed function (recall.py:45): Reads model = self.config.embedding_model but never passes it to embed_texts(query) — always uses default model.
Wrong attribute name when setting dimension (init.py:141): Sets embedding_dimensions (plural) but config has embedding_dimension (singular) — user-provided dimension is silently ignored

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.

1 participant