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 license #50

Merged
merged 1 commit into from
Nov 2, 2022
Merged

add license #50

merged 1 commit into from
Nov 2, 2022

Conversation

hwchase17
Copy link
Contributor

No description provided.

@hwchase17 hwchase17 merged commit 798deae into master Nov 2, 2022
@hwchase17 hwchase17 deleted the harrison/add_license branch November 2, 2022 04:12
efriis pushed a commit that referenced this pull request Jul 3, 2024
Update former pull request:
#22595.

Modified
`libs/partners/huggingface/langchain_huggingface/embeddings/huggingface_endpoint.py`,
where the API call function does not match current [Text Embeddings
Inference
API](https://huggingface.github.io/text-embeddings-inference/#/Text%20Embeddings%20Inference/embed).
One example is:
```json
{
  "inputs": "string",
  "normalize": true,
  "truncate": false
}
```
Parameters in `_model_kwargs` are not passed properly in the latest
version. By the way, the issue *[why cause 413?
#50](huggingface/text-embeddings-inference#50
might be solved.
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