-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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: Bulk LocalAIEmbeddings #22666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@baskaryan This lgtm - I don't really understand the updates to the YAML file but other than that it makes sense |
YAMLs are requests and responses recorded by vcr for test stub. |
model: str = "text-embedding-ada-002" | ||
deployment: str = model | ||
openai_api_version: Optional[str] = None | ||
openai_api_base: Optional[str] = None | ||
# to support explicit proxy for LocalAI | ||
openai_proxy: Optional[str] = None |
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.
why delete this?
has been in draft for a long time. will close, and feel free to reopen if relevant! This might add a net-new community integration or feature, which has been replaced by dedicated integration packages. If reopened would recommend reopening with just docs updates, as well as registering your package in Here's the guide, and if you have questions, feel free to leave them in the comments on those pages so others can see them! https://python.langchain.com/docs/contributing/how_to/integrations/ |
Available in new integration package since https://pypi.org/project/langchain-localai/0.1.2/ |
Thank you for contributing to LangChain!
PR title:
PR message:
Add tests and docs: integration test with vcr
Lint and test:
Additional guidelines: