url
stringlengths
63
64
repository_url
stringclasses
1 value
labels_url
stringlengths
77
78
comments_url
stringlengths
72
73
events_url
stringlengths
70
71
html_url
stringlengths
51
54
id
int64
1.73B
2.09B
node_id
stringlengths
18
19
number
int64
5.23k
16.2k
title
stringlengths
1
385
user
dict
labels
list
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
list
milestone
null
comments
int64
0
56
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
3 values
active_lock_reason
null
body
stringlengths
1
55.4k
reactions
dict
timeline_url
stringlengths
72
73
performed_via_github_app
null
state_reason
stringclasses
3 values
draft
bool
2 classes
pull_request
dict
https://api.github.com/repos/langchain-ai/langchain/issues/6531
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6531/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6531/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6531/events
https://github.com/langchain-ai/langchain/pull/6531
1,767,548,632
PR_kwDOIPDwls5Ti4fJ
6,531
fix for 'content' key missing in response from Azure OpenAI instance
{ "login": "berlogb", "id": 19537028, "node_id": "MDQ6VXNlcjE5NTM3MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/19537028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/berlogb", "html_url": "https://github.com/berlogb", "followers_url": "https://api.github.com/users/berlog...
[ { "id": 5680700839, "node_id": "LA_kwDOIPDwls8AAAABUpidpw", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/auto:bug", "name": "auto:bug", "color": "E99695", "default": false, "description": "Related to a bug, vulnerability, unexpected error with an existing feature" ...
closed
false
null
[]
null
5
2023-06-21T12:57:07
2023-11-07T04:00:22
2023-11-07T04:00:22
NONE
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this chan...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6531/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6531/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6531", "html_url": "https://github.com/langchain-ai/langchain/pull/6531", "diff_url": "https://github.com/langchain-ai/langchain/pull/6531.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6531.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6530
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6530/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6530/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6530/events
https://github.com/langchain-ai/langchain/issues/6530
1,767,424,154
I_kwDOIPDwls5pWMCa
6,530
Issue: Changing Prompt (from Default) when Using ConversationalRetrievalChain?
{ "login": "sooolee", "id": 95900980, "node_id": "U_kgDOBbdVNA", "avatar_url": "https://avatars.githubusercontent.com/u/95900980?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sooolee", "html_url": "https://github.com/sooolee", "followers_url": "https://api.github.com/users/sooolee/follow...
[]
closed
false
null
[]
null
13
2023-06-21T11:51:07
2024-01-11T13:14:53
2023-07-13T20:16:46
NONE
null
### Issue you'd like to raise. Hello! First, thanks a lot for this awesome framework! My question is: As I was trying out ConversationalRetrievalChain, I see that it has the prompt saying: "System: Use the following pieces of context to answer the users question. If you don't know the answer, just say that yo...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6530/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6530/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6529
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6529/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6529/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6529/events
https://github.com/langchain-ai/langchain/issues/6529
1,767,300,742
I_kwDOIPDwls5pVt6G
6,529
langchain use AzureOpenai would generate the wrong content
{ "login": "Light-jason", "id": 50695030, "node_id": "MDQ6VXNlcjUwNjk1MDMw", "avatar_url": "https://avatars.githubusercontent.com/u/50695030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Light-jason", "html_url": "https://github.com/Light-jason", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
4
2023-06-21T10:41:16
2023-06-30T17:19:13
2023-06-30T17:19:13
NONE
null
### System Info langchain version:0.0.207 python version: 3.9.7 When I use the AzureOpenai llms of Langchain. It doesn't generate the right result according to my prompt. But when i use the AzureOpenai of openai. It can generate the right result. langchain's AzureOpenai: ![image](https://github.com/hwchase17...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6529/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6529/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6528
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6528/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6528/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6528/events
https://github.com/langchain-ai/langchain/pull/6528
1,767,277,000
PR_kwDOIPDwls5Th8t-
6,528
Added deeplake use case examples of the new features
{ "login": "adolkhan", "id": 54854336, "node_id": "MDQ6VXNlcjU0ODU0MzM2", "avatar_url": "https://avatars.githubusercontent.com/u/54854336?v=4", "gravatar_id": "", "url": "https://api.github.com/users/adolkhan", "html_url": "https://github.com/adolkhan", "followers_url": "https://api.github.com/users/ado...
[]
closed
false
null
[]
null
2
2023-06-21T10:27:00
2023-07-10T14:04:30
2023-07-10T14:04:29
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6528/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6528/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6528", "html_url": "https://github.com/langchain-ai/langchain/pull/6528", "diff_url": "https://github.com/langchain-ai/langchain/pull/6528.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6528.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6527
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6527/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6527/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6527/events
https://github.com/langchain-ai/langchain/issues/6527
1,767,241,248
I_kwDOIPDwls5pVfYg
6,527
Tool not being used and Could not parse LLM output error when using gpt-3.5-turbo-16k
{ "login": "vishnumg", "id": 3865775, "node_id": "MDQ6VXNlcjM4NjU3NzU=", "avatar_url": "https://avatars.githubusercontent.com/u/3865775?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vishnumg", "html_url": "https://github.com/vishnumg", "followers_url": "https://api.github.com/users/vishn...
[]
closed
false
null
[]
null
3
2023-06-21T10:05:30
2023-12-27T16:07:14
2023-12-27T16:07:14
NONE
null
### System Info I have the following prompt: ``` Assistant is a chatbot named _BOT_NAME_. Assistant is designed to answer questions regarding _DOMAIN_. Assistant answers the question in the same language as the question. Assistant knows nothing about _DOMAIN_ and should use "Retrieve Infomation" tool to find an...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6527/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6527/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6526
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6526/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6526/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6526/events
https://github.com/langchain-ai/langchain/issues/6526
1,767,154,841
I_kwDOIPDwls5pVKSZ
6,526
Wrong implementation of score_threshold in Faiss vectorstore
{ "login": "LIHANG-HONG", "id": 68800265, "node_id": "MDQ6VXNlcjY4ODAwMjY1", "avatar_url": "https://avatars.githubusercontent.com/u/68800265?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LIHANG-HONG", "html_url": "https://github.com/LIHANG-HONG", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
4
2023-06-21T09:15:39
2023-07-21T23:19:37
2023-06-22T02:24:33
NONE
null
### System Info Langchain Version: 0.0.207 ### Who can help? @hwchase17 Hi, I am now having a deep dive into the vectorstores and found a wrong implementation in faiss. The relevant file is as below: https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/faiss.py#L210 In the similarity_...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6526/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6526/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6525
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6525/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6525/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6525/events
https://github.com/langchain-ai/langchain/pull/6525
1,767,021,316
PR_kwDOIPDwls5ThE_t
6,525
Fix sql_database.ipynb link
{ "login": "sabatesduran", "id": 5699145, "node_id": "MDQ6VXNlcjU2OTkxNDU=", "avatar_url": "https://avatars.githubusercontent.com/u/5699145?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sabatesduran", "html_url": "https://github.com/sabatesduran", "followers_url": "https://api.github.com...
[]
closed
false
null
[]
null
1
2023-06-21T08:09:45
2023-07-06T17:07:38
2023-07-06T17:07:38
CONTRIBUTOR
null
Looks like the [SQLDatabaseChain](https://langchain.readthedocs.io/en/latest/modules/chains/examples/sqlite.html) in the SQL Database Agent page was broken I've change it to the SQL Chain page cc: @agola11 @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6525/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6525/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6525", "html_url": "https://github.com/langchain-ai/langchain/pull/6525", "diff_url": "https://github.com/langchain-ai/langchain/pull/6525.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6525.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6524
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6524/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6524/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6524/events
https://github.com/langchain-ai/langchain/pull/6524
1,767,017,912
PR_kwDOIPDwls5ThES_
6,524
fix: remove useless variable k
{ "login": "Undertone0809", "id": 72488598, "node_id": "MDQ6VXNlcjcyNDg4NTk4", "avatar_url": "https://avatars.githubusercontent.com/u/72488598?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Undertone0809", "html_url": "https://github.com/Undertone0809", "followers_url": "https://api.githu...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2023-06-21T08:07:36
2023-07-13T05:58:37
2023-07-13T05:58:37
CONTRIBUTOR
null
remove useless variable k #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6524/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6524/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6524", "html_url": "https://github.com/langchain-ai/langchain/pull/6524", "diff_url": "https://github.com/langchain-ai/langchain/pull/6524.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6524.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6521
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6521/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6521/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6521/events
https://github.com/langchain-ai/langchain/issues/6521
1,766,937,478
I_kwDOIPDwls5pUVOG
6,521
sitemap loader : got an unexpected keyword argument 'verify'
{ "login": "heikog", "id": 1277846, "node_id": "MDQ6VXNlcjEyNzc4NDY=", "avatar_url": "https://avatars.githubusercontent.com/u/1277846?v=4", "gravatar_id": "", "url": "https://api.github.com/users/heikog", "html_url": "https://github.com/heikog", "followers_url": "https://api.github.com/users/heikog/foll...
[]
closed
false
null
[]
null
9
2023-06-21T07:28:23
2023-10-05T16:09:00
2023-10-05T16:09:00
NONE
null
### System Info langchain-0.0.207, osx, python 3.11 Hi @eyurtsev I am using this example from the docs and get the error below . Any idea ? im kind of stuck. Seems to work with version 202 - everything above seems broken `TypeError: ClientSession._request() got an unexpected keyword argument 'verify' ...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6521/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6521/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6519
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6519/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6519/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6519/events
https://github.com/langchain-ai/langchain/pull/6519
1,766,881,299
PR_kwDOIPDwls5TgmQk
6,519
Fix web_base.py
{ "login": "zomchak-code", "id": 127699216, "node_id": "U_kgDOB5yJEA", "avatar_url": "https://avatars.githubusercontent.com/u/127699216?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zomchak-code", "html_url": "https://github.com/zomchak-code", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https:...
null
6
2023-06-21T06:52:58
2023-07-05T23:53:58
2023-07-05T23:53:57
CONTRIBUTOR
null
Fix for bug in SitemapLoader `aiohttp` `get` does not accept `verify` argument, and currently throws error, so SitemapLoader is not working This PR fixes it by removing `verify` param for `get` function call Fixes #6107 #### Who can review? Tag maintainers/contributors who might be interested: @eyurts...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6519/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6519/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6519", "html_url": "https://github.com/langchain-ai/langchain/pull/6519", "diff_url": "https://github.com/langchain-ai/langchain/pull/6519.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6519.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6518
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6518/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6518/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6518/events
https://github.com/langchain-ai/langchain/pull/6518
1,766,864,909
PR_kwDOIPDwls5Tgiyx
6,518
Harrison/multi tool
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-21T06:41:43
2023-06-21T14:19:55
2023-06-21T14:19:54
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6518/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6518/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6518", "html_url": "https://github.com/langchain-ai/langchain/pull/6518", "diff_url": "https://github.com/langchain-ai/langchain/pull/6518.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6518.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6517
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6517/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6517/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6517/events
https://github.com/langchain-ai/langchain/issues/6517
1,766,844,221
I_kwDOIPDwls5pT-c9
6,517
Wrong number of closing curly brackets in Pydantic Format Instructions
{ "login": "ADTC", "id": 6047296, "node_id": "MDQ6VXNlcjYwNDcyOTY=", "avatar_url": "https://avatars.githubusercontent.com/u/6047296?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ADTC", "html_url": "https://github.com/ADTC", "followers_url": "https://api.github.com/users/ADTC/followers", ...
[]
closed
false
null
[]
null
3
2023-06-21T06:27:21
2023-09-20T17:03:25
2023-09-20T17:00:56
NONE
null
https://github.com/hwchase17/langchain/blob/0fce8ef178eed2a5f898f65c17179c0a01275745/langchain/output_parsers/format_instructions.py#L13 There are too many closing curly braces here: `"required": ["foo"]}}}}`. It should only be the following: `"required": ["foo"]}}` Happy to open a PR if agreed to fix.
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6517/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6517/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6515
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6515/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6515/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6515/events
https://github.com/langchain-ai/langchain/pull/6515
1,766,666,174
PR_kwDOIPDwls5Tf_nh
6,515
docs: update `youtube` videos and tutorials
{ "login": "leo-gan", "id": 2256422, "node_id": "MDQ6VXNlcjIyNTY0MjI=", "avatar_url": "https://avatars.githubusercontent.com/u/2256422?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leo-gan", "html_url": "https://github.com/leo-gan", "followers_url": "https://api.github.com/users/leo-gan/...
[]
closed
false
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https:...
null
10
2023-06-21T04:42:20
2023-07-05T20:14:16
2023-07-05T19:50:32
COLLABORATOR
null
added tutorials.mdx; updated youtube.mdx Rationale: the Tutorials section in the documentation is top-priority. (for example, https://pytorch.org/docs/stable/index.html) Not every project has resources to make tutorials. We have such a privilege. Community experts created several tutorials on YouTube. But the tutori...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6515/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6515/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6515", "html_url": "https://github.com/langchain-ai/langchain/pull/6515", "diff_url": "https://github.com/langchain-ai/langchain/pull/6515.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6515.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6514
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6514/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6514/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6514/events
https://github.com/langchain-ai/langchain/issues/6514
1,766,588,792
I_kwDOIPDwls5pTAF4
6,514
Why there is no daily plan in Generative Agent? This is an important part in the party.
{ "login": "Hujunjob", "id": 8213732, "node_id": "MDQ6VXNlcjgyMTM3MzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8213732?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Hujunjob", "html_url": "https://github.com/Hujunjob", "followers_url": "https://api.github.com/users/Hujun...
[]
closed
false
null
[]
null
1
2023-06-21T03:03:18
2023-09-27T16:05:44
2023-09-27T16:05:43
NONE
null
### Feature request Add: Daily plan in Generative Agent. Plan details in Generative Agent. Update plan when interaction with others. ### Motivation The planing is a very important part in Generative Agent. Without plan the agent is not normal 'human'. ### Your contribution I'm still read the code. Maybe I'l...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6514/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6514/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6513
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6513/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6513/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6513/events
https://github.com/langchain-ai/langchain/issues/6513
1,766,581,381
I_kwDOIPDwls5pS-SF
6,513
Issue: <Agent final output is not streaming output when AgentType.OPENAI_FUNCTION is specified>
{ "login": "bowbobo", "id": 128520194, "node_id": "U_kgDOB6kQAg", "avatar_url": "https://avatars.githubusercontent.com/u/128520194?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bowbobo", "html_url": "https://github.com/bowbobo", "followers_url": "https://api.github.com/users/bowbobo/foll...
[]
open
false
null
[]
null
4
2023-06-21T02:54:11
2023-12-21T06:57:47
null
NONE
null
### Issue you'd like to raise. Agent final output is not streaming output when AgentType.OPENAI_FUNCTION is specified I am interested in AI and started programming for the first time. I have been studying Python for 3 months now. I am enjoying using LangChain OSS. Thank you very much! This is my first time p...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6513/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6513/timeline
null
null
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6512
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6512/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6512/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6512/events
https://github.com/langchain-ai/langchain/issues/6512
1,766,553,482
I_kwDOIPDwls5pS3eK
6,512
Issue: How to return a stream in api
{ "login": "dinhan92", "id": 86275789, "node_id": "MDQ6VXNlcjg2Mjc1Nzg5", "avatar_url": "https://avatars.githubusercontent.com/u/86275789?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dinhan92", "html_url": "https://github.com/dinhan92", "followers_url": "https://api.github.com/users/din...
[]
open
false
null
[]
null
7
2023-06-21T02:18:00
2023-11-16T02:45:52
null
NONE
null
### Issue you'd like to raise. So, I've tried to create a custom callback and try to return a stream but got no luck: ```python class MyCallbackHandler(BaseCallbackHandler): def on_llm_new_token(self, token, **kwargs) -> None: # print every token on a new line yield token llm = ChatOp...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6512/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6512/timeline
null
null
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6510
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6510/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6510/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6510/events
https://github.com/langchain-ai/langchain/pull/6510
1,766,431,344
PR_kwDOIPDwls5TfTRI
6,510
Make streamlit import optional
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[]
closed
false
null
[]
null
1
2023-06-21T00:54:15
2023-06-21T01:42:00
2023-06-21T01:41:59
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6510/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6510/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6510", "html_url": "https://github.com/langchain-ai/langchain/pull/6510", "diff_url": "https://github.com/langchain-ai/langchain/pull/6510.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6510.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6509
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6509/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6509/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6509/events
https://github.com/langchain-ai/langchain/pull/6509
1,766,410,033
PR_kwDOIPDwls5TfQMB
6,509
Export trajectory eval fn
{ "login": "vowelparrot", "id": 130414180, "node_id": "U_kgDOB8X2ZA", "avatar_url": "https://avatars.githubusercontent.com/u/130414180?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vowelparrot", "html_url": "https://github.com/vowelparrot", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-21T00:48:44
2023-06-21T04:18:30
2023-06-21T04:18:29
CONTRIBUTOR
null
from the run_evaluators dir
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6509/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6509/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6509", "html_url": "https://github.com/langchain-ai/langchain/pull/6509", "diff_url": "https://github.com/langchain-ai/langchain/pull/6509.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6509.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6508
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6508/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6508/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6508/events
https://github.com/langchain-ai/langchain/pull/6508
1,766,372,358
PR_kwDOIPDwls5TfJeo
6,508
Add streamlit container area for streaming output
{ "login": "10ego", "id": 14303585, "node_id": "MDQ6VXNlcjE0MzAzNTg1", "avatar_url": "https://avatars.githubusercontent.com/u/14303585?v=4", "gravatar_id": "", "url": "https://api.github.com/users/10ego", "html_url": "https://github.com/10ego", "followers_url": "https://api.github.com/users/10ego/follow...
[]
closed
false
null
[]
null
1
2023-06-21T00:05:51
2023-06-21T05:13:10
2023-06-21T05:12:14
NONE
null
@hwchase17 The streamed output of the model was always being rendered at the top of the page in streamlit. This pr allows one to define area of the streaming text output by using st.container(), which is initialized by default or otherwise supplied when initializing the class.
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6508/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6508/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6508", "html_url": "https://github.com/langchain-ai/langchain/pull/6508", "diff_url": "https://github.com/langchain-ai/langchain/pull/6508.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6508.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6507
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6507/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6507/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6507/events
https://github.com/langchain-ai/langchain/pull/6507
1,766,369,075
PR_kwDOIPDwls5TfIxl
6,507
Add async support for HuggingFaceTextGenInference
{ "login": "mirceapasoi", "id": 29048, "node_id": "MDQ6VXNlcjI5MDQ4", "avatar_url": "https://avatars.githubusercontent.com/u/29048?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mirceapasoi", "html_url": "https://github.com/mirceapasoi", "followers_url": "https://api.github.com/users/mirc...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-21T00:01:35
2023-06-21T06:12:25
2023-06-21T06:12:24
CONTRIBUTOR
null
Adding support for async calls in `HuggingFaceTextGenInference` Tag maintainers/contributors who might be interested: - @hwchase17 - @agola11
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6507/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6507/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6507", "html_url": "https://github.com/langchain-ai/langchain/pull/6507", "diff_url": "https://github.com/langchain-ai/langchain/pull/6507.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6507.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6506
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6506/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6506/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6506/events
https://github.com/langchain-ai/langchain/pull/6506
1,766,335,296
PR_kwDOIPDwls5TfCjE
6,506
Vectara upd2
{ "login": "ofermend", "id": 1823547, "node_id": "MDQ6VXNlcjE4MjM1NDc=", "avatar_url": "https://avatars.githubusercontent.com/u/1823547?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ofermend", "html_url": "https://github.com/ofermend", "followers_url": "https://api.github.com/users/oferm...
[ { "id": 5541432778, "node_id": "LA_kwDOIPDwls8AAAABSkuNyg", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/area:%20vector%20store", "name": "area: vector store", "color": "D4C5F9", "default": false, "description": "Related to vector store module" } ]
closed
false
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https:...
null
5
2023-06-20T23:16:56
2023-07-02T19:15:51
2023-07-02T19:15:50
CONTRIBUTOR
null
Update to Vectara integration - By user request added "add_files" to take advantage of Vectara capabilities to process files on the backend, without the need for separate loading of documents and chunking in the chain. - Updated vectara.ipynb example notebook to be broader and added testing of add_file() @hwch...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6506/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6506/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6506", "html_url": "https://github.com/langchain-ai/langchain/pull/6506", "diff_url": "https://github.com/langchain-ai/langchain/pull/6506.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6506.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6505
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6505/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6505/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6505/events
https://github.com/langchain-ai/langchain/issues/6505
1,766,316,392
I_kwDOIPDwls5pR9lo
6,505
create_csv_agent with custom prefix prompt is not calling PythonREPL tool, reaching max iterations with no answer
{ "login": "vinodvarma24", "id": 20860716, "node_id": "MDQ6VXNlcjIwODYwNzE2", "avatar_url": "https://avatars.githubusercontent.com/u/20860716?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vinodvarma24", "html_url": "https://github.com/vinodvarma24", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
3
2023-06-20T22:59:04
2023-10-05T16:08:50
2023-10-05T16:08:48
NONE
null
### System Info agent_new("What is the average age of male members?") {'input': 'What is the average age of male members?', 'output': 'Agent stopped due to iteration limit or time limit.', 'intermediate_steps': [(AgentAction(tool='I will use the `mean()` function from pandas to calculate the average age.', to...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6505/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6505/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6504
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6504/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6504/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6504/events
https://github.com/langchain-ai/langchain/issues/6504
1,766,276,515
I_kwDOIPDwls5pRz2j
6,504
A simpler wrapper of Open AI Functions else than in an Agent
{ "login": "XiangyiZhang", "id": 62898839, "node_id": "MDQ6VXNlcjYyODk4ODM5", "avatar_url": "https://avatars.githubusercontent.com/u/62898839?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XiangyiZhang", "html_url": "https://github.com/XiangyiZhang", "followers_url": "https://api.github.c...
[]
closed
false
null
[]
null
2
2023-06-20T22:14:03
2023-09-26T16:05:03
2023-09-26T16:05:02
NONE
null
### Feature request The Open AI Functions feature is uesful not only in an Agent. I wonder if LangChain can provide a simpler wrapper for Functions feature, for example, in the ChatOpenAI Class. ### Motivation Creating and defining an Agent is redundant if I only want to use Open AI Functions for a single call, or...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6504/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6504/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6502
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6502/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6502/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6502/events
https://github.com/langchain-ai/langchain/issues/6502
1,766,234,152
I_kwDOIPDwls5pRpgo
6,502
DOC: there are no examples in the documentation on how to work with access tokens
{ "login": "kirankumarbathula", "id": 10372211, "node_id": "MDQ6VXNlcjEwMzcyMjEx", "avatar_url": "https://avatars.githubusercontent.com/u/10372211?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kirankumarbathula", "html_url": "https://github.com/kirankumarbathula", "followers_url": "https...
[]
closed
false
null
[]
null
2
2023-06-20T21:44:25
2023-09-28T16:06:09
2023-09-28T16:06:08
NONE
null
### Issue with current documentation: _No response_ ### Idea or request for content: _No response_
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6502/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6502/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6501
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6501/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6501/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6501/events
https://github.com/langchain-ai/langchain/pull/6501
1,766,223,622
PR_kwDOIPDwls5TetjN
6,501
Fix link
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[]
closed
false
null
[]
null
1
2023-06-20T21:33:37
2023-06-20T21:44:23
2023-06-20T21:44:22
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6501/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6501/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6501", "html_url": "https://github.com/langchain-ai/langchain/pull/6501", "diff_url": "https://github.com/langchain-ai/langchain/pull/6501.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6501.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6500
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6500/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6500/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6500/events
https://github.com/langchain-ai/langchain/issues/6500
1,766,146,160
I_kwDOIPDwls5pRUBw
6,500
Issue: langchain implementation where asynchronous tools don't break the chain
{ "login": "mhb11", "id": 12384553, "node_id": "MDQ6VXNlcjEyMzg0NTUz", "avatar_url": "https://avatars.githubusercontent.com/u/12384553?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mhb11", "html_url": "https://github.com/mhb11", "followers_url": "https://api.github.com/users/mhb11/follow...
[]
closed
false
null
[]
null
2
2023-06-20T21:01:48
2023-10-21T16:08:05
2023-10-21T16:08:05
NONE
null
I implemented langchain as a Python API, created via FASTAPI and uvicorn. The Python API is composed of one main service and various microservices the main service call when required. These microservices are tools. I use 3 tools: web search, image generation, image description. All are long running tasks. The m...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6500/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6500/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6499
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6499/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6499/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6499/events
https://github.com/langchain-ai/langchain/pull/6499
1,766,126,255
PR_kwDOIPDwls5TeduL
6,499
Add PandocRSTLoader
{ "login": "kdcokenny", "id": 99611484, "node_id": "U_kgDOBe_zXA", "avatar_url": "https://avatars.githubusercontent.com/u/99611484?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kdcokenny", "html_url": "https://github.com/kdcokenny", "followers_url": "https://api.github.com/users/kdcokenn...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" }, { "id": 5454193895, "node_id": "L...
closed
false
null
[]
null
7
2023-06-20T20:48:26
2023-07-10T23:38:01
2023-07-07T00:40:31
CONTRIBUTOR
null
Note: I accidentally deleted the branch so the original request was automatically closed. Won't make that mistake again haha. A loader that loads a .rst (reStructuredText) file, converts it into a markdown format and wraps it into a Document instance using the lazy-loading method. It requires pypandoc @eyurtse...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6499/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6499/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6499", "html_url": "https://github.com/langchain-ai/langchain/pull/6499", "diff_url": "https://github.com/langchain-ai/langchain/pull/6499.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6499.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6498
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6498/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6498/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6498/events
https://github.com/langchain-ai/langchain/pull/6498
1,766,116,103
PR_kwDOIPDwls5Tebht
6,498
docs/fix links
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[]
closed
false
null
[]
null
1
2023-06-20T20:40:08
2023-06-20T21:06:51
2023-06-20T21:06:50
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6498/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6498/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6498", "html_url": "https://github.com/langchain-ai/langchain/pull/6498", "diff_url": "https://github.com/langchain-ai/langchain/pull/6498.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6498.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6497
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6497/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6497/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6497/events
https://github.com/langchain-ai/langchain/pull/6497
1,766,107,362
PR_kwDOIPDwls5TeZpR
6,497
Added integrations for Hunter.io and Domainr
{ "login": "paschembri", "id": 8329444, "node_id": "MDQ6VXNlcjgzMjk0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8329444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paschembri", "html_url": "https://github.com/paschembri", "followers_url": "https://api.github.com/users...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" } ]
closed
false
null
[]
null
4
2023-06-20T20:32:09
2023-11-07T04:00:42
2023-11-07T04:00:41
CONTRIBUTOR
null
Added integrations and notebooks sample code Squashed commits from #6489 @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6497/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6497/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6497", "html_url": "https://github.com/langchain-ai/langchain/pull/6497", "diff_url": "https://github.com/langchain-ai/langchain/pull/6497.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6497.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6496
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6496/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6496/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6496/events
https://github.com/langchain-ai/langchain/pull/6496
1,766,054,985
PR_kwDOIPDwls5TeOOu
6,496
Documentation Fix: Correct the example code output in the prompt templates doc
{ "login": "harjotsinghparmar", "id": 3833303, "node_id": "MDQ6VXNlcjM4MzMzMDM=", "avatar_url": "https://avatars.githubusercontent.com/u/3833303?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harjotsinghparmar", "html_url": "https://github.com/harjotsinghparmar", "followers_url": "https:/...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2023-06-20T19:51:41
2023-06-21T00:21:10
2023-06-21T00:21:10
CONTRIBUTOR
null
Documentation is showing the wrong example output for the prompt templates code snippet. This PR fixes that issue. <img width="933" alt="image" src="https://github.com/hwchase17/langchain/assets/3833303/0e31c965-5883-4ff9-9cf8-0c4e32ca2d00">
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6496/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6496/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6496", "html_url": "https://github.com/langchain-ai/langchain/pull/6496", "diff_url": "https://github.com/langchain-ai/langchain/pull/6496.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6496.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6495
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6495/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6495/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6495/events
https://github.com/langchain-ai/langchain/pull/6495
1,766,003,690
PR_kwDOIPDwls5TeDNA
6,495
Feat: Add a prompt template parameter to qa with structure chains
{ "login": "ElReyZero", "id": 31524106, "node_id": "MDQ6VXNlcjMxNTI0MTA2", "avatar_url": "https://avatars.githubusercontent.com/u/31524106?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ElReyZero", "html_url": "https://github.com/ElReyZero", "followers_url": "https://api.github.com/users/...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
3
2023-06-20T19:14:19
2023-06-21T07:23:42
2023-06-21T07:23:36
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6495/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6495/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6495", "html_url": "https://github.com/langchain-ai/langchain/pull/6495", "diff_url": "https://github.com/langchain-ai/langchain/pull/6495.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6495.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6494
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6494/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6494/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6494/events
https://github.com/langchain-ai/langchain/pull/6494
1,765,976,767
PR_kwDOIPDwls5Td9bR
6,494
Scale cosine distance to 0-1
{ "login": "hanit-com", "id": 37485638, "node_id": "MDQ6VXNlcjM3NDg1NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/37485638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hanit-com", "html_url": "https://github.com/hanit-com", "followers_url": "https://api.github.com/users/...
[ { "id": 4678528808, "node_id": "LA_kwDOIPDwls8AAAABFtyvKA", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
10
2023-06-20T18:54:01
2023-06-23T13:01:04
2023-06-23T13:01:03
CONTRIBUTOR
null
Fix - "_similarity_search_with_relevance_scores" is called by VectorStore base class and should return relevance score between 0 and 1, not the distance. <!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contributio...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6494/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6494/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6494", "html_url": "https://github.com/langchain-ai/langchain/pull/6494", "diff_url": "https://github.com/langchain-ai/langchain/pull/6494.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6494.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6493
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6493/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6493/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6493/events
https://github.com/langchain-ai/langchain/pull/6493
1,765,976,363
PR_kwDOIPDwls5Td9VU
6,493
Added AzureML Endpoint Integration for Azure Foundation Models
{ "login": "matthewdeguzman", "id": 91019033, "node_id": "MDQ6VXNlcjkxMDE5MDMz", "avatar_url": "https://avatars.githubusercontent.com/u/91019033?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewdeguzman", "html_url": "https://github.com/matthewdeguzman", "followers_url": "https://api...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" }, { "id": 4899415699, "node_id": "L...
closed
false
null
[]
null
3
2023-06-20T18:53:50
2023-06-22T08:23:20
2023-06-22T08:23:19
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6493/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6493/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6493", "html_url": "https://github.com/langchain-ai/langchain/pull/6493", "diff_url": "https://github.com/langchain-ai/langchain/pull/6493.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6493.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6492
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6492/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6492/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6492/events
https://github.com/langchain-ai/langchain/pull/6492
1,765,871,309
PR_kwDOIPDwls5TdnXp
6,492
Fixed: 'readible' -> readable
{ "login": "djm93dev", "id": 101536185, "node_id": "U_kgDOBg1RuQ", "avatar_url": "https://avatars.githubusercontent.com/u/101536185?v=4", "gravatar_id": "", "url": "https://api.github.com/users/djm93dev", "html_url": "https://github.com/djm93dev", "followers_url": "https://api.github.com/users/djm93dev/...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T17:49:20
2023-06-21T01:40:00
2023-06-21T01:40:00
CONTRIBUTOR
null
Hello there👋 I have made a pull request to fix a small typo.
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6492/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6492/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6492", "html_url": "https://github.com/langchain-ai/langchain/pull/6492", "diff_url": "https://github.com/langchain-ai/langchain/pull/6492.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6492.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6491
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6491/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6491/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6491/events
https://github.com/langchain-ai/langchain/issues/6491
1,765,860,457
I_kwDOIPDwls5pQORp
6,491
DOC: Youtube tutorial link is not working at introduction section in documentation
{ "login": "Darshan2104", "id": 61326242, "node_id": "MDQ6VXNlcjYxMzI2MjQy", "avatar_url": "https://avatars.githubusercontent.com/u/61326242?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Darshan2104", "html_url": "https://github.com/Darshan2104", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
0
2023-06-20T17:40:44
2023-06-24T19:59:37
2023-06-24T19:59:37
NONE
null
### Issue with current documentation: Hello there, **Youtube Tutorial** link given [here](https://python.langchain.com/docs/get_started/introduction#additional-resources) is not working as per expectation. [look here](https://python.langchain.com/docs/ecosystem/youtube.html) ### Idea or request for content:...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6491/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6491/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6490
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6490/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6490/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6490/events
https://github.com/langchain-ai/langchain/pull/6490
1,765,825,812
PR_kwDOIPDwls5TdeJv
6,490
Add example for chatting with multiple documents by referencing their IDs in a DB
{ "login": "13point5", "id": 20568438, "node_id": "MDQ6VXNlcjIwNTY4NDM4", "avatar_url": "https://avatars.githubusercontent.com/u/20568438?v=4", "gravatar_id": "", "url": "https://api.github.com/users/13point5", "html_url": "https://github.com/13point5", "followers_url": "https://api.github.com/users/13p...
[ { "id": 4899412369, "node_id": "LA_kwDOIPDwls8AAAABJAcZkQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/area:%20agent", "name": "area: agent", "color": "BFD4F2", "default": false, "description": "Related to agents module" }, { "id": 5680700918, "node_id...
closed
false
null
[]
null
3
2023-06-20T17:18:43
2023-11-01T23:49:14
2023-11-01T23:49:13
NONE
null
An example of chatting with multiple docs with reference to their IDs in a DB. Here's an example: ``` How are @doc:bw456 and @doc:cg789 different in their main ideas on learning? ``` This example uses the [Self Querying Retriever](https://python.langchain.com/docs/modules/data_connection/retrievers/how_to/self_qu...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6490/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6490/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6490", "html_url": "https://github.com/langchain-ai/langchain/pull/6490", "diff_url": "https://github.com/langchain-ai/langchain/pull/6490.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6490.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6489
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6489/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6489/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6489/events
https://github.com/langchain-ai/langchain/pull/6489
1,765,803,532
PR_kwDOIPDwls5TdZX7
6,489
Added integrations for Hunter.io and Domainr
{ "login": "paschembri", "id": 8329444, "node_id": "MDQ6VXNlcjgzMjk0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8329444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paschembri", "html_url": "https://github.com/paschembri", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
1
2023-06-20T17:04:45
2023-06-20T20:31:28
2023-06-20T20:31:28
CONTRIBUTOR
null
Added integrations and notebooks sample code @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6489/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6489/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6489", "html_url": "https://github.com/langchain-ai/langchain/pull/6489", "diff_url": "https://github.com/langchain-ai/langchain/pull/6489.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6489.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6488
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6488/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6488/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6488/events
https://github.com/langchain-ai/langchain/pull/6488
1,765,803,254
PR_kwDOIPDwls5TdZUE
6,488
release 207
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[ { "id": 5010622926, "node_id": "LA_kwDOIPDwls8AAAABKqgJzg", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/release", "name": "release", "color": "07D4BE", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T17:04:32
2023-06-20T17:14:30
2023-06-20T17:14:29
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6488/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6488/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6488", "html_url": "https://github.com/langchain-ai/langchain/pull/6488", "diff_url": "https://github.com/langchain-ai/langchain/pull/6488.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6488.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6487
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6487/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6487/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6487/events
https://github.com/langchain-ai/langchain/pull/6487
1,765,764,910
PR_kwDOIPDwls5TdRgO
6,487
fix openai qa chain
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[]
closed
false
null
[]
null
1
2023-06-20T16:38:49
2023-06-20T17:01:15
2023-06-20T17:01:14
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6487/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6487/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6487", "html_url": "https://github.com/langchain-ai/langchain/pull/6487", "diff_url": "https://github.com/langchain-ai/langchain/pull/6487.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6487.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6486
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6486/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6486/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6486/events
https://github.com/langchain-ai/langchain/pull/6486
1,765,764,354
PR_kwDOIPDwls5TdRYz
6,486
feat (documents): add a source code loader based on AST manipulation
{ "login": "cristobalcl", "id": 538203, "node_id": "MDQ6VXNlcjUzODIwMw==", "avatar_url": "https://avatars.githubusercontent.com/u/538203?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cristobalcl", "html_url": "https://github.com/cristobalcl", "followers_url": "https://api.github.com/user...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" }, { "id": 5541144676, "node_id": "L...
closed
false
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https:...
null
12
2023-06-20T16:38:21
2023-06-28T05:59:04
2023-06-27T22:58:47
CONTRIBUTOR
null
#### Summary A new approach to loading source code is implemented: Each top-level function and class in the code is loaded into separate documents. Then, an additional document is created with the top-level code, but without the already loaded functions and classes. This could improve the accuracy of QA chains...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6486/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6486/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6486", "html_url": "https://github.com/langchain-ai/langchain/pull/6486", "diff_url": "https://github.com/langchain-ai/langchain/pull/6486.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6486.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6485
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6485/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6485/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6485/events
https://github.com/langchain-ai/langchain/issues/6485
1,765,725,729
I_kwDOIPDwls5pPtYh
6,485
Pinecone add_texts function does not populate vector store as expected, repeats first text in iterable
{ "login": "yahiakala", "id": 24422258, "node_id": "MDQ6VXNlcjI0NDIyMjU4", "avatar_url": "https://avatars.githubusercontent.com/u/24422258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yahiakala", "html_url": "https://github.com/yahiakala", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
3
2023-06-20T16:12:04
2023-09-27T16:05:55
2023-09-27T16:05:54
NONE
null
### System Info I am running this code on my Mac and on a linux server ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selector...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6485/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6485/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6484
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6484/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6484/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6484/events
https://github.com/langchain-ai/langchain/issues/6484
1,765,724,063
I_kwDOIPDwls5pPs-f
6,484
DOC: Documentation links for the ClickHouse integration is broken
{ "login": "kellytoole", "id": 129798106, "node_id": "U_kgDOB7yP2g", "avatar_url": "https://avatars.githubusercontent.com/u/129798106?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kellytoole", "html_url": "https://github.com/kellytoole", "followers_url": "https://api.github.com/users/kel...
[]
closed
false
null
[]
null
4
2023-06-20T16:10:53
2023-10-21T16:08:10
2023-10-21T16:08:10
NONE
null
### Issue with current documentation: https://t.co/QcsorxSzSG https://twitter.com/LangChainAI/status/1666093323780767746 The sections in docs where the ClickHouse integration is covered (as a vector db) no longer load properly. The links (above) are broken, and you can no longer navigate to the ClickHouse sectio...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6484/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6484/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6483
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6483/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6483/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6483/events
https://github.com/langchain-ai/langchain/pull/6483
1,765,694,837
PR_kwDOIPDwls5TdC4W
6,483
fix: remove callbacks arg from Tool and StructuredTool inferred schema
{ "login": "aledelunap", "id": 54540938, "node_id": "MDQ6VXNlcjU0NTQwOTM4", "avatar_url": "https://avatars.githubusercontent.com/u/54540938?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aledelunap", "html_url": "https://github.com/aledelunap", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
2
2023-06-20T15:53:03
2023-06-28T20:04:07
2023-06-23T08:48:27
CONTRIBUTOR
null
Fixes #5456 This PR removes the `callbacks` argument from a tool's schema when creating a `Tool` or `StructuredTool` with the `from_function` method and `infer_schema` is set to `True`. The `callbacks` argument is now removed in the `create_schema_from_function` and `_get_filtered_args` methods. As suggested by @vo...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6483/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6483/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6483", "html_url": "https://github.com/langchain-ai/langchain/pull/6483", "diff_url": "https://github.com/langchain-ai/langchain/pull/6483.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6483.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6482
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6482/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6482/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6482/events
https://github.com/langchain-ai/langchain/pull/6482
1,765,654,685
PR_kwDOIPDwls5Tc64H
6,482
fix: remove callbacks arg from Tool and StructuredTool inferred schema
{ "login": "aledelunap", "id": 54540938, "node_id": "MDQ6VXNlcjU0NTQwOTM4", "avatar_url": "https://avatars.githubusercontent.com/u/54540938?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aledelunap", "html_url": "https://github.com/aledelunap", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
2
2023-06-20T15:30:11
2023-06-20T15:55:32
2023-06-20T15:50:52
CONTRIBUTOR
null
Fixes #5456 This PR removes the `callbacks` argument from a tool's schema when creating a `Tool` or `StructuredTool` with the `from_function` method and `infer_schema` is set to `True`. The `callbacks` argument is now removed in the `create_schema_from_function` and `_get_filtered_args` methods. As suggested by @vo...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6482/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6482/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6482", "html_url": "https://github.com/langchain-ai/langchain/pull/6482", "diff_url": "https://github.com/langchain-ai/langchain/pull/6482.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6482.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6481
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6481/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6481/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6481/events
https://github.com/langchain-ai/langchain/issues/6481
1,765,612,990
I_kwDOIPDwls5pPR2-
6,481
`get_relevant_documents` of Chroma retriever uses cosine distance instead of cosine similarity as similarity score
{ "login": "labdmitriy", "id": 9625027, "node_id": "MDQ6VXNlcjk2MjUwMjc=", "avatar_url": "https://avatars.githubusercontent.com/u/9625027?v=4", "gravatar_id": "", "url": "https://api.github.com/users/labdmitriy", "html_url": "https://github.com/labdmitriy", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
7
2023-06-20T15:07:26
2023-11-10T16:08:42
2023-11-10T16:08:41
NONE
null
### System Info LangChain version: 0.0.205 Platform: Ubuntu 20.04 LTS Python version: 3.10.4 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ]...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6481/reactions", "total_count": 8, "+1": 8, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6481/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6480
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6480/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6480/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6480/events
https://github.com/langchain-ai/langchain/pull/6480
1,765,580,280
PR_kwDOIPDwls5Tcrk5
6,480
fix: change ddg to DDGS
{ "login": "Undertone0809", "id": 72488598, "node_id": "MDQ6VXNlcjcyNDg4NTk4", "avatar_url": "https://avatars.githubusercontent.com/u/72488598?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Undertone0809", "html_url": "https://github.com/Undertone0809", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
1
2023-06-20T14:51:37
2023-06-22T04:45:07
2023-06-20T17:15:05
CONTRIBUTOR
null
This commit updates the duckduckgo search utility by using a more accurate name in the import statement. #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6480/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6480/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6480", "html_url": "https://github.com/langchain-ai/langchain/pull/6480", "diff_url": "https://github.com/langchain-ai/langchain/pull/6480.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6480.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6479
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6479/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6479/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6479/events
https://github.com/langchain-ai/langchain/pull/6479
1,765,494,251
PR_kwDOIPDwls5TcY-L
6,479
Fix typo in docstring of format_tool_to_openai_function
{ "login": "northern-64bit", "id": 75195383, "node_id": "MDQ6VXNlcjc1MTk1Mzgz", "avatar_url": "https://avatars.githubusercontent.com/u/75195383?v=4", "gravatar_id": "", "url": "https://api.github.com/users/northern-64bit", "html_url": "https://github.com/northern-64bit", "followers_url": "https://api.gi...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T14:09:04
2023-06-21T06:23:02
2023-06-21T01:42:30
CONTRIBUTOR
null
Fixes typo "open AI" to "OpenAI" in docstring of `format_tool_to_openai_function` in `langchain/tools/convert_to_openai.py`. #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6479/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6479/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6479", "html_url": "https://github.com/langchain-ai/langchain/pull/6479", "diff_url": "https://github.com/langchain-ai/langchain/pull/6479.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6479.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6478
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6478/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6478/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6478/events
https://github.com/langchain-ai/langchain/issues/6478
1,765,483,231
I_kwDOIPDwls5pOyLf
6,478
JSONLoader ignores metadata processed with `metadata_func`
{ "login": "Alain1405", "id": 2998545, "node_id": "MDQ6VXNlcjI5OTg1NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/2998545?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Alain1405", "html_url": "https://github.com/Alain1405", "followers_url": "https://api.github.com/users/Al...
[]
open
false
null
[]
null
7
2023-06-20T14:03:20
2023-11-22T05:52:03
null
NONE
null
JSONLaoder takes a callable `metadata_func` that should supposedly allow the user to enrich the document metadata. The output of the callable however is unused and the and docs are created with the bare source/seq_num pairs. https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langcha...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6478/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6478/timeline
null
null
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6477
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6477/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6477/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6477/events
https://github.com/langchain-ai/langchain/pull/6477
1,765,466,911
PR_kwDOIPDwls5TcTC1
6,477
Deprecated web_path in favor of web_paths for WebLoader
{ "login": "kdcokenny", "id": 99611484, "node_id": "U_kgDOBe_zXA", "avatar_url": "https://avatars.githubusercontent.com/u/99611484?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kdcokenny", "html_url": "https://github.com/kdcokenny", "followers_url": "https://api.github.com/users/kdcokenn...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2023-06-20T13:54:55
2023-06-29T23:05:33
2023-06-29T23:05:33
CONTRIBUTOR
null
I completed this TODO and also fixed the sitemap tests and xml so it passes and uses the latest langchain website and sitemap. # TODO: Deprecate web_path in favor of web_paths, and remove this # left like this because there are a number of loaders that expect single # urls if isinsta...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6477/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6477/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6477", "html_url": "https://github.com/langchain-ai/langchain/pull/6477", "diff_url": "https://github.com/langchain-ai/langchain/pull/6477.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6477.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6476
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6476/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6476/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6476/events
https://github.com/langchain-ai/langchain/pull/6476
1,765,222,402
PR_kwDOIPDwls5Tbdyw
6,476
feat(agents): allow trimming of intermediate steps to last N
{ "login": "nirga", "id": 4224692, "node_id": "MDQ6VXNlcjQyMjQ2OTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4224692?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nirga", "html_url": "https://github.com/nirga", "followers_url": "https://api.github.com/users/nirga/follower...
[]
closed
false
null
[]
null
6
2023-06-20T11:39:19
2023-07-13T06:09:25
2023-07-13T06:09:25
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6476/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6476/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6476", "html_url": "https://github.com/langchain-ai/langchain/pull/6476", "diff_url": "https://github.com/langchain-ai/langchain/pull/6476.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6476.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6475
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6475/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6475/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6475/events
https://github.com/langchain-ai/langchain/pull/6475
1,765,161,264
PR_kwDOIPDwls5TbQY5
6,475
Pgvector similarity score threshold
{ "login": "hanit-com", "id": 37485638, "node_id": "MDQ6VXNlcjM3NDg1NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/37485638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hanit-com", "html_url": "https://github.com/hanit-com", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
3
2023-06-20T10:59:51
2023-06-23T13:02:01
2023-06-23T13:02:01
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6475/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6475/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6475", "html_url": "https://github.com/langchain-ai/langchain/pull/6475", "diff_url": "https://github.com/langchain-ai/langchain/pull/6475.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6475.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6474
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6474/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6474/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6474/events
https://github.com/langchain-ai/langchain/pull/6474
1,765,138,245
PR_kwDOIPDwls5TbLQU
6,474
typo(llamacpp.ipynb): 'condiser' -> 'consider'
{ "login": "TheOnlyWayUp", "id": 76237496, "node_id": "MDQ6VXNlcjc2MjM3NDk2", "avatar_url": "https://avatars.githubusercontent.com/u/76237496?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TheOnlyWayUp", "html_url": "https://github.com/TheOnlyWayUp", "followers_url": "https://api.github.c...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T10:48:00
2023-06-21T01:48:26
2023-06-21T01:48:25
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6474/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6474/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6474", "html_url": "https://github.com/langchain-ai/langchain/pull/6474", "diff_url": "https://github.com/langchain-ai/langchain/pull/6474.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6474.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6473
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6473/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6473/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6473/events
https://github.com/langchain-ai/langchain/pull/6473
1,765,073,417
PR_kwDOIPDwls5Ta9OG
6,473
Change tags(str) to tags(dict) in mlflow_callback.py docs
{ "login": "ArchimedesFTW", "id": 55234938, "node_id": "MDQ6VXNlcjU1MjM0OTM4", "avatar_url": "https://avatars.githubusercontent.com/u/55234938?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArchimedesFTW", "html_url": "https://github.com/ArchimedesFTW", "followers_url": "https://api.githu...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T10:04:52
2023-06-26T09:12:24
2023-06-26T09:12:23
CONTRIBUTOR
null
Fixes #6472 #### Who can review? @agola11
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6473/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6473/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6473", "html_url": "https://github.com/langchain-ai/langchain/pull/6473", "diff_url": "https://github.com/langchain-ai/langchain/pull/6473.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6473.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6472
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6472/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6472/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6472/events
https://github.com/langchain-ai/langchain/issues/6472
1,765,061,934
I_kwDOIPDwls5pNLUu
6,472
DOC: Incorrect type for tags parameter in MLflow callback
{ "login": "ArchimedesFTW", "id": 55234938, "node_id": "MDQ6VXNlcjU1MjM0OTM4", "avatar_url": "https://avatars.githubusercontent.com/u/55234938?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ArchimedesFTW", "html_url": "https://github.com/ArchimedesFTW", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
0
2023-06-20T09:57:57
2023-06-26T09:12:24
2023-06-26T09:12:24
CONTRIBUTOR
null
### Issue with current documentation: In the documentation the tag type is string, but in the code it's a dictionary. The proposed fix is to change the following two lines "tags (str):" to "tags (dict):". https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langchain/callbacks/mlf...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6472/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6472/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6471
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6471/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6471/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6471/events
https://github.com/langchain-ai/langchain/issues/6471
1,765,012,048
I_kwDOIPDwls5pM_JQ
6,471
pdf-parse.d.ts not found when using PDFLoader
{ "login": "RitvikShandilya", "id": 5859629, "node_id": "MDQ6VXNlcjU4NTk2Mjk=", "avatar_url": "https://avatars.githubusercontent.com/u/5859629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RitvikShandilya", "html_url": "https://github.com/RitvikShandilya", "followers_url": "https://api.g...
[]
closed
false
null
[]
null
3
2023-06-20T09:27:25
2023-12-04T16:06:58
2023-12-04T16:06:57
NONE
null
### System Info { "name": "server-chatgpt", "version": "1.0.0", "description": "", "type": "module", "main": "dist/app.js", "scripts": { "start": "tsc & node dist/app.js", "dev": "tsc -w & nodemon -x 'node dist/app.js || touch dist/app.js'", "dev2": "tsc -w & pm2 start dist/app.js --wa...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6471/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6471/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6470
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6470/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6470/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6470/events
https://github.com/langchain-ai/langchain/issues/6470
1,764,969,441
I_kwDOIPDwls5pM0vh
6,470
DOC: Broken link to the Text Embedding Model
{ "login": "AnthonyByansi", "id": 101401469, "node_id": "U_kgDOBgtDfQ", "avatar_url": "https://avatars.githubusercontent.com/u/101401469?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnthonyByansi", "html_url": "https://github.com/AnthonyByansi", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
4
2023-06-20T09:03:41
2023-12-27T16:07:18
2023-12-27T16:07:17
NONE
null
### Issue with current documentation: [Text Embedding Model python Guide ](https://python.langchain.com/docs/modules/model_io/models/text_embedding.html) Seems to be broken and can't be accessed. ![issue1](https://github.com/hwchase17/langchain/assets/101401469/4af5afb4-fc3e-44e2-b8c9-2bcc5f1eeb49) ![issue2](https:/...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6470/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6470/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6469
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6469/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6469/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6469/events
https://github.com/langchain-ai/langchain/pull/6469
1,764,763,000
PR_kwDOIPDwls5TZ6s8
6,469
Fix conversational_retrieval combining with chat history affects the question and answer experience
{ "login": "wuzechuan", "id": 14210962, "node_id": "MDQ6VXNlcjE0MjEwOTYy", "avatar_url": "https://avatars.githubusercontent.com/u/14210962?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wuzechuan", "html_url": "https://github.com/wuzechuan", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-20T06:53:29
2023-06-22T02:07:37
2023-06-22T02:07:37
NONE
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6469/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6469/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6469", "html_url": "https://github.com/langchain-ai/langchain/pull/6469", "diff_url": "https://github.com/langchain-ai/langchain/pull/6469.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6469.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6468
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6468/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6468/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6468/events
https://github.com/langchain-ai/langchain/pull/6468
1,764,739,880
PR_kwDOIPDwls5TZ1xP
6,468
improve documentation on base chain
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-20T06:33:42
2023-06-20T17:34:58
2023-06-20T17:34:57
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6468/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6468/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6468", "html_url": "https://github.com/langchain-ai/langchain/pull/6468", "diff_url": "https://github.com/langchain-ai/langchain/pull/6468.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6468.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6467
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6467/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6467/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6467/events
https://github.com/langchain-ai/langchain/pull/6467
1,764,734,881
PR_kwDOIPDwls5TZ0s8
6,467
hide param list
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
2
2023-06-20T06:29:04
2023-07-13T06:00:38
2023-07-13T06:00:38
COLLABORATOR
null
https://autodoc-pydantic.readthedocs.io/en/stable/users/configuration.html#hide-paramlist i think this looks better?
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6467/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6467/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6467", "html_url": "https://github.com/langchain-ai/langchain/pull/6467", "diff_url": "https://github.com/langchain-ai/langchain/pull/6467.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6467.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6466
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6466/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6466/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6466/events
https://github.com/langchain-ai/langchain/issues/6466
1,764,703,591
I_kwDOIPDwls5pLz1n
6,466
Multiple completions support in ChatOpenAI
{ "login": "navin1998", "id": 42119166, "node_id": "MDQ6VXNlcjQyMTE5MTY2", "avatar_url": "https://avatars.githubusercontent.com/u/42119166?v=4", "gravatar_id": "", "url": "https://api.github.com/users/navin1998", "html_url": "https://github.com/navin1998", "followers_url": "https://api.github.com/users/...
[]
open
false
null
[]
null
7
2023-06-20T06:02:51
2023-10-04T07:48:39
null
NONE
null
### Feature request Multiple Completions support would enable users to receive multiple responses or variations from the model for a given prompt. This feature would provide greater flexibility and allow users to explore different possibilities or perspectives in their conversations. Allowing users to specify the n...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6466/reactions", "total_count": 12, "+1": 12, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6466/timeline
null
reopened
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6465
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6465/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6465/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6465/events
https://github.com/langchain-ai/langchain/pull/6465
1,764,689,826
PR_kwDOIPDwls5TZq35
6,465
bump version to 206
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[ { "id": 5010622926, "node_id": "LA_kwDOIPDwls8AAAABKqgJzg", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/release", "name": "release", "color": "07D4BE", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T05:50:05
2023-06-20T06:05:10
2023-06-20T06:05:09
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6465/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6465/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6465", "html_url": "https://github.com/langchain-ai/langchain/pull/6465", "diff_url": "https://github.com/langchain-ai/langchain/pull/6465.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6465.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6464
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6464/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6464/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6464/events
https://github.com/langchain-ai/langchain/pull/6464
1,764,649,509
PR_kwDOIPDwls5TZiHQ
6,464
Harrison/unstructured page number
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T05:07:42
2023-06-20T05:31:44
2023-06-20T05:31:43
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6464/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6464/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6464", "html_url": "https://github.com/langchain-ai/langchain/pull/6464", "diff_url": "https://github.com/langchain-ai/langchain/pull/6464.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6464.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6463
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6463/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6463/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6463/events
https://github.com/langchain-ai/langchain/pull/6463
1,764,639,787
PR_kwDOIPDwls5TZf9L
6,463
Harrison/functions in retrieval
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-20T04:59:21
2023-06-20T05:08:00
2023-06-20T05:07:59
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6463/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6463/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6463", "html_url": "https://github.com/langchain-ai/langchain/pull/6463", "diff_url": "https://github.com/langchain-ai/langchain/pull/6463.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6463.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6462
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6462/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6462/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6462/events
https://github.com/langchain-ai/langchain/issues/6462
1,764,637,339
I_kwDOIPDwls5pLjqb
6,462
AzureChatOpenAI Streaming causes IndexError: list index out of range
{ "login": "azohra", "id": 849320, "node_id": "MDQ6VXNlcjg0OTMyMA==", "avatar_url": "https://avatars.githubusercontent.com/u/849320?v=4", "gravatar_id": "", "url": "https://api.github.com/users/azohra", "html_url": "https://github.com/azohra", "followers_url": "https://api.github.com/users/azohra/follow...
[]
closed
false
null
[]
null
9
2023-06-20T04:57:00
2023-07-25T18:30:27
2023-07-25T18:30:27
NONE
null
### System Info langchain-0.0.205-py3, macos ventura, python 3.11 ### Who can help? @hwchase17 / @agola11 ### Information - [x] The official example notebooks/scripts https://python.langchain.com/docs/modules/model_io/models/chat/how_to/streaming ### Related Components - [X] LLMs/Chat Models ### Repro...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6462/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6462/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6461
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6461/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6461/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6461/events
https://github.com/langchain-ai/langchain/issues/6461
1,764,582,337
I_kwDOIPDwls5pLWPB
6,461
Issue: <Some problems when using ChatOpenAI>
{ "login": "Isfate", "id": 49968353, "node_id": "MDQ6VXNlcjQ5OTY4MzUz", "avatar_url": "https://avatars.githubusercontent.com/u/49968353?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Isfate", "html_url": "https://github.com/Isfate", "followers_url": "https://api.github.com/users/Isfate/fo...
[]
closed
false
null
[]
null
4
2023-06-20T03:59:27
2023-10-09T16:06:36
2023-10-09T16:06:35
NONE
null
### Issue you'd like to raise. When using ChatOpenAI, will ChatOpenAI save the conversation history? When I use the same data many times to call a service built with langchain, after a fixed number of times, a langchain.schema.OutputParserException error occurs, which seems to be The answer returned by OpenAI is incom...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6461/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6461/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6460
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6460/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6460/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6460/events
https://github.com/langchain-ai/langchain/issues/6460
1,764,570,374
I_kwDOIPDwls5pLTUG
6,460
Issue: how to load csv without headers
{ "login": "MIMI180306", "id": 45851793, "node_id": "MDQ6VXNlcjQ1ODUxNzkz", "avatar_url": "https://avatars.githubusercontent.com/u/45851793?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MIMI180306", "html_url": "https://github.com/MIMI180306", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
3
2023-06-20T03:50:04
2023-09-26T16:05:18
2023-09-26T16:05:17
NONE
null
### Issue you'd like to raise. There may be no header in my csv. CSVLoader seems to take the first row of data as a header, resulting in the missing of the first row of data. How to solve this problem ### Suggestion: _No response_
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6460/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6460/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6459
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6459/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6459/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6459/events
https://github.com/langchain-ai/langchain/pull/6459
1,764,545,957
PR_kwDOIPDwls5TZLTQ
6,459
Add ability to add extra fields to AzureSearch VectorStore when adding documents
{ "login": "CameronVetter", "id": 7763701, "node_id": "MDQ6VXNlcjc3NjM3MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/7763701?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CameronVetter", "html_url": "https://github.com/CameronVetter", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
11
2023-06-20T03:18:23
2023-07-11T15:39:34
2023-06-29T14:49:29
CONTRIBUTOR
null
Fixes #6134 This PR adds a feature to the ACS Vectorstore for adding extra fields beyond the required fields when adding documents into an Azure Cognitive Search Vectorstore. By adding these extra fields , when later querying the vectorstore, the search engine's filtering capabilities can be used to narrow the num...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6459/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6459/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6459", "html_url": "https://github.com/langchain-ai/langchain/pull/6459", "diff_url": "https://github.com/langchain-ai/langchain/pull/6459.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6459.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6458
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6458/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6458/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6458/events
https://github.com/langchain-ai/langchain/issues/6458
1,764,527,031
I_kwDOIPDwls5pLIu3
6,458
Init Vector store AnalyticDB raise error data type real[] has no default operator class for access method "ann"
{ "login": "mwcodefun", "id": 92509909, "node_id": "U_kgDOBYOW1Q", "avatar_url": "https://avatars.githubusercontent.com/u/92509909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwcodefun", "html_url": "https://github.com/mwcodefun", "followers_url": "https://api.github.com/users/mwcodefu...
[]
closed
false
null
[]
null
3
2023-06-20T02:49:40
2023-06-25T02:03:51
2023-06-20T07:51:20
NONE
null
### System Info AnalyticDB v6.3.10.14 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Do...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6458/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6458/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6457
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6457/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6457/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6457/events
https://github.com/langchain-ai/langchain/pull/6457
1,764,524,946
PR_kwDOIPDwls5TZG4c
6,457
fix anthropic chat model mutating input list
{ "login": "agola11", "id": 9536492, "node_id": "MDQ6VXNlcjk1MzY0OTI=", "avatar_url": "https://avatars.githubusercontent.com/u/9536492?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agola11", "html_url": "https://github.com/agola11", "followers_url": "https://api.github.com/users/agola11/...
[]
closed
false
null
[]
null
1
2023-06-20T02:46:12
2023-06-20T04:30:53
2023-06-20T04:30:52
COLLABORATOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6457/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6457/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6457", "html_url": "https://github.com/langchain-ai/langchain/pull/6457", "diff_url": "https://github.com/langchain-ai/langchain/pull/6457.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6457.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6456
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6456/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6456/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6456/events
https://github.com/langchain-ai/langchain/pull/6456
1,764,440,063
PR_kwDOIPDwls5TY4Gz
6,456
Fix for #6431 - chatprompt template with partial variables throws validation error
{ "login": "Avinash-Raj", "id": 3929632, "node_id": "MDQ6VXNlcjM5Mjk2MzI=", "avatar_url": "https://avatars.githubusercontent.com/u/3929632?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Avinash-Raj", "html_url": "https://github.com/Avinash-Raj", "followers_url": "https://api.github.com/us...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-20T01:13:27
2023-06-20T06:59:46
2023-06-20T05:08:16
CONTRIBUTOR
null
W.r.t recent changes, ChatPromptTemplate does not accepting partial variables. This PR should fix that issue. Fixes #6431 #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6456/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6456/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6456", "html_url": "https://github.com/langchain-ai/langchain/pull/6456", "diff_url": "https://github.com/langchain-ai/langchain/pull/6456.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6456.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6455
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6455/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6455/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6455/events
https://github.com/langchain-ai/langchain/pull/6455
1,764,427,826
PR_kwDOIPDwls5TY2Rk
6,455
Recursive URL loader
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" }, { "id": 5541144676, "node_id": "L...
closed
false
null
[]
null
8
2023-06-20T01:06:51
2023-06-25T19:48:17
2023-06-23T20:09:00
COLLABORATOR
null
We may want to process load all URLs under a root directory. For example, let's look at the [LangChain JS documentation](https://js.langchain.com/docs/). This has many interesting child pages that we may want to read in bulk. Of course, the `WebBaseLoader` can load a list of pages. But, the challenge is tr...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6455/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6455/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6455", "html_url": "https://github.com/langchain-ai/langchain/pull/6455", "diff_url": "https://github.com/langchain-ai/langchain/pull/6455.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6455.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6454
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6454/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6454/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6454/events
https://github.com/langchain-ai/langchain/pull/6454
1,764,413,637
PR_kwDOIPDwls5TYzSI
6,454
Add KuzuQAChain
{ "login": "mewim", "id": 14037726, "node_id": "MDQ6VXNlcjE0MDM3NzI2", "avatar_url": "https://avatars.githubusercontent.com/u/14037726?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mewim", "html_url": "https://github.com/mewim", "followers_url": "https://api.github.com/users/mewim/follow...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" }, { "id": 5454193895, "node_id": "L...
closed
false
null
[]
null
2
2023-06-20T00:42:12
2023-06-21T05:07:01
2023-06-21T05:07:00
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6454/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6454/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6454", "html_url": "https://github.com/langchain-ai/langchain/pull/6454", "diff_url": "https://github.com/langchain-ai/langchain/pull/6454.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6454.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6453
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6453/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6453/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6453/events
https://github.com/langchain-ai/langchain/pull/6453
1,764,360,778
PR_kwDOIPDwls5TYnx3
6,453
expose docs chains
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-19T23:30:16
2023-06-20T00:18:56
2023-06-20T00:18:55
COLLABORATOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6453/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6453/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6453", "html_url": "https://github.com/langchain-ai/langchain/pull/6453", "diff_url": "https://github.com/langchain-ai/langchain/pull/6453.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6453.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6452
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6452/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6452/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6452/events
https://github.com/langchain-ai/langchain/issues/6452
1,764,350,023
I_kwDOIPDwls5pKdhH
6,452
DOC: Is it possible to access older documentation UI?
{ "login": "sbarman-mi9", "id": 14152255, "node_id": "MDQ6VXNlcjE0MTUyMjU1", "avatar_url": "https://avatars.githubusercontent.com/u/14152255?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sbarman-mi9", "html_url": "https://github.com/sbarman-mi9", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
2
2023-06-19T23:18:23
2023-08-19T20:18:44
2023-08-19T20:18:44
NONE
null
### Issue with current documentation: I had links for the older documentation and now all those links are broken. It was easy to figure out version as well. It would be great if we could access the older UI. Thanks. ### Idea or request for content: _No response_
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6452/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6452/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6451
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6451/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6451/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6451/events
https://github.com/langchain-ai/langchain/pull/6451
1,764,346,691
PR_kwDOIPDwls5TYkno
6,451
Add PandocRSTLoader
{ "login": "kdcokenny", "id": 99611484, "node_id": "U_kgDOBe_zXA", "avatar_url": "https://avatars.githubusercontent.com/u/99611484?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kdcokenny", "html_url": "https://github.com/kdcokenny", "followers_url": "https://api.github.com/users/kdcokenn...
[]
closed
false
null
[]
null
2
2023-06-19T23:14:55
2023-06-20T12:24:16
2023-06-20T12:24:16
CONTRIBUTOR
null
A loader that loads a .rst (reStructuredText) file, converts it into a markdown format and wraps it into a Document instance using the lazy-loading method. It requires pypandoc @eyurtsev
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6451/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6451/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6451", "html_url": "https://github.com/langchain-ai/langchain/pull/6451", "diff_url": "https://github.com/langchain-ai/langchain/pull/6451.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6451.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6450
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6450/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6450/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6450/events
https://github.com/langchain-ai/langchain/pull/6450
1,764,328,314
PR_kwDOIPDwls5TYgcp
6,450
Remove extra word in the introduction documentation
{ "login": "andreybavt", "id": 7889985, "node_id": "MDQ6VXNlcjc4ODk5ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/7889985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andreybavt", "html_url": "https://github.com/andreybavt", "followers_url": "https://api.github.com/users...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-19T22:56:52
2023-06-20T04:31:18
2023-06-20T04:31:18
CONTRIBUTOR
null
Removed an extra word in the introduction documentation, a simple typo
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6450/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6450/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6450", "html_url": "https://github.com/langchain-ai/langchain/pull/6450", "diff_url": "https://github.com/langchain-ai/langchain/pull/6450.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6450.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6449
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6449/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6449/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6449/events
https://github.com/langchain-ai/langchain/pull/6449
1,764,271,786
PR_kwDOIPDwls5TYUng
6,449
Add Trajectory Eval RunEvaluator
{ "login": "vowelparrot", "id": 130414180, "node_id": "U_kgDOB8X2ZA", "avatar_url": "https://avatars.githubusercontent.com/u/130414180?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vowelparrot", "html_url": "https://github.com/vowelparrot", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-19T21:57:09
2023-06-20T04:11:52
2023-06-20T04:11:51
CONTRIBUTOR
null
null
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6449/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6449/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6449", "html_url": "https://github.com/langchain-ai/langchain/pull/6449", "diff_url": "https://github.com/langchain-ai/langchain/pull/6449.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6449.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6448
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6448/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6448/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6448/events
https://github.com/langchain-ai/langchain/pull/6448
1,764,254,564
PR_kwDOIPDwls5TYRI5
6,448
Add example for question answering over documents with OpenAI Function Agent
{ "login": "homanp", "id": 2464556, "node_id": "MDQ6VXNlcjI0NjQ1NTY=", "avatar_url": "https://avatars.githubusercontent.com/u/2464556?v=4", "gravatar_id": "", "url": "https://api.github.com/users/homanp", "html_url": "https://github.com/homanp", "followers_url": "https://api.github.com/users/homanp/foll...
[]
closed
false
null
[]
null
1
2023-06-19T21:34:27
2023-06-20T04:35:46
2023-06-20T04:35:45
CONTRIBUTOR
null
This PR adds an example of doing question answering over documents using OpenAI Function Agents. #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6448/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6448/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6448", "html_url": "https://github.com/langchain-ai/langchain/pull/6448", "diff_url": "https://github.com/langchain-ai/langchain/pull/6448.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6448.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6447
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6447/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6447/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6447/events
https://github.com/langchain-ai/langchain/pull/6447
1,764,248,686
PR_kwDOIPDwls5TYP1o
6,447
Run eval in eval mode
{ "login": "vowelparrot", "id": 130414180, "node_id": "U_kgDOB8X2ZA", "avatar_url": "https://avatars.githubusercontent.com/u/130414180?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vowelparrot", "html_url": "https://github.com/vowelparrot", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
3
2023-06-19T21:30:31
2023-06-20T01:31:40
2023-06-20T01:31:39
CONTRIBUTOR
null
For the `run_on_dataset` sessions
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6447/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6447/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6447", "html_url": "https://github.com/langchain-ai/langchain/pull/6447", "diff_url": "https://github.com/langchain-ai/langchain/pull/6447.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6447.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6446
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6446/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6446/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6446/events
https://github.com/langchain-ai/langchain/pull/6446
1,764,242,837
PR_kwDOIPDwls5TYOoL
6,446
Add `_similarity_search_with_relevance_scores` in `Pinecone`
{ "login": "neo", "id": 9028430, "node_id": "MDQ6VXNlcjkwMjg0MzA=", "avatar_url": "https://avatars.githubusercontent.com/u/9028430?v=4", "gravatar_id": "", "url": "https://api.github.com/users/neo", "html_url": "https://github.com/neo", "followers_url": "https://api.github.com/users/neo/followers", "f...
[]
closed
false
null
[]
null
2
2023-06-19T21:23:06
2023-06-20T14:40:36
2023-06-20T04:36:40
CONTRIBUTOR
null
Just so it is consistent with other `VectorStore` classes. This is a follow-up of #6056 which also discussed the potential of adding `similarity_search_by_vector_returning_embeddings` that we will continue the discussion here. potentially related: #6286 #### Who can review? Tag maintainers/contributors w...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6446/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6446/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6446", "html_url": "https://github.com/langchain-ai/langchain/pull/6446", "diff_url": "https://github.com/langchain-ai/langchain/pull/6446.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6446.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6445
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6445/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6445/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6445/events
https://github.com/langchain-ai/langchain/issues/6445
1,764,242,835
I_kwDOIPDwls5pKDWT
6,445
DOC:QA notebook link broken
{ "login": "karthik19967829", "id": 35610230, "node_id": "MDQ6VXNlcjM1NjEwMjMw", "avatar_url": "https://avatars.githubusercontent.com/u/35610230?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karthik19967829", "html_url": "https://github.com/karthik19967829", "followers_url": "https://api...
[]
closed
false
null
[]
null
2
2023-06-19T21:23:06
2023-09-26T16:05:23
2023-09-26T16:05:22
NONE
null
### Issue with current documentation: https://python.langchain.com/docs/modules/chains/popular/question_answering.html Link for question answering ### Idea or request for content: Fix and redirect to a different link
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6445/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6445/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6444
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6444/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6444/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6444/events
https://github.com/langchain-ai/langchain/issues/6444
1,764,194,908
I_kwDOIPDwls5pJ3pc
6,444
Can't use SQLdatabasechain with Multipromptchain
{ "login": "kami41", "id": 46834795, "node_id": "MDQ6VXNlcjQ2ODM0Nzk1", "avatar_url": "https://avatars.githubusercontent.com/u/46834795?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kami41", "html_url": "https://github.com/kami41", "followers_url": "https://api.github.com/users/kami41/fo...
[]
closed
false
null
[]
null
16
2023-06-19T20:40:11
2023-11-16T16:07:22
2023-11-16T16:07:21
NONE
null
### System Info Can't use sqldatabasechains with multipromptchain like this ` facing this error `ValidationError: 20 validation errors for MultiPromptChain destination_chains -> table_format -> prompt none is not an allowed value (type=type_error.none.not_allowed) destination_chains -> table_format -> llm ...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6444/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6444/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6443
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6443/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6443/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6443/events
https://github.com/langchain-ai/langchain/pull/6443
1,764,190,914
PR_kwDOIPDwls5TYDWf
6,443
Allow ids instead of keys for Redis vectorstore
{ "login": "jbkoh", "id": 1572627, "node_id": "MDQ6VXNlcjE1NzI2Mjc=", "avatar_url": "https://avatars.githubusercontent.com/u/1572627?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbkoh", "html_url": "https://github.com/jbkoh", "followers_url": "https://api.github.com/users/jbkoh/follower...
[ { "id": 5541432778, "node_id": "LA_kwDOIPDwls8AAAABSkuNyg", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/area:%20vector%20store", "name": "area: vector store", "color": "D4C5F9", "default": false, "description": "Related to vector store module" }, { "id": 56...
closed
false
null
[]
null
14
2023-06-19T20:36:22
2023-11-07T04:09:24
2023-11-07T04:09:23
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6443/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6443/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6443", "html_url": "https://github.com/langchain-ai/langchain/pull/6443", "diff_url": "https://github.com/langchain-ai/langchain/pull/6443.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6443.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6442
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6442/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6442/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6442/events
https://github.com/langchain-ai/langchain/pull/6442
1,764,152,565
PR_kwDOIPDwls5TX684
6,442
Remove backticks without clear purpose from docs
{ "login": "ykerus", "id": 48921025, "node_id": "MDQ6VXNlcjQ4OTIxMDI1", "avatar_url": "https://avatars.githubusercontent.com/u/48921025?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ykerus", "html_url": "https://github.com/ykerus", "followers_url": "https://api.github.com/users/ykerus/fo...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-19T20:03:57
2023-06-20T05:03:39
2023-06-20T05:03:38
CONTRIBUTOR
null
#### Description - Removed two backticks surrounding the phrase "chat messages as" - This phrase stood out among other formatted words/phrases such as `prompt`, `role`, `PromptTemplate`, etc., which all seem to have a clear function. - `chat messages as`, formatted as such, confused me while reading, leading me to...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6442/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6442/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6442", "html_url": "https://github.com/langchain-ai/langchain/pull/6442", "diff_url": "https://github.com/langchain-ai/langchain/pull/6442.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6442.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6441
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6441/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6441/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6441/events
https://github.com/langchain-ai/langchain/pull/6441
1,764,138,769
PR_kwDOIPDwls5TX330
6,441
Allow PyPDFLoader to restrict page range loaded
{ "login": "mvanwyk", "id": 2493311, "node_id": "MDQ6VXNlcjI0OTMzMTE=", "avatar_url": "https://avatars.githubusercontent.com/u/2493311?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mvanwyk", "html_url": "https://github.com/mvanwyk", "followers_url": "https://api.github.com/users/mvanwyk/...
[ { "id": 5541144676, "node_id": "LA_kwDOIPDwls8AAAABSkcoZA", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/area:%20doc%20loader", "name": "area: doc loader", "color": "D4C5F9", "default": false, "description": "Related to document loader module (not documentation)" ...
closed
false
null
[]
null
3
2023-06-19T19:55:11
2023-11-07T04:11:06
2023-11-07T04:11:05
NONE
null
When loading PDFs, I've needed to use manual workarounds to restrict page sections loaded. This is either to exclude pages that are confusing the retriever, such as tables of contents or references or to only include relevant sections of books. This PR replicates my data-cleaning workarounds. #### Who can review? ...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6441/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6441/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6441", "html_url": "https://github.com/langchain-ai/langchain/pull/6441", "diff_url": "https://github.com/langchain-ai/langchain/pull/6441.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6441.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6440
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6440/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6440/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6440/events
https://github.com/langchain-ai/langchain/pull/6440
1,764,076,759
PR_kwDOIPDwls5TXqFW
6,440
docs: commented out `editUrl` option
{ "login": "leo-gan", "id": 2256422, "node_id": "MDQ6VXNlcjIyNTY0MjI=", "avatar_url": "https://avatars.githubusercontent.com/u/2256422?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leo-gan", "html_url": "https://github.com/leo-gan", "followers_url": "https://api.github.com/users/leo-gan/...
[]
closed
false
{ "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.com/users/dev2049/foll...
[ { "login": "dev2049", "id": 130488702, "node_id": "U_kgDOB8cZfg", "avatar_url": "https://avatars.githubusercontent.com/u/130488702?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dev2049", "html_url": "https://github.com/dev2049", "followers_url": "https://api.github.co...
null
6
2023-06-19T19:09:27
2023-07-03T16:03:22
2023-07-03T14:59:12
COLLABORATOR
null
docs: commented out the `editUrl` option This removes the “Edit this page” link at the end of pages. See this link on this [page](https://python.langchain.com/docs/modules/data_connection/retrievers/), for example. This link does not work. New refactoring makes the docs structure the "hand-make" structure. The...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6440/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6440/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6440", "html_url": "https://github.com/langchain-ai/langchain/pull/6440", "diff_url": "https://github.com/langchain-ai/langchain/pull/6440.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6440.patch", "merged_at": "2023-07-...
https://api.github.com/repos/langchain-ai/langchain/issues/6439
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6439/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6439/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6439/events
https://github.com/langchain-ai/langchain/issues/6439
1,764,063,357
I_kwDOIPDwls5pJXh9
6,439
cannot import name 'create_citation_fuzzy_match_chain' from 'langchain.chains'
{ "login": "MMMKKK888", "id": 118483946, "node_id": "U_kgDOBw_r6g", "avatar_url": "https://avatars.githubusercontent.com/u/118483946?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MMMKKK888", "html_url": "https://github.com/MMMKKK888", "followers_url": "https://api.github.com/users/MMMKKK...
[]
closed
false
null
[]
null
2
2023-06-19T19:00:56
2023-09-25T16:04:55
2023-09-25T16:04:54
NONE
null
### System Info ImportError: cannot import name 'create_citation_fuzzy_match_chain' from 'langchain.chains' Python=3.11.4 Langchain=0.0.129 The code: `from langchain.chains import create_citation_fuzzy_match_chain` The error > ImportError: cannot import name 'create_citation_fuzzy_match_chain' from 'la...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6439/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6439/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6437
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6437/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6437/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6437/events
https://github.com/langchain-ai/langchain/pull/6437
1,763,905,338
PR_kwDOIPDwls5TXFf-
6,437
add mongo (HOLD)
{ "login": "hwchase17", "id": 11986836, "node_id": "MDQ6VXNlcjExOTg2ODM2", "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hwchase17", "html_url": "https://github.com/hwchase17", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
1
2023-06-19T17:08:16
2023-06-22T18:08:14
2023-06-22T18:08:12
COLLABORATOR
null
do not merge in
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6437/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6437/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6437", "html_url": "https://github.com/langchain-ai/langchain/pull/6437", "diff_url": "https://github.com/langchain-ai/langchain/pull/6437.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6437.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6436
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6436/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6436/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6436/events
https://github.com/langchain-ai/langchain/issues/6436
1,763,879,224
I_kwDOIPDwls5pIqk4
6,436
DOC : Load model from local path in HuggingFaceInstructEmebddings
{ "login": "eshaanagarwal", "id": 78371148, "node_id": "MDQ6VXNlcjc4MzcxMTQ4", "avatar_url": "https://avatars.githubusercontent.com/u/78371148?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eshaanagarwal", "html_url": "https://github.com/eshaanagarwal", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
2
2023-06-19T16:50:21
2023-09-26T16:05:28
2023-09-26T16:05:27
NONE
null
### Issue with current documentation: Hey i had a question which waqs bugging me ! I need to load a hugging face model for local path rather than loading it for the first time in HuggingFcaeInstructEmebddings. Can anybdoy tell me how we can do that ?? ### Idea or request for content: _No response_
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6436/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6436/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6435
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6435/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6435/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6435/events
https://github.com/langchain-ai/langchain/pull/6435
1,763,877,630
PR_kwDOIPDwls5TW_Zh
6,435
Motorhead memory updates, including delete session method and ability to save intermediate_steps
{ "login": "hragbalian", "id": 5995255, "node_id": "MDQ6VXNlcjU5OTUyNTU=", "avatar_url": "https://avatars.githubusercontent.com/u/5995255?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hragbalian", "html_url": "https://github.com/hragbalian", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
1
2023-06-19T16:49:06
2023-06-22T20:45:38
2023-06-22T20:45:37
CONTRIBUTOR
null
A few small updates made in this PR, all related to memory, with a focus on motorhead for now: * Delete session method was missing, so I added one in * Saving intermediate_steps into memory was not permitted, so I added it as a property to the BaseChatMemory so that it doesn't conflict with the return statements of...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6435/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6435/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6435", "html_url": "https://github.com/langchain-ai/langchain/pull/6435", "diff_url": "https://github.com/langchain-ai/langchain/pull/6435.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6435.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6434
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6434/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6434/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6434/events
https://github.com/langchain-ai/langchain/issues/6434
1,763,869,712
I_kwDOIPDwls5pIoQQ
6,434
Issue: Related to open api spec agent default prompts
{ "login": "tough2kmlprince", "id": 137096108, "node_id": "U_kgDOCCvrrA", "avatar_url": "https://avatars.githubusercontent.com/u/137096108?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tough2kmlprince", "html_url": "https://github.com/tough2kmlprince", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
1
2023-06-19T16:41:33
2023-09-25T16:05:05
2023-09-25T16:05:04
NONE
null
### Issue you'd like to raise. Issue: Is there a way to modify these default api prompts while using open api spec agent. Could someone please guide https://github.com/hwchase17/langchain/blob/master/langchain/agents/agent_toolkits/openapi/planner_prompt.py#LL6C1-L7C1 Or should I right my own custom open api spec ...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6434/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6434/timeline
null
not_planned
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6433
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6433/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6433/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6433/events
https://github.com/langchain-ai/langchain/pull/6433
1,763,865,422
PR_kwDOIPDwls5TW803
6,433
Update arize_callback.py
{ "login": "hakantekgul", "id": 14350521, "node_id": "MDQ6VXNlcjE0MzUwNTIx", "avatar_url": "https://avatars.githubusercontent.com/u/14350521?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hakantekgul", "html_url": "https://github.com/hakantekgul", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
1
2023-06-19T16:37:24
2023-06-20T01:33:50
2023-06-20T01:33:49
CONTRIBUTOR
null
Arize released a new Generative LLM Model Type, adjusting the callback function to new logging. Added arize imports, please delete if not necessary. Specifically, this change makes sure that the prompt and response pairs from LangChain agents are logged into Arize as a Generative LLM model, instead of our previou...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6433/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6433/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6433", "html_url": "https://github.com/langchain-ai/langchain/pull/6433", "diff_url": "https://github.com/langchain-ai/langchain/pull/6433.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6433.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6432
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6432/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6432/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6432/events
https://github.com/langchain-ai/langchain/pull/6432
1,763,847,081
PR_kwDOIPDwls5TW48Q
6,432
Confluence added
{ "login": "ethanabowen", "id": 1947151, "node_id": "MDQ6VXNlcjE5NDcxNTE=", "avatar_url": "https://avatars.githubusercontent.com/u/1947151?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ethanabowen", "html_url": "https://github.com/ethanabowen", "followers_url": "https://api.github.com/us...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
2
2023-06-19T16:20:28
2023-06-26T09:28:05
2023-06-26T09:28:04
CONTRIBUTOR
null
Adding Confluence to Jira tool. Can create a page in Confluence with this PR. If accepted, will extend functionality to Bitbucket and additional Confluence features. Adding an integration test for the moment. Will add unit tests if asked. #### Who can review? @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6432/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6432/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6432", "html_url": "https://github.com/langchain-ai/langchain/pull/6432", "diff_url": "https://github.com/langchain-ai/langchain/pull/6432.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6432.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6431
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6431/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6431/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6431/events
https://github.com/langchain-ai/langchain/issues/6431
1,763,841,708
I_kwDOIPDwls5pIhas
6,431
ChatPromptTemplate with partial variables is giving validation error
{ "login": "xi2asing", "id": 137009459, "node_id": "U_kgDOCCqZMw", "avatar_url": "https://avatars.githubusercontent.com/u/137009459?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xi2asing", "html_url": "https://github.com/xi2asing", "followers_url": "https://api.github.com/users/xi2asing/...
[]
closed
false
null
[]
null
2
2023-06-19T16:15:49
2023-06-20T05:39:17
2023-06-20T05:08:17
NONE
null
### System Info langchain-0.0.205, python3.10 ### Who can help? @hwchase17 @agola11 ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [X] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Par...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6431/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6431/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6430
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6430/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6430/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6430/events
https://github.com/langchain-ai/langchain/pull/6430
1,763,832,607
PR_kwDOIPDwls5TW13W
6,430
Update web_base.ipynb
{ "login": "jackfrost1411", "id": 48760936, "node_id": "MDQ6VXNlcjQ4NzYwOTM2", "avatar_url": "https://avatars.githubusercontent.com/u/48760936?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jackfrost1411", "html_url": "https://github.com/jackfrost1411", "followers_url": "https://api.githu...
[]
closed
false
null
[]
null
1
2023-06-19T16:08:44
2023-06-20T04:43:36
2023-06-20T04:43:35
CONTRIBUTOR
null
Minor new line character in the markdown. Also, this option is not yet in the latest version of LangChain (0.0.190) from Conda. Maybe in the next update. @eyurtsev @hwchase17
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6430/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6430/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6430", "html_url": "https://github.com/langchain-ai/langchain/pull/6430", "diff_url": "https://github.com/langchain-ai/langchain/pull/6430.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6430.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6429
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6429/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6429/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6429/events
https://github.com/langchain-ai/langchain/pull/6429
1,763,768,291
PR_kwDOIPDwls5TWn5K
6,429
Fix Custom LLM Agent example
{ "login": "nirga", "id": 4224692, "node_id": "MDQ6VXNlcjQyMjQ2OTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4224692?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nirga", "html_url": "https://github.com/nirga", "followers_url": "https://api.github.com/users/nirga/follower...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-19T15:26:43
2023-06-20T05:03:59
2023-06-20T05:03:58
CONTRIBUTOR
null
<!-- Thank you for contributing to LangChain! Your PR will appear in our release under the title you set. Please make sure it highlights your valuable contribution. Replace this with a description of the change, the issue it fixes (if applicable), and relevant context. List any dependencies required for this change...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6429/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6429/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6429", "html_url": "https://github.com/langchain-ai/langchain/pull/6429", "diff_url": "https://github.com/langchain-ai/langchain/pull/6429.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6429.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6428
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6428/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6428/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6428/events
https://github.com/langchain-ai/langchain/issues/6428
1,763,751,453
I_kwDOIPDwls5pILYd
6,428
Structured Tools don't work with OpenAI's new functions
{ "login": "erdillon", "id": 4235560, "node_id": "MDQ6VXNlcjQyMzU1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/4235560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erdillon", "html_url": "https://github.com/erdillon", "followers_url": "https://api.github.com/users/erdil...
[]
closed
false
null
[]
null
1
2023-06-19T15:16:54
2023-07-23T15:51:11
2023-06-19T19:13:35
NONE
null
### System Info Python 3.11 Langchain 201 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ]...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6428/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6428/timeline
null
completed
null
null
https://api.github.com/repos/langchain-ai/langchain/issues/6427
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6427/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6427/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6427/events
https://github.com/langchain-ai/langchain/pull/6427
1,763,707,750
PR_kwDOIPDwls5TWawy
6,427
add UnstructuredRSTLoader
{ "login": "kdcokenny", "id": 99611484, "node_id": "U_kgDOBe_zXA", "avatar_url": "https://avatars.githubusercontent.com/u/99611484?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kdcokenny", "html_url": "https://github.com/kdcokenny", "followers_url": "https://api.github.com/users/kdcokenn...
[]
closed
false
null
[]
null
1
2023-06-19T14:52:59
2023-06-19T21:31:17
2023-06-19T21:31:17
CONTRIBUTOR
null
This change loads an .rst file and converts it into a langchain Document It requires docutils, but only when the class is initialized. I also included an import error to follow best practices. I also added tests but I tried running any test (not even mine) I always got this error so I will leave that to someone m...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6427/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6427/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6427", "html_url": "https://github.com/langchain-ai/langchain/pull/6427", "diff_url": "https://github.com/langchain-ai/langchain/pull/6427.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6427.patch", "merged_at": null }
https://api.github.com/repos/langchain-ai/langchain/issues/6426
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6426/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6426/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6426/events
https://github.com/langchain-ai/langchain/pull/6426
1,763,700,016
PR_kwDOIPDwls5TWZGp
6,426
Vector store support for Cassandra
{ "login": "hemidactylus", "id": 14221764, "node_id": "MDQ6VXNlcjE0MjIxNzY0", "avatar_url": "https://avatars.githubusercontent.com/u/14221764?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hemidactylus", "html_url": "https://github.com/hemidactylus", "followers_url": "https://api.github.c...
[ { "id": 4678528817, "node_id": "LA_kwDOIPDwls8AAAABFtyvMQ", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/enhancement", "name": "enhancement", "color": "a2eeef", "default": true, "description": "New feature or request" } ]
closed
false
{ "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https://api.github.com/use...
[ { "login": "rlancemartin", "id": 122662504, "node_id": "U_kgDOB0-uaA", "avatar_url": "https://avatars.githubusercontent.com/u/122662504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlancemartin", "html_url": "https://github.com/rlancemartin", "followers_url": "https:...
null
1
2023-06-19T14:48:05
2023-06-22T08:41:46
2023-06-20T17:46:21
CONTRIBUTOR
null
This addresses #6291 adding support for using Cassandra (and compatible databases, such as DataStax Astra DB) as a [Vector Store](https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-30%3A+Approximate+Nearest+Neighbor(ANN)+Vector+Search+via+Storage-Attached+Indexes). A new class `Cassandra` is introduced, which...
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6426/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6426/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6426", "html_url": "https://github.com/langchain-ai/langchain/pull/6426", "diff_url": "https://github.com/langchain-ai/langchain/pull/6426.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6426.patch", "merged_at": "2023-06-...
https://api.github.com/repos/langchain-ai/langchain/issues/6425
https://api.github.com/repos/langchain-ai/langchain
https://api.github.com/repos/langchain-ai/langchain/issues/6425/labels{/name}
https://api.github.com/repos/langchain-ai/langchain/issues/6425/comments
https://api.github.com/repos/langchain-ai/langchain/issues/6425/events
https://github.com/langchain-ai/langchain/pull/6425
1,763,685,350
PR_kwDOIPDwls5TWV_c
6,425
Update introduction.mdx
{ "login": "standardAI", "id": 46008593, "node_id": "MDQ6VXNlcjQ2MDA4NTkz", "avatar_url": "https://avatars.githubusercontent.com/u/46008593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/standardAI", "html_url": "https://github.com/standardAI", "followers_url": "https://api.github.com/use...
[ { "id": 5454193895, "node_id": "LA_kwDOIPDwls8AAAABRRhk5w", "url": "https://api.github.com/repos/langchain-ai/langchain/labels/lgtm", "name": "lgtm", "color": "0E8A16", "default": false, "description": "" } ]
closed
false
null
[]
null
1
2023-06-19T14:38:54
2023-06-20T05:04:10
2023-06-20T05:04:09
CONTRIBUTOR
null
Fix typo
{ "url": "https://api.github.com/repos/langchain-ai/langchain/issues/6425/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/langchain-ai/langchain/issues/6425/timeline
null
null
false
{ "url": "https://api.github.com/repos/langchain-ai/langchain/pulls/6425", "html_url": "https://github.com/langchain-ai/langchain/pull/6425", "diff_url": "https://github.com/langchain-ai/langchain/pull/6425.diff", "patch_url": "https://github.com/langchain-ai/langchain/pull/6425.patch", "merged_at": "2023-06-...