You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Infinity Embeddings Inference Server does support the creation of API-Keys (see here). The InfinityEmbeddings implementation does not seem to support this feature yet. Trying to add an api-Key to the function creates the error:
Extra inputs are not permitted [type=extra_forbidden, input_value='meinapikey', input_type=str]
For further information visit https://errors.pydantic.dev/2.9/v/extra_forbidden
This relates to the langchain.embeddings.infinity.InfinityEmbeddings class, which originates from the langchain-community version.
Motivation
Infinity is a really cool embedding inference service and a better integration into Langchain would make it a more viable alternative.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Infinity Embeddings Inference Server does support the creation of API-Keys (see here). The InfinityEmbeddings implementation does not seem to support this feature yet. Trying to add an api-Key to the function creates the error:
This relates to the langchain.embeddings.infinity.InfinityEmbeddings class, which originates from the langchain-community version.
Motivation
Infinity is a really cool embedding inference service and a better integration into Langchain would make it a more viable alternative.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions