langchain/docs/extras/integrations
CG80499 943e4f30d8
Add scoring chain (#11123)
<!-- Thank you for contributing to LangChain!

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes (if applicable),
  - **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant
maintainer (see below),
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc:

https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in `docs/extras`
directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
2023-10-02 15:15:31 -07:00
..
callbacks Callback integration for Trubrics (#11059) 2023-09-28 16:20:19 -07:00
chat Update fireworks features (#11205) 2023-09-29 08:37:06 -07:00
chat_loaders Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
document_loaders rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
document_transformers docs: document_transformers consistency (#10467) 2023-09-30 16:36:23 -07:00
llms rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
memory docs: integrations/memory consistency (#10255) 2023-09-30 16:35:55 -07:00
platforms add vertex prod features (#10910) 2023-09-22 01:44:09 -07:00
providers Add scoring chain (#11123) 2023-10-02 15:15:31 -07:00
retrievers Kay retriever (#10657) 2023-09-25 13:10:13 -07:00
text_embedding Fix typo in gradient.ipynb (#11206) 2023-09-29 11:45:40 -04:00
toolkits Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
tools SearchApi integration (#11023) 2023-09-28 18:08:37 -07:00
vectorstores add from_existing_graph to neo4j vector (#11124) 2023-09-28 15:02:26 -07:00