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/community/tests/integration_tests
Shengsheng Huang fd1061e7bf
community[patch]: add more data types support to ipex-llm llm integration (#20833)
- **Description**:  
- **add support for more data types**: by default `IpexLLM` will load
the model in int4 format. This PR adds more data types support such as
`sym_in5`, `sym_int8`, etc. Data formats like NF3, NF4, FP4 and FP8 are
only supported on GPU and will be added in future PR.
    - Fix a small issue in saving/loading, update api docs
- **Dependencies**: `ipex-llm` library
- **Document**: In `docs/docs/integrations/llms/ipex_llm.ipynb`, added
instructions for saving/loading low-bit model.
- **Tests**: added new test cases to
`libs/community/tests/integration_tests/llms/test_ipex_llm.py`, added
config params.
- **Contribution maintainer**: @shane-huang
5 months ago
..
adapters
callbacks patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
chat_message_histories community[patch]: Support passing graph object to Neo4j integrations (#20876) 5 months ago
chat_models patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 6 months ago
document_loaders community[patch]: add HTTP response headers Content-Type to metadata of RecursiveUrlLoader document (#20875) 5 months ago
embeddings community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 6 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs community[patch]: Add driver config param for neo4j graph (#20772) 5 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[patch]: add more data types support to ipex-llm llm integration (#20833) 5 months ago
retrievers patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 7 months ago
tools core, community: deprecate tool.__call__ (#20900) 5 months ago
utilities core, community: deprecate tool.__call__ (#20900) 5 months ago
vectorstores community[minor]: Add relyt vector database (#20316) 5 months ago
.env.example community[minor]: add Kinetica LLM wrapper (#17879) 7 months ago
__init__.py
conftest.py
test_compile.py