langchain/libs/community/langchain_community
Scott Nath a32798abd7
community: Add you.com utility, update you retriever integration docs (#17014)
<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

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,
- **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` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

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/docs/integrations` directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->

- **Description: changes to you.com files** 
    - general cleanup
- adds community/utilities/you.py, moving bulk of code from retriever ->
utility
    - removes `snippet` as endpoint
    - adds `news` as endpoint
    - adds more tests

<s>**Description: update community MAKE file** 
    - adds `integration_tests`
    - adds `coverage`</s>

- **Issue:** the issue # it fixes if applicable,
- [For New Contributors: Update Integration
Documentation](https://github.com/langchain-ai/langchain/issues/15664#issuecomment-1920099868)
- **Dependencies:** n/a
- **Twitter handle:** @scottnath
- **Mastodon handle:** scottnath@mastodon.social

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-02-08 13:47:50 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits community[patch]: fix agent_toolkits mypy (#17050) 2024-02-05 11:56:24 -08:00
callbacks community[patch]: MLflow callback update (#16687) 2024-02-05 15:46:46 -08:00
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
chat_message_histories community[patch]: chat message history mypy fixes (#17059) 2024-02-05 13:13:25 -08:00
chat_models community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
document_loaders core[patch], community[patch]: link extraction continue on failure (#17200) 2024-02-07 14:15:30 -08:00
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 2024-01-15 10:39:25 -08:00
embeddings community[patch]: octoai embeddings bug fix (#17216) 2024-02-07 22:25:52 -05:00
example_selectors refactor langchain.prompts.example_selector (#15369) 2024-02-01 12:05:57 -08:00
graphs langchain[patch], community[patch]: Fixes in the Ontotext GraphDB Graph and QA Chain (#17239) 2024-02-08 12:05:43 -08:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms community[patch]: Support SerDe transform functions in Databricks LLM (#16752) 2024-02-08 13:09:50 -08:00
output_parsers langchain[patch], community[minor]: move output_parsers.ernie_functions (#16057) 2024-01-17 10:06:18 -08:00
retrievers community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
storage community: revert SQL Stores (#16912) 2024-02-01 16:37:40 -08:00
tools community[minor]: SQLDatabase Add fetch mode cursor, query parameters, query by selectable, expose execution options, and documentation (#17191) 2024-02-07 22:23:43 -05:00
utilities community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
utils openai[minor]: implement langchain-openai package (#15503) 2024-01-05 15:03:28 -08:00
vectorstores community[patch]: Fix KeyError 'embedding' (MongoDBAtlasVectorSearch) (#17178) 2024-02-08 12:06:42 -08:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
cache.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 2024-02-07 22:06:09 -05:00
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00