{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":552661142,"defaultBranch":"master","name":"langchain","ownerLogin":"langchain-ai","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-10-17T02:58:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/126733545?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716424409.0","currentOid":""},"activityList":{"items":[{"before":"74947ec894ee19d46bdcec5788078cad59364e88","after":"6dd621d6362950b4bce997b07f0f24346a67d7d7","ref":"refs/heads/master","pushedAt":"2024-05-23T14:59:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"community[minor]: Add CloudBlobLoader that supports loading data from cloud buckets (#21957)\n\nThank you for contributing to LangChain!\r\n\r\n- [ ] **PR title**: \"Add CloudBlobLoader\"\r\n - community: Add CloudBlobLoader\r\n\r\n- [ ] **PR message**: Add cloud blob loader\r\n - **Description:** \r\n Langchain provides several approaches to read different file formats:\r\n\r\nSpecific loaders (`CVSLoader`) or blob-compatible loaders\r\n(`FileSystemBlobLoader`). The only implementation proposed for\r\nBlobLoader is `FileSystemBlobLoader`.\r\n \r\nMany projects retrieve files from cloud storage. We propose a new\r\nimplementation of `BlobLoader` to read files from the three cloud\r\nstorage systems. The interface is strictly identical to\r\n`FileSystemBlobLoader`. The only difference is the constructor, which\r\ntakes a cloud \"url\" object such as `s3://my-bucket`, `az://my-bucket`,\r\nor `gs://my-bucket`.\r\n \r\nBy streamlining the process, this novel implementation eliminates the\r\nrequirement to pre-download files from cloud storage to local temporary\r\nfiles (which are seldom removed).\r\n \r\nThe code relies on the\r\n[CloudPathLib](https://cloudpathlib.drivendata.org/stable/) library to\r\ninterpret cloud URLs. This has been added as an optional dependency.\r\n\r\n```Python\r\nloader = CloudBlobLoader(\"s3://mybucket/id\")\r\nfor blob in loader.yield_blobs():\r\n print(blob)\r\n```\r\n\r\n- [X] **Dependencies:** CloudPathLib\r\n- [X] **Twitter handle:** pprados\r\n\r\n\r\n- [X] **Add tests and docs**: Add unit test, but it's easy to convert to\r\nintegration test, with some files in a cloud storage (see\r\n`test_cloud_blob_loader.py`)\r\n\r\n- [X] **Lint and test**: Run `make format`, `make lint` and `make test`\r\nfrom the root of the package(s) you've modified.\r\n\r\nHello from Paris @hwchase17. Can you review this PR?\r\n\r\n---------\r\n\r\nCo-authored-by: Eugene Yurtsev ","shortMessageHtmlLink":"community[minor]: Add CloudBlobLoader that supports loading data from…"}},{"before":"fea6b99b16f29e336068c60566617504c4df8bbc","after":"74947ec894ee19d46bdcec5788078cad59364e88","ref":"refs/heads/master","pushedAt":"2024-05-23T14:46:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"community[minor]: Add Cassandra ByteStore (#22064)","shortMessageHtmlLink":"community[minor]: Add Cassandra ByteStore (#22064)"}},{"before":"be5981341ef59c07b108147a942608632a21a7e5","after":"ba7ef261f718f899b2a5aee3fd16afa3a6ffd794","ref":"refs/heads/cc/token_usage","pushedAt":"2024-05-23T14:34:02.000Z","pushType":"push","commitsCount":43,"pusher":{"login":"ccurme","name":"ccurme","path":"/ccurme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26529506?s=80&v=4"},"commit":{"message":"Merge branch 'master' into cc/token_usage","shortMessageHtmlLink":"Merge branch 'master' into cc/token_usage"}},{"before":"37cfc003107ea800953be912f2eebfbf069c9587","after":"fea6b99b16f29e336068c60566617504c4df8bbc","ref":"refs/heads/master","pushedAt":"2024-05-23T14:13:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"community[minor]: Add async methods to CassandraChatMessageHistory (#21975)","shortMessageHtmlLink":"community[minor]: Add async methods to CassandraChatMessageHistory (#…"}},{"before":"f68e4dfcb7182118223aa90e45a9f22a82e96a3d","after":null,"ref":"refs/heads/eugene/fix_concept_callback","pushedAt":"2024-05-23T00:33:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"}},{"before":"53293dace8030dfa10c8af303f4a656f39f6b0bb","after":"37cfc003107ea800953be912f2eebfbf069c9587","ref":"refs/heads/master","pushedAt":"2024-05-23T00:33:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"docs: concepts callbacks fix admonition (#22048)\n\nCorrect the admonition text","shortMessageHtmlLink":"docs: concepts callbacks fix admonition (#22048)"}},{"before":"e5fa90577e0874f90b9dc5e62c61ce5551f27d20","after":"2b0fef8149f3313c0c033a067a97d28f41913a2d","ref":"refs/heads/erick/docs-edit-links-direct-for-notebooks","pushedAt":"2024-05-22T23:53:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"x","shortMessageHtmlLink":"x"}},{"before":null,"after":"e5fa90577e0874f90b9dc5e62c61ce5551f27d20","ref":"refs/heads/erick/docs-edit-links-direct-for-notebooks","pushedAt":"2024-05-22T23:37:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"docs: edit links, direct for notebooks","shortMessageHtmlLink":"docs: edit links, direct for notebooks"}},{"before":"534b0a6dcf0415571b7b0de9f5c2221cdd58006e","after":null,"ref":"refs/heads/erick/docs-version-increases","pushedAt":"2024-05-22T23:20:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"}},{"before":"12d65f17ff5b86003f96e06604b6b0f44aea0172","after":"53293dace8030dfa10c8af303f4a656f39f6b0bb","ref":"refs/heads/master","pushedAt":"2024-05-22T23:20:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"docs: version increases (#22050)","shortMessageHtmlLink":"docs: version increases (#22050)"}},{"before":"58b6c723758a4627f1372c33bf7e7d06f83747cd","after":"12d65f17ff5b86003f96e06604b6b0f44aea0172","ref":"refs/heads/master","pushedAt":"2024-05-22T22:53:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: surrealdb provide functions for MMR (Maximal Marginal Relevance) (#21185)\n\nThis PR contains 4 added functions:\r\n\r\n- max_marginal_relevance_search_by_vector\r\n- amax_marginal_relevance_search_by_vector\r\n- max_marginal_relevance_search\r\n- amax_marginal_relevance_search\r\n\r\nI'm no langchain expert, but tried do inspect other vectorstore sources\r\nlike chroma, to build these functions for SurrealDB. If someone has some\r\nchanges for me, please let me know. Otherwise I would be happy, if these\r\nchanges are added to the repository, so that I can use the orignal repo\r\nand not my local monkey patched version.\r\n\r\n---------\r\n\r\nCo-authored-by: Harrison Chase \r\nCo-authored-by: Bagatur ","shortMessageHtmlLink":"community[patch]: surrealdb provide functions for MMR (Maximal Margin…"}},{"before":"56b62a3dfadf330c8e0a7df30a8a3f57745a4f3c","after":null,"ref":"refs/heads/erick/docs-sidebar-astream-events-guide","pushedAt":"2024-05-22T22:48:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"}},{"before":"5eabe904940c097e75a787836743bab26d63fb2d","after":"58b6c723758a4627f1372c33bf7e7d06f83747cd","ref":"refs/heads/master","pushedAt":"2024-05-22T22:48:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"docs: add astream v2 migration guide links (#21845)\n\n- docs: v0.2 version sidebar\r\n- x\r\n- x","shortMessageHtmlLink":"docs: add astream v2 migration guide links (#21845)"}},{"before":"50186da0a1fa0d15a3aaf907fc52d89a893d8a60","after":"5eabe904940c097e75a787836743bab26d63fb2d","ref":"refs/heads/master","pushedAt":"2024-05-22T22:47:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: Adding HEADER to the list of supported locations (#21946)\n\n**Description:** adds headers to the list of supported locations when\r\ngenerating the openai function schema","shortMessageHtmlLink":"community[patch]: Adding HEADER to the list of supported locations (#…"}},{"before":"daaec3a64d3bde53fb5816d73e58355d3cf582c1","after":"56b62a3dfadf330c8e0a7df30a8a3f57745a4f3c","ref":"refs/heads/erick/docs-sidebar-astream-events-guide","pushedAt":"2024-05-22T22:23:59.000Z","pushType":"push","commitsCount":113,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"Merge branch 'master' into erick/docs-sidebar-astream-events-guide","shortMessageHtmlLink":"Merge branch 'master' into erick/docs-sidebar-astream-events-guide"}},{"before":null,"after":"534b0a6dcf0415571b7b0de9f5c2221cdd58006e","ref":"refs/heads/erick/docs-version-increases","pushedAt":"2024-05-22T22:22:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"efriis","name":"Erick Friis","path":"/efriis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9557659?s=80&v=4"},"commit":{"message":"docs: version increases","shortMessageHtmlLink":"docs: version increases"}},{"before":"d97455bd4fb4dd4de3fb260947485ec3d2dc1d3f","after":null,"ref":"refs/heads/bagatur/ruff100_fix","pushedAt":"2024-05-22T22:21:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"}},{"before":"45ed5f3f51154273d08f4196c1ef58c3250fcafb","after":"50186da0a1fa0d15a3aaf907fc52d89a893d8a60","ref":"refs/heads/master","pushedAt":"2024-05-22T22:21:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"infra: rm unused # noqa violations (#22049)\n\nUpdating #21137","shortMessageHtmlLink":"infra: rm unused # noqa violations (#22049)"}},{"before":null,"after":"d97455bd4fb4dd4de3fb260947485ec3d2dc1d3f","ref":"refs/heads/bagatur/ruff100_fix","pushedAt":"2024-05-22T22:14:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"infra: rm unused # noqa violations","shortMessageHtmlLink":"infra: rm unused # noqa violations"}},{"before":"444c2a3d9f2015f5e489112d051a48c9c5f07e4a","after":"45ed5f3f51154273d08f4196c1ef58c3250fcafb","ref":"refs/heads/master","pushedAt":"2024-05-22T22:08:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[minor]: Add Clova Embeddings for LangChain Community (#21890)\n\n- [ ] **PR title**: \"Add Naver ClovaX embedding to LangChain community\"\r\n- HyperClovaX is a large language model developed by\r\n[Naver](https://clova-x.naver.com/welcome).\r\nIt's a powerful and purpose-trained LLM.\r\n\r\n- You can visit the embedding service provided by\r\n[ClovaX](https://www.ncloud.com/product/aiService/clovaStudio)\r\n\r\n- You may get CLOVA_EMB_API_KEY, CLOVA_EMB_APIGW_API_KEY,\r\nCLOVA_EMB_APP_ID From\r\nhttps://www.ncloud.com/product/aiService/clovaStudio\r\n\r\n---------\r\n\r\nCo-authored-by: Bagatur ","shortMessageHtmlLink":"community[minor]: Add Clova Embeddings for LangChain Community (#21890)"}},{"before":"8a877120c31f9e8e9634911d06a71ebf3220dd01","after":"444c2a3d9f2015f5e489112d051a48c9c5f07e4a","ref":"refs/heads/master","pushedAt":"2024-05-22T22:08:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: sharepoint loader identity enabled (#21176)\n\nThank you for contributing to LangChain!\r\n\r\n- [ ] **PR title**: \"package: description\"\r\n- Where \"package\" is whichever of langchain, community, core,\r\nexperimental, etc. is being modified. Use \"docs: ...\" for purely docs\r\nchanges, \"templates: ...\" for template changes, \"infra: ...\" for CI\r\nchanges.\r\n - Example: \"community: add foobar LLM\"\r\n\r\n\r\n- [ ] **PR message**: ***Delete this entire checklist*** and replace\r\nwith\r\n - **Description:** a description of the change\r\n - **Issue:** the issue # it fixes, if applicable\r\n - **Dependencies:** any dependencies required for this change\r\n- **Twitter handle:** if your PR gets announced, and you'd like a\r\nmention, we'll gladly shout you out!\r\n\r\n\r\n- [ ] **Add tests and docs**: If you're adding a new integration, please\r\ninclude\r\n1. a test for the integration, preferably unit tests that do not rely on\r\nnetwork access,\r\n2. an example notebook showing its use. It lives in\r\n`docs/docs/integrations` directory.\r\n\r\n\r\n- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`\r\nfrom the root of the package(s) you've modified. See contribution\r\nguidelines for more: https://python.langchain.com/docs/contributing/\r\n\r\nAdditional guidelines:https://github.com/arpitkumar980/langchain.git\r\n- Make sure optional dependencies are imported within a function.\r\n- Please do not add dependencies to pyproject.toml files (even optional\r\nones) unless they are required for unit tests.\r\n- Most PRs should not touch more than one package.\r\n- Changes should be backwards compatible.\r\n- If you are adding something to community, do not re-import it in\r\nlangchain.\r\n\r\nIf no one reviews your PR within a few days, please @-mention one of\r\nbaskaryan, efriis, eyurtsev, hwchase17.\r\n\r\n---------\r\n\r\nCo-authored-by: Harrison Chase \r\nCo-authored-by: Bagatur \r\nCo-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>","shortMessageHtmlLink":"community[patch]: sharepoint loader identity enabled (#21176)"}},{"before":"ad8b580c9062cfa819434786f79f65f383a9fd77","after":null,"ref":"refs/heads/eugene/update_callback_how_tos","pushedAt":"2024-05-22T22:05:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"}},{"before":"bf3aefce9369f117ae074599e21f3a17c3b254db","after":"8a877120c31f9e8e9634911d06a71ebf3220dd01","ref":"refs/heads/master","pushedAt":"2024-05-22T22:05:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"docs: add admonitions to how-to callbacks (#22046)\n\nAdd admonitions with more information.","shortMessageHtmlLink":"docs: add admonitions to how-to callbacks (#22046)"}},{"before":"63284ffebfa58e331e5488844c600c6ba3540c13","after":"bf3aefce9369f117ae074599e21f3a17c3b254db","ref":"refs/heads/master","pushedAt":"2024-05-22T22:04:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: Update tongyi.py to support MultimodalConversation in dashscope. (#21249)\n\nAdd the support of multimodal conversation in dashscope,now we can use\r\nmultimodal language model \"qwen-vl-v1\", \"qwen-vl-chat-v1\",\r\n\"qwen-audio-turbo\" to processing picture an audio. :)\r\n\r\n- [ ] **PR title**: \"community: add multimodal conversation support in\r\ndashscope\"\r\n\r\n\r\n\r\n- [ ] **PR message**: ***Delete this entire checklist*** and replace\r\nwith\r\n - **Description:** add multimodal conversation support in dashscope\r\n - **Issue:** \r\n - **Dependencies:** dashscope≥1.18.0\r\n - **Twitter handle:** none :)\r\n\r\n\r\n- [ ] **How to use it?**:\r\n - ```python\r\n Tongyi_chat = ChatTongyi(\r\n top_p=0.5,\r\n dashscope_api_key=api_key,\r\n model=\"qwen-vl-v1\"\r\n )\r\n response= Tongyi_chat.invoke(\r\n input = \r\n [\r\n {\r\n \"role\": \"user\",\r\n \"content\": [\r\n{\"image\":\r\n\"https://dashscope.oss-cn-beijing.aliyuncs.com/images/dog_and_girl.jpeg\"},\r\n {\"text\": \"这是什么?\"}\r\n ]\r\n }\r\n ]\r\n )\r\n ```\r\n\r\n---------\r\n\r\nCo-authored-by: Bagatur ","shortMessageHtmlLink":"community[patch]: Update tongyi.py to support MultimodalConversation …"}},{"before":"c31a68e26ad5acdcfe9f8bcf298c076169ef5bdb","after":"ad8b580c9062cfa819434786f79f65f383a9fd77","ref":"refs/heads/eugene/update_callback_how_tos","pushedAt":"2024-05-22T21:57:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"Update callbacks_attach.ipynb","shortMessageHtmlLink":"Update callbacks_attach.ipynb"}},{"before":null,"after":"f68e4dfcb7182118223aa90e45a9f22a82e96a3d","ref":"refs/heads/eugene/fix_concept_callback","pushedAt":"2024-05-22T21:56:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"eyurtsev","name":"Eugene Yurtsev","path":"/eyurtsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3205522?s=80&v=4"},"commit":{"message":"x","shortMessageHtmlLink":"x"}},{"before":"d948783a4c9c24badee436ed76d97672aa476bad","after":"63284ffebfa58e331e5488844c600c6ba3540c13","ref":"refs/heads/master","pushedAt":"2024-05-22T21:49:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"experimental[patch], docs: refine notebook for MyScale `SelfQueryRetriever` (#22016)\n\n- **Description:** upgrade model to `gpt-4o`","shortMessageHtmlLink":"experimental[patch], docs: refine notebook for MyScale `SelfQueryRetr…"}},{"before":"16617dd2397eefb29cf0adf6466eb975f8d75552","after":"d948783a4c9c24badee436ed76d97672aa476bad","ref":"refs/heads/master","pushedAt":"2024-05-22T21:47:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: standardize init args, update for javelin sdk release. (#21980)\n\nRelated to\r\n[20085](https://github.com/langchain-ai/langchain/issues/20085) Updated\r\nthe Javelin chat model to standardize the initialization argument. Also\r\nfixed an existing bug, where code was initialized with incorrect call to\r\nthe JavelinClient defined in the javelin_sdk, resulting in an\r\ninitialization error. See related [Javelin\r\nDocumentation](https://docs.getjavelin.io/docs/javelin-python/quickstart).","shortMessageHtmlLink":"community[patch]: standardize init args, update for javelin sdk relea…"}},{"before":"45351d1bc6cc45597b3f3406a0bcf47659544fe2","after":"16617dd2397eefb29cf0adf6466eb975f8d75552","ref":"refs/heads/master","pushedAt":"2024-05-22T21:46:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"community[patch]: AzureSearchVectorStoreRetriever Fixed to account for search_kwargs (#21572)\n\n- **Description:** Fixed `AzureSearchVectorStoreRetriever` to account\r\nfor search_kwargs. More explanation is in the mentioned issue.\r\n- **Issue:** #21492\r\n\r\n---------\r\n\r\nCo-authored-by: MAC \r\nCo-authored-by: Massimiliano Pronesti \r\nCo-authored-by: Bagatur ","shortMessageHtmlLink":"community[patch]: AzureSearchVectorStoreRetriever Fixed to account fo…"}},{"before":"28456c2c33796d50f12fb64a3332726273a5b2b5","after":"45351d1bc6cc45597b3f3406a0bcf47659544fe2","ref":"refs/heads/master","pushedAt":"2024-05-22T21:45:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"baskaryan","name":"Bagatur","path":"/baskaryan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22008038?s=80&v=4"},"commit":{"message":"docs: Chroma docstrings update (#22001)\n\nThank you for contributing to LangChain!\r\n\r\n- [X] **PR title**: \"docs: Chroma docstrings update\"\r\n- Where \"package\" is whichever of langchain, community, core,\r\nexperimental, etc. is being modified. Use \"docs: ...\" for purely docs\r\nchanges, \"templates: ...\" for template changes, \"infra: ...\" for CI\r\nchanges.\r\n - Example: \"community: add foobar LLM\"\r\n\r\n\r\n- [X] **PR message**: \r\n - **Description:** Added and updated Chroma docstrings\r\n - **Issue:** https://github.com/langchain-ai/langchain/issues/21983\r\n\r\n\r\n- [X] **Add tests and docs**: If you're adding a new integration, please\r\ninclude\r\n1. a test for the integration, preferably unit tests that do not rely on\r\nnetwork access,\r\n2. an example notebook showing its use. It lives in\r\n`docs/docs/integrations` directory.\r\n - only docs\r\n\r\n\r\n- [X] **Lint and test**: Run `make format`, `make lint` and `make test`\r\nfrom the root of the package(s) you've modified. See contribution\r\nguidelines for more: https://python.langchain.com/docs/contributing/\r\n\r\nAdditional guidelines:\r\n- Make sure optional dependencies are imported within a function.\r\n- Please do not add dependencies to pyproject.toml files (even optional\r\nones) unless they are required for unit tests.\r\n- Most PRs should not touch more than one package.\r\n- Changes should be backwards compatible.\r\n- If you are adding something to community, do not re-import it in\r\nlangchain.\r\n\r\nIf no one reviews your PR within a few days, please @-mention one of\r\nbaskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.","shortMessageHtmlLink":"docs: Chroma docstrings update (#22001)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUicHjAA","startCursor":null,"endCursor":null}},"title":"Activity · langchain-ai/langchain"}