You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
崔浩 3555882a0d
community[patch]: optimize xinference llm import (#25809)
Thank you for contributing to LangChain!

- [ ] **PR title**: "community: optimize xinference llm import"

- [ ] **PR message**: 
- **Description:** from xinferece_client import RESTfulClient when there
is no importing xinference.
    - **Dependencies:** xinferece_client
- **Why do so:** the total xinference(pip install xinference[all]) is
too heavy for installing, let alone it is useless for langchain user
except RESTfulClient. The modification has maintained consistency with
the xinference embeddings
[embeddings/xinference](../blob/master/libs/community/langchain_community/embeddings/xinference.py#L89).
3 weeks ago
..
cli
community community[patch]: optimize xinference llm import (#25809) 3 weeks ago
core core: prompt variable error msg (#25787) 3 weeks ago
experimental
langchain langchain[patch]: fix moderation chain init (#25778) 3 weeks ago
partners prompty: bump core version (#25831) 3 weeks ago
standard-tests
text-splitters