-
Notifications
You must be signed in to change notification settings - Fork 16.3k
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
community: Add Anyscale embedding support #17605
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… anyscale-embedding
@baskaryan Please take a look at the PR . Thanks! |
from langchain_core.pydantic_v1 import Field, SecretStr, root_validator | ||
from langchain_core.utils import convert_to_secret_str, get_from_dict_or_env | ||
|
||
from langchain_community.embeddings.openai import OpenAIEmbeddings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this class is deprecated. it may be better to just re-implement the functionality you need
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to change it to from langchain_openai import OpenAIEmbeddings
, but it raised tons of dependence issues. It seems that langchain_openai
is not installed by default, so the community libs can NOT depends on it. Please guide how to solve it.
**Description:** Add embedding model support for Anyscale Endpoint **Dependencies:** openai --------- Co-authored-by: Bagatur <[email protected]>
**Description:** Add embedding model support for Anyscale Endpoint **Dependencies:** openai --------- Co-authored-by: Bagatur <[email protected]>
Description: Add embedding model support for Anyscale Endpoint
Dependencies: openai