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

Update MosaicML Embedding Input Key #12657

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

margaretqian
Copy link
Contributor

This input key was missed in the last update PR: #7391

The input/output formats are intended to be like this:

{"inputs": [<prompt>]} 

{"outputs": [<output_text>]}

Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Oct 31, 2023 4:50pm

@dosubot dosubot bot added Ɑ: embeddings Related to text embedding models module 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Oct 31, 2023
@margaretqian
Copy link
Contributor Author

@baskaryan could you take a look at this PR? it's a followup to the PR that you helped stamp earlier here #7391 thank you!

@eyurtsev eyurtsev merged commit acfc485 into langchain-ai:master Oct 31, 2023
20 checks passed
xieqihui pushed a commit to xieqihui/langchain that referenced this pull request Nov 21, 2023
This input key was missed in the last update PR:
langchain-ai#7391

The input/output formats are intended to be like this:

```
{"inputs": [<prompt>]} 

{"outputs": [<output_text>]}
```
hoanq1811 pushed a commit to hoanq1811/langchain that referenced this pull request Feb 2, 2024
This input key was missed in the last update PR:
langchain-ai#7391

The input/output formats are intended to be like this:

```
{"inputs": [<prompt>]} 

{"outputs": [<output_text>]}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: embeddings Related to text embedding models module 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants