{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":628458528,"defaultBranch":"master","name":"langchain","ownerLogin":"psgit","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-16T02:17:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7589105?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1681611478.717015","currentOid":""},"activityList":{"items":[{"before":"b7e1c54947566d8d7c261b776a029f683ce5d0c2","after":"ef5bc1fef1869aa9b9277bc8136ca472afc5fc6d","ref":"refs/heads/master","pushedAt":"2023-08-05T17:16:31.000Z","pushType":"push","commitsCount":878,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Refactor for extraction docs (#8465)\n\nRefactor for the extraction use case documentation\r\n\r\n---------\r\n\r\nCo-authored-by: Harrison Chase \r\nCo-authored-by: Lance Martin ","shortMessageHtmlLink":"Refactor for extraction docs (langchain-ai#8465)"}},{"before":"0147f845f15c49d2917efde3d97a0c134f2c3e4f","after":"b7e1c54947566d8d7c261b776a029f683ce5d0c2","ref":"refs/heads/master","pushedAt":"2023-06-23T23:14:10.541Z","pushType":"push","commitsCount":679,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Just corrected a small inconsistency on a doc page (#6603)\n\n### Just corrected a small inconsistency on a doc page (not exactly a\r\ntypo, per se)\r\n- Description: There was inconsistency due to the use of single quotes\r\nat one place on the [Squential\r\nChains](https://python.langchain.com/docs/modules/chains/foundational/sequential_chains)\r\npage of the docs,\r\n - Issue: NA,\r\n - Dependencies: NA,\r\n - Tag maintainer: @dev2049,\r\n - Twitter handle: kambleakash0","shortMessageHtmlLink":"Just corrected a small inconsistency on a doc page (langchain-ai#6603)"}},{"before":"0147f845f15c49d2917efde3d97a0c134f2c3e4f","after":"b7e1c54947566d8d7c261b776a029f683ce5d0c2","ref":"refs/heads/master","pushedAt":"2023-06-23T23:14:10.491Z","pushType":"push","commitsCount":679,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Just corrected a small inconsistency on a doc page (#6603)\n\n### Just corrected a small inconsistency on a doc page (not exactly a\r\ntypo, per se)\r\n- Description: There was inconsistency due to the use of single quotes\r\nat one place on the [Squential\r\nChains](https://python.langchain.com/docs/modules/chains/foundational/sequential_chains)\r\npage of the docs,\r\n - Issue: NA,\r\n - Dependencies: NA,\r\n - Tag maintainer: @dev2049,\r\n - Twitter handle: kambleakash0","shortMessageHtmlLink":"Just corrected a small inconsistency on a doc page (langchain-ai#6603)"}},{"before":"c26cf04110b799a9cf7ac088e9ece67ef1e43bb5","after":"0147f845f15c49d2917efde3d97a0c134f2c3e4f","ref":"refs/heads/master","pushedAt":"2023-05-17T20:43:26.923Z","pushType":"push","commitsCount":307,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Update getting_started.ipynb (#4850)\n\nminor grammer issue","shortMessageHtmlLink":"Update getting_started.ipynb (langchain-ai#4850)"}},{"before":"f7cb2af5f40c958ac1b3d6ba243170ef627dbb6e","after":"c26cf04110b799a9cf7ac088e9ece67ef1e43bb5","ref":"refs/heads/master","pushedAt":"2023-05-02T19:02:43.425Z","pushType":"push","commitsCount":58,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"[check] add import check and warning for pandas (#3944)\n\n- as titled, add an `import` catch for pandas with a user suggestion\r\nmessage.","shortMessageHtmlLink":"[check] add import check and warning for pandas (langchain-ai#3944)"}},{"before":"a9310a3e8b6781bdc8f64a379eb844f8c8154584","after":"f7cb2af5f40c958ac1b3d6ba243170ef627dbb6e","ref":"refs/heads/master","pushedAt":"2023-05-01T10:46:42.774Z","pushType":"push","commitsCount":311,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Export StructuredTool at `/tools` (#3858)","shortMessageHtmlLink":"Export StructuredTool at /tools (langchain-ai#3858)"}},{"before":"9d8ab28837341667a2234deacfc7e114aa2a28f7","after":"a9310a3e8b6781bdc8f64a379eb844f8c8154584","ref":"refs/heads/master","pushedAt":"2023-04-17T04:27:47.836Z","pushType":"push","commitsCount":15,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Add Annoy as VectorStore (#2939)\n\nAdds Annoy (https://github.com/spotify/annoy) as vector Store. \r\n\r\nRESOLVES hwchase17/langchain#2842\r\n\r\ndiscord ref:\r\nhttps://discord.com/channels/1038097195422978059/1051632794427723827/1096089994168377354\r\n\r\n---------\r\n\r\nCo-authored-by: Harrison Chase \r\nCo-authored-by: vowelparrot <130414180+vowelparrot@users.noreply.github.com>","shortMessageHtmlLink":"Add Annoy as VectorStore (langchain-ai#2939)"}},{"before":"b9db20481f28c1172e4d3221c5948c5c292bf108","after":"9d8ab28837341667a2234deacfc7e114aa2a28f7","ref":"refs/heads/master","pushedAt":"2023-04-16T13:16:37.345Z","pushType":"push","commitsCount":2,"pusher":{"login":"psgit","name":null,"path":"/psgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7589105?s=80&v=4"},"commit":{"message":"Add `top_k` and `filter` fields to `ChatGPTPluginRetriever` (#2852)\n\nThis allows to adjust the number of results to retrieve and filter\r\ndocuments based on metadata.\r\n\r\n---------\r\n\r\nCo-authored-by: Altay Sansal ","shortMessageHtmlLink":"Add top_k and filter fields to ChatGPTPluginRetriever (langchai…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADZKBEFwA","startCursor":null,"endCursor":null}},"title":"Activity · psgit/langchain"}