issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/extraction_examples/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Here's a revised version of your report descripti...
DOC: <Issue related to /v0.2/docs/how_to/extraction_examples/>
https://api.github.com/repos/langchain-ai/langchain/issues/23396/comments
2
2024-06-25T11:29:23Z
2024-06-26T11:11:20Z
https://github.com/langchain-ai/langchain/issues/23396
2,372,440,766
23,396
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
RecursiveCharacterTextSplitter uses regex value instead of original separator when merging and keep_separator is false
https://api.github.com/repos/langchain-ai/langchain/issues/23394/comments
2
2024-06-25T09:39:09Z
2024-06-25T13:26:20Z
https://github.com/langchain-ai/langchain/issues/23394
2,372,195,599
23,394
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
E2B DataAnalysisTool() function not working correctly
https://api.github.com/repos/langchain-ai/langchain/issues/23392/comments
3
2024-06-25T09:26:19Z
2024-07-27T18:24:58Z
https://github.com/langchain-ai/langchain/issues/23392
2,372,167,852
23,392
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
[Regression] ChatOpenAI.get_num_tokens_from_messages breaks with tool calls since version 0.1.9
https://api.github.com/repos/langchain-ai/langchain/issues/23388/comments
1
2024-06-25T07:59:41Z
2024-06-25T20:27:48Z
https://github.com/langchain-ai/langchain/issues/23388
2,371,973,835
23,388
[ "hwchase17", "langchain" ]
Proposal for a new feature below by @baptiste-pasquier ### Checked - [X] I searched existing ideas and did not find a similar one - [X] I added a very descriptive title - [X] I've clearly described the feature request and motivation for it ### Feature request Add the ability to filter out documents with a...
Add "similarity_score_threshold" option for MultiVectorRetriever class
https://api.github.com/repos/langchain-ai/langchain/issues/23387/comments
2
2024-06-25T07:42:59Z
2024-06-26T16:52:57Z
https://github.com/langchain-ai/langchain/issues/23387
2,371,940,278
23,387
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [x] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
PGVector.from_documents is not working
https://api.github.com/repos/langchain-ai/langchain/issues/23386/comments
0
2024-06-25T07:16:33Z
2024-06-29T15:24:23Z
https://github.com/langchain-ai/langchain/issues/23386
2,371,888,192
23,386
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/extraction_examples/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Getting following error: Traceback (most recen...
DOC: <Issue related to /v0.2/docs/how_to/extraction_examples/>
https://api.github.com/repos/langchain-ai/langchain/issues/23383/comments
11
2024-06-25T06:07:12Z
2024-06-25T09:22:16Z
https://github.com/langchain-ai/langchain/issues/23383
2,371,735,246
23,383
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
BaseChatModel.agenerate_prompt() not passing kwargs correctly to BaseChatModel.agenerate()
https://api.github.com/repos/langchain-ai/langchain/issues/23381/comments
1
2024-06-25T04:48:29Z
2024-06-25T09:51:30Z
https://github.com/langchain-ai/langchain/issues/23381
2,371,644,357
23,381
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
TypeError: langchain_core.language_models.chat_models.BaseChatModel.generate_prompt() got multiple values for keyword argument 'callbacks'
https://api.github.com/repos/langchain-ai/langchain/issues/23379/comments
2
2024-06-25T04:08:08Z
2024-07-08T17:14:54Z
https://github.com/langchain-ai/langchain/issues/23379
2,371,597,422
23,379
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/sql_qa/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: ```python from langchain_community.tools.sql_database.tool...
DOC:Some questions about Execute SQL query
https://api.github.com/repos/langchain-ai/langchain/issues/23378/comments
1
2024-06-25T02:35:56Z
2024-07-08T02:06:44Z
https://github.com/langchain-ai/langchain/issues/23378
2,371,502,868
23,378
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
When will langchain_community.graphs.RdfGraph support reading .ttl serialization format ?
https://api.github.com/repos/langchain-ai/langchain/issues/23372/comments
1
2024-06-24T21:09:44Z
2024-07-17T20:15:40Z
https://github.com/langchain-ai/langchain/issues/23372
2,371,098,095
23,372
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/tools/google_search/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The current documentation for langchain_com...
Issue related to /v0.2/docs/integrations/tools/google_search/
https://api.github.com/repos/langchain-ai/langchain/issues/23371/comments
0
2024-06-24T21:08:11Z
2024-06-24T22:23:01Z
https://github.com/langchain-ai/langchain/issues/23371
2,371,095,092
23,371
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Langchain hallucinates and responds without actually calling the tool
https://api.github.com/repos/langchain-ai/langchain/issues/23365/comments
2
2024-06-24T18:54:19Z
2024-06-24T19:03:03Z
https://github.com/langchain-ai/langchain/issues/23365
2,370,889,775
23,365
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [ ] I used the GitHub search to find a similar question and didn't find it. - [ ] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
ValueError: Error raised by bedrock service: An error occurred (ValidationException) when calling the InvokeModel operation: Malformed input request: #: subject must not be valid against schema {\"required\":[\"messages\"]}#: extraneous key [max_tokens_to_sample] is not permitted, please reformat your input and try aga...
https://api.github.com/repos/langchain-ai/langchain/issues/23352/comments
2
2024-06-24T13:20:30Z
2024-06-25T03:43:12Z
https://github.com/langchain-ai/langchain/issues/23352
2,370,242,732
23,352
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/chat/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: _No response_ ### Idea or request for content: _No respo...
DOC: <Issue related to /v0.2/docs/integrations/chat/>
https://api.github.com/repos/langchain-ai/langchain/issues/23346/comments
0
2024-06-24T08:43:45Z
2024-06-24T08:46:12Z
https://github.com/langchain-ai/langchain/issues/23346
2,369,618,335
23,346
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/tools/wikidata/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The current documentation does not cover the pos...
DOC: Missing positional arguments in Wikidata Langchain documentation. Path: /v0.2/docs/integrations/tools/wikidata/
https://api.github.com/repos/langchain-ai/langchain/issues/23344/comments
1
2024-06-24T07:59:20Z
2024-06-27T06:04:49Z
https://github.com/langchain-ai/langchain/issues/23344
2,369,519,742
23,344
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/providers/replicate/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: This page doesn't include import statements...
The documentation for the Integration for Replicate is missing import statements
https://api.github.com/repos/langchain-ai/langchain/issues/23342/comments
0
2024-06-24T07:28:40Z
2024-06-24T07:31:10Z
https://github.com/langchain-ai/langchain/issues/23342
2,369,458,309
23,342
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
The gradient option in SemanticChunker (langchain_experimental) is not available when installing from pip
https://api.github.com/repos/langchain-ai/langchain/issues/23340/comments
1
2024-06-23T20:03:37Z
2024-06-24T11:40:37Z
https://github.com/langchain-ai/langchain/issues/23340
2,368,869,398
23,340
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
FlashrankRerank validate_environment creates a Ranker client even if a custom client is passed
https://api.github.com/repos/langchain-ai/langchain/issues/23338/comments
1
2024-06-23T18:43:30Z
2024-06-24T11:11:21Z
https://github.com/langchain-ai/langchain/issues/23338
2,368,826,147
23,338
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Error in RootListenersTracer.on_llm_end callback: AttributeError("'str' object has no attribute 'type'")
https://api.github.com/repos/langchain-ai/langchain/issues/23311/comments
2
2024-06-23T08:47:47Z
2024-06-23T09:59:18Z
https://github.com/langchain-ai/langchain/issues/23311
2,368,450,526
23,311
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
SQL problem in langchain-community `langchain_community.vectorstores.duckdb`:194
https://api.github.com/repos/langchain-ai/langchain/issues/23308/comments
3
2024-06-23T02:21:20Z
2024-07-01T13:12:07Z
https://github.com/langchain-ai/langchain/issues/23308
2,368,150,297
23,308
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/chatbot/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: would be nice to understand what those "Parent run 181a1f0...
DOC: <Issue related to /v0.2/docs/tutorials/chatbot/>
https://api.github.com/repos/langchain-ai/langchain/issues/23307/comments
1
2024-06-22T16:46:20Z
2024-06-25T18:59:03Z
https://github.com/langchain-ai/langchain/issues/23307
2,367,902,893
23,307
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
AgentExecutor is not choosing the tool (vanna_tool) when using any Gemini model (it is working properly when using OpenAI or Mistral)
https://api.github.com/repos/langchain-ai/langchain/issues/23298/comments
2
2024-06-22T07:58:50Z
2024-06-22T09:42:35Z
https://github.com/langchain-ai/langchain/issues/23298
2,367,677,918
23,298
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
JsonOutputParser fails at times when the LLM encloses the output JSON within ``` json ... ```
https://api.github.com/repos/langchain-ai/langchain/issues/23297/comments
1
2024-06-22T06:06:18Z
2024-06-23T09:37:38Z
https://github.com/langchain-ai/langchain/issues/23297
2,367,595,218
23,297
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/multimodal_prompts/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The examples in this page show the image as part o...
DOC: <Issue related to /v0.2/docs/how_to/multimodal_prompts/> Image message structure is incorrect for OpenAI
https://api.github.com/repos/langchain-ai/langchain/issues/23294/comments
2
2024-06-22T01:35:54Z
2024-06-24T15:58:52Z
https://github.com/langchain-ai/langchain/issues/23294
2,367,440,695
23,294
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
V2.0 create_react_agent doesn't execute generated query on sql database
https://api.github.com/repos/langchain-ai/langchain/issues/23293/comments
2
2024-06-22T01:30:15Z
2024-06-28T01:45:09Z
https://github.com/langchain-ai/langchain/issues/23293
2,367,431,738
23,293
[ "hwchase17", "langchain" ]
> @TheJerryChang will it also stop the llm`s completion process? I am using langchain llama cpp with conversationalretrievalchain Did you solve this? It seems I'm facing the same issue. > > @TheJerryChang will it also stop the llm`s completion process? I am using langchain llama cpp with convers...
Cancelling Llama CPP Generation Using Agent's astream_events
https://api.github.com/repos/langchain-ai/langchain/issues/23282/comments
1
2024-06-21T20:51:36Z
2024-07-26T04:27:17Z
https://github.com/langchain-ai/langchain/issues/23282
2,367,232,107
23,282
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content ### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I us...
langchain-openai==0.1.8 is completely broken
https://api.github.com/repos/langchain-ai/langchain/issues/23278/comments
1
2024-06-21T19:24:45Z
2024-07-24T19:05:47Z
https://github.com/langchain-ai/langchain/issues/23278
2,367,126,718
23,278
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content ### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I us...
langchain-openai==0.1.8 is now broken
https://api.github.com/repos/langchain-ai/langchain/issues/23277/comments
1
2024-06-21T19:11:03Z
2024-06-21T19:11:33Z
https://github.com/langchain-ai/langchain/issues/23277
2,367,109,149
23,277
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content test
test
https://api.github.com/repos/langchain-ai/langchain/issues/23274/comments
0
2024-06-21T18:49:28Z
2024-07-01T15:04:50Z
https://github.com/langchain-ai/langchain/issues/23274
2,367,082,015
23,274
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
LangChain AzureOpenAIEmbeddings issue when passing list of ints vs [str]
https://api.github.com/repos/langchain-ai/langchain/issues/23268/comments
2
2024-06-21T16:08:45Z
2024-07-10T11:18:04Z
https://github.com/langchain-ai/langchain/issues/23268
2,366,841,828
23,268
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content Gemini now allows a developer to create a context cache with the system instructions, contents, tools, and model information already set, and then reference this co...
google-genai [feature]: Context Caching
https://api.github.com/repos/langchain-ai/langchain/issues/23259/comments
1
2024-06-21T12:50:57Z
2024-08-06T16:51:24Z
https://github.com/langchain-ai/langchain/issues/23259
2,366,484,658
23,259
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
BUG: Many chat models never uses SQLiteCache because of the cache instance's __repr__ method changes!
https://api.github.com/repos/langchain-ai/langchain/issues/23257/comments
6
2024-06-21T10:57:12Z
2024-06-21T15:22:28Z
https://github.com/langchain-ai/langchain/issues/23257
2,366,287,565
23,257
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
KeyError: '' : output_key not found [in _get_input_output return inputs[prompt_input_key], outputs[output_key]]
https://api.github.com/repos/langchain-ai/langchain/issues/23255/comments
1
2024-06-21T09:54:31Z
2024-06-24T13:26:06Z
https://github.com/langchain-ai/langchain/issues/23255
2,366,174,937
23,255
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/document_loaders/chatgpt_loader/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: When we run this code with the ...
Error when running ChatGPTLoader
https://api.github.com/repos/langchain-ai/langchain/issues/23252/comments
0
2024-06-21T08:57:03Z
2024-06-21T08:59:39Z
https://github.com/langchain-ai/langchain/issues/23252
2,366,065,661
23,252
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
SemanticChunker: list index out of range
https://api.github.com/repos/langchain-ai/langchain/issues/23250/comments
7
2024-06-21T08:04:16Z
2024-07-05T08:55:34Z
https://github.com/langchain-ai/langchain/issues/23250
2,365,969,512
23,250
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
Running Groq using llama3 model keep getting un-formatted output
https://api.github.com/repos/langchain-ai/langchain/issues/23248/comments
2
2024-06-21T07:28:20Z
2024-06-27T08:20:11Z
https://github.com/langchain-ai/langchain/issues/23248
2,365,908,695
23,248
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
Misleading logs
https://api.github.com/repos/langchain-ai/langchain/issues/23239/comments
2
2024-06-21T00:13:49Z
2024-06-21T01:57:47Z
https://github.com/langchain-ai/langchain/issues/23239
2,365,465,210
23,239
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
Wrong parse _parse_input when tool_input is str.
https://api.github.com/repos/langchain-ai/langchain/issues/23230/comments
0
2024-06-20T17:55:55Z
2024-06-20T17:58:27Z
https://github.com/langchain-ai/langchain/issues/23230
2,364,969,551
23,230
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
The ZhipuAIEmbeddings class is not working.
https://api.github.com/repos/langchain-ai/langchain/issues/23215/comments
0
2024-06-20T09:35:13Z
2024-06-20T13:04:52Z
https://github.com/langchain-ai/langchain/issues/23215
2,363,985,738
23,215
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content test
test
https://api.github.com/repos/langchain-ai/langchain/issues/23195/comments
0
2024-06-19T20:17:33Z
2024-06-21T19:27:23Z
https://github.com/langchain-ai/langchain/issues/23195
2,363,068,260
23,195
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content We want to add docstring linting to langchain-core, langchain, langchain-text-splitters, and partner packages. This requires adding this to each pacakages pyproject...
Add docstring linting to core, langchain, partner packages
https://api.github.com/repos/langchain-ai/langchain/issues/23188/comments
1
2024-06-19T18:12:49Z
2024-06-21T07:36:12Z
https://github.com/langchain-ai/langchain/issues/23188
2,362,917,741
23,188
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
Crash due to circular dependency on BaseChatMessageHistory
https://api.github.com/repos/langchain-ai/langchain/issues/23175/comments
2
2024-06-19T14:21:37Z
2024-06-19T17:43:37Z
https://github.com/langchain-ai/langchain/issues/23175
2,362,515,421
23,175
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
MoonshotChat fails when setting the moonshot_api_key through the OS environment.
https://api.github.com/repos/langchain-ai/langchain/issues/23174/comments
0
2024-06-19T14:13:12Z
2024-06-19T16:28:25Z
https://github.com/langchain-ai/langchain/issues/23174
2,362,496,250
23,174
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
MultiQuery Retriever Using AzureSearch vector store always returns a invalid json format error
https://api.github.com/repos/langchain-ai/langchain/issues/23171/comments
2
2024-06-19T14:02:04Z
2024-06-23T06:50:53Z
https://github.com/langchain-ai/langchain/issues/23171
2,362,472,977
23,171
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
[BUG]ValueError: Redis failed to connect: Redis cannot be used as a vector database without RediSearch >=2.4Please head to https://redis.io/docs/stack/search/quick_start/to know more about installing the RediSearch module within Redis Stack
https://api.github.com/repos/langchain-ai/langchain/issues/23168/comments
1
2024-06-19T11:19:13Z
2024-06-19T11:47:18Z
https://github.com/langchain-ai/langchain/issues/23168
2,362,099,035
23,168
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
ChatOpenAI with_structured output breaks Runnable ConfigurableFields
https://api.github.com/repos/langchain-ai/langchain/issues/23167/comments
3
2024-06-19T11:15:24Z
2024-06-21T10:49:35Z
https://github.com/langchain-ai/langchain/issues/23167
2,362,092,354
23,167
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
JSON Loader is not working as expected.
https://api.github.com/repos/langchain-ai/langchain/issues/23166/comments
0
2024-06-19T10:37:20Z
2024-06-19T10:39:51Z
https://github.com/langchain-ai/langchain/issues/23166
2,362,004,538
23,166
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Can't Specify Top-K retrieved Documents in Multimodal Retrievers using Invoke()
https://api.github.com/repos/langchain-ai/langchain/issues/23158/comments
1
2024-06-19T03:37:39Z
2024-07-01T07:01:34Z
https://github.com/langchain-ai/langchain/issues/23158
2,361,196,976
23,158
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
/langchain_experimental/llms/ollama_functions.py", line 400, in _generate raise ValueError( ValueError: 'llama3' did not respond with valid JSON.
https://api.github.com/repos/langchain-ai/langchain/issues/23156/comments
2
2024-06-19T02:34:35Z
2024-06-24T06:09:34Z
https://github.com/langchain-ai/langchain/issues/23156
2,361,114,911
23,156
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/installation/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Was very usefull ### Idea or request for content: _No ...
DOC: <Issue related to /v0.2/docs/how_to/installation/>
https://api.github.com/repos/langchain-ai/langchain/issues/23140/comments
0
2024-06-18T22:28:56Z
2024-06-18T22:31:22Z
https://github.com/langchain-ai/langchain/issues/23140
2,360,849,759
23,140
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/memory/zep_memory/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Hi, Since this is in the v0.2 docs that this ...
Out of date with LangChain Expression Language. DOC: <Issue related to /v0.2/docs/integrations/memory/zep_memory/>
https://api.github.com/repos/langchain-ai/langchain/issues/23129/comments
0
2024-06-18T18:11:25Z
2024-06-18T18:13:54Z
https://github.com/langchain-ai/langchain/issues/23129
2,360,427,696
23,129
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Cannot filter with metadata with azure_cosmos_db_no_sql
https://api.github.com/repos/langchain-ai/langchain/issues/23089/comments
1
2024-06-18T16:01:06Z
2024-06-20T08:52:36Z
https://github.com/langchain-ai/langchain/issues/23089
2,360,210,529
23,089
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Typechecking for `weaviate.Client` no longer up to date with class name in `weaviate-client`?
https://api.github.com/repos/langchain-ai/langchain/issues/23088/comments
1
2024-06-18T15:48:25Z
2024-08-05T02:46:51Z
https://github.com/langchain-ai/langchain/issues/23088
2,360,183,842
23,088
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/time_weighted_vectorstore/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: It's not noted in the documentation that Ti...
DOC: TimeWeightedVectorStoreRetriever works with FAISS VectorDB only
https://api.github.com/repos/langchain-ai/langchain/issues/23077/comments
1
2024-06-18T12:25:05Z
2024-07-09T18:47:21Z
https://github.com/langchain-ai/langchain/issues/23077
2,359,738,996
23,077
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
React Agent Fails to Recognize "python_repl_ast" Tool
https://api.github.com/repos/langchain-ai/langchain/issues/23076/comments
0
2024-06-18T12:12:31Z
2024-06-18T12:15:09Z
https://github.com/langchain-ai/langchain/issues/23076
2,359,714,784
23,076
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
The vector field 'content_vector' must have the property 'vectorSearchProfile' set.
https://api.github.com/repos/langchain-ai/langchain/issues/23070/comments
0
2024-06-18T07:33:33Z
2024-06-18T07:36:55Z
https://github.com/langchain-ai/langchain/issues/23070
2,359,155,891
23,070
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/rag/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: error say the data which llm receives,its datatype dont have a...
DOC: <Issue related to /v0.2/docs/tutorials/rag/>
https://api.github.com/repos/langchain-ai/langchain/issues/23066/comments
2
2024-06-18T05:56:36Z
2024-06-27T01:13:51Z
https://github.com/langchain-ai/langchain/issues/23066
2,358,977,746
23,066
[ "hwchase17", "langchain" ]
### Checked other resources - [x] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
ValueError: `tool_calls` missing from AIMessage: {message}
https://api.github.com/repos/langchain-ai/langchain/issues/23065/comments
3
2024-06-18T05:20:22Z
2024-08-06T15:06:10Z
https://github.com/langchain-ai/langchain/issues/23065
2,358,931,924
23,065
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Request Timeout / Taking too long
https://api.github.com/repos/langchain-ai/langchain/issues/23060/comments
2
2024-06-18T00:00:54Z
2024-06-18T09:27:15Z
https://github.com/langchain-ai/langchain/issues/23060
2,358,523,743
23,060
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/vectorstores/azure_cosmos_db_no_sql/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The current code does not w...
DOC: Azure Cosmos DB No SQL
https://api.github.com/repos/langchain-ai/langchain/issues/23018/comments
2
2024-06-17T20:48:31Z
2024-06-22T17:26:58Z
https://github.com/langchain-ai/langchain/issues/23018
2,358,230,408
23,018
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content _No response_
Add image token counting to ChatOpenAI
https://api.github.com/repos/langchain-ai/langchain/issues/23000/comments
3
2024-06-17T20:29:37Z
2024-06-19T17:41:48Z
https://github.com/langchain-ai/langchain/issues/23000
2,358,200,622
23,000
[ "hwchase17", "langchain" ]
### URL https://github.com/langchain-ai/langchain/blob/c6b7db6587c5397e320b84cbd7cd25c7c4b743e5/docs/docs/how_to/toolkits.mdx#L4 ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentati...
DOC: wrong link URL
https://api.github.com/repos/langchain-ai/langchain/issues/22992/comments
1
2024-06-17T18:31:46Z
2024-06-18T06:41:38Z
https://github.com/langchain-ai/langchain/issues/22992
2,357,979,748
22,992
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/tool_calling/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The following example should not be included in this pag...
DOC: <Issue related to /v0.2/docs/how_to/tool_calling/>
https://api.github.com/repos/langchain-ai/langchain/issues/22989/comments
3
2024-06-17T16:50:08Z
2024-06-22T15:54:26Z
https://github.com/langchain-ai/langchain/issues/22989
2,357,794,583
22,989
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
OCI Embeddings service should use batch size 96 by default.
https://api.github.com/repos/langchain-ai/langchain/issues/22985/comments
0
2024-06-17T15:29:15Z
2024-06-17T15:31:49Z
https://github.com/langchain-ai/langchain/issues/22985
2,357,634,791
22,985
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
langchain-milvus install error
https://api.github.com/repos/langchain-ai/langchain/issues/22976/comments
1
2024-06-17T11:33:00Z
2024-06-17T12:42:37Z
https://github.com/langchain-ai/langchain/issues/22976
2,357,114,648
22,976
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
RequestsWrapper initialization for API Endpoint where SSL authentication fails
https://api.github.com/repos/langchain-ai/langchain/issues/22975/comments
0
2024-06-17T11:31:32Z
2024-06-18T03:12:43Z
https://github.com/langchain-ai/langchain/issues/22975
2,357,111,081
22,975
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
It will occurred error if a dependent library `tenacity` is upgraded to `8.4.0`.
https://api.github.com/repos/langchain-ai/langchain/issues/22972/comments
35
2024-06-17T08:20:25Z
2024-06-18T14:34:29Z
https://github.com/langchain-ai/langchain/issues/22972
2,356,709,439
22,972
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/rag/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: mycode ` > from langchain_core.prompts import PromptTempl...
DOC: <Issue related to /v0.2/docs/tutorials/rag/>
https://api.github.com/repos/langchain-ai/langchain/issues/22971/comments
3
2024-06-17T07:30:48Z
2024-06-19T05:01:46Z
https://github.com/langchain-ai/langchain/issues/22971
2,356,605,589
22,971
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Why doesn't the TileDB vector store implementation have a "from_documents" method when the instructions say it does...
https://api.github.com/repos/langchain-ai/langchain/issues/22964/comments
3
2024-06-17T02:01:06Z
2024-06-17T09:34:03Z
https://github.com/langchain-ai/langchain/issues/22964
2,356,180,425
22,964
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/sql_qa/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: I am quite new to SQL agents, however, I think there should...
DOC: There seems to be a code line missing from the given example to connect `retriever_tool` to the `tools` list <Issue related to /v0.2/docs/tutorials/sql_qa/>
https://api.github.com/repos/langchain-ai/langchain/issues/22963/comments
1
2024-06-17T00:14:48Z
2024-06-17T12:57:18Z
https://github.com/langchain-ai/langchain/issues/22963
2,356,069,720
22,963
[ "hwchase17", "langchain" ]
### URL https://api.python.langchain.com/en/latest/tools/langchain_community.tools.ddg_search.tool.DuckDuckGoSearchResults.html ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentatio...
DuckDuckGo Search tool does not return JSON format
https://api.github.com/repos/langchain-ai/langchain/issues/22961/comments
2
2024-06-16T21:22:02Z
2024-08-10T23:41:59Z
https://github.com/langchain-ai/langchain/issues/22961
2,355,988,551
22,961
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
Cannot import name 'create_model' from 'langchain_core.runnables.utils'
https://api.github.com/repos/langchain-ai/langchain/issues/22956/comments
4
2024-06-16T12:18:50Z
2024-07-01T14:21:23Z
https://github.com/langchain-ai/langchain/issues/22956
2,355,726,106
22,956
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
Invalid Milvus URI when using Milvus lite with local DB
https://api.github.com/repos/langchain-ai/langchain/issues/22953/comments
1
2024-06-16T09:10:07Z
2024-06-16T09:19:33Z
https://github.com/langchain-ai/langchain/issues/22953
2,355,586,348
22,953
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [x] The b...
Failed to parse Suggestions from completion
https://api.github.com/repos/langchain-ai/langchain/issues/22952/comments
2
2024-06-16T07:10:57Z
2024-06-18T11:22:23Z
https://github.com/langchain-ai/langchain/issues/22952
2,355,491,461
22,952
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
httpx.UnsupportedProtocol: Request URL is missing an 'http://' or 'https://' protocol
https://api.github.com/repos/langchain-ai/langchain/issues/22951/comments
0
2024-06-16T06:50:13Z
2024-06-16T06:52:45Z
https://github.com/langchain-ai/langchain/issues/22951
2,355,482,036
22,951
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/streaming/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: ![image](https://github.com/langchain-ai/langchain/assets/9...
Wrong spell in DOC: <Issue related to /v0.2/docs/how_to/streaming/>
https://api.github.com/repos/langchain-ai/langchain/issues/22935/comments
0
2024-06-15T09:03:02Z
2024-06-15T09:13:18Z
https://github.com/langchain-ai/langchain/issues/22935
2,354,680,156
22,935
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/how_to/extraction_examples/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: I was having a problem with using ChatMistralAI f...
MistralAI Extraction How-To (with examples) throws an error
https://api.github.com/repos/langchain-ai/langchain/issues/22928/comments
4
2024-06-14T23:49:43Z
2024-06-26T11:15:59Z
https://github.com/langchain-ai/langchain/issues/22928
2,354,262,911
22,928
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/integrations/chat/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: The webpage https://python.langchain.com/v0.2/docs/integra...
DOC: <Issue related to /v0.2/docs/integrations/chat/> Ollama JSON mode seems to be marked incorrectly as NO
https://api.github.com/repos/langchain-ai/langchain/issues/22910/comments
1
2024-06-14T17:48:39Z
2024-06-14T23:27:56Z
https://github.com/langchain-ai/langchain/issues/22910
2,353,826,349
22,910
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
RPC error: [create_index], <MilvusException: (code=1100, message=create index on 104 field is not supported: invalid parameter[expected=supported field][actual=create index on 104 field])>, <Time:{'RPC start': '2024-06-14 13:38:35.242645', 'RPC error': '2024-06-14 13:38:35.247294'}>
https://api.github.com/repos/langchain-ai/langchain/issues/22901/comments
1
2024-06-14T14:22:14Z
2024-06-18T07:03:54Z
https://github.com/langchain-ai/langchain/issues/22901
2,353,491,955
22,901
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
[E:onnxruntime:Default, env.cc:228 ThreadMain] pthread_setaffinity_np failed for thread: 8353, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
https://api.github.com/repos/langchain-ai/langchain/issues/22898/comments
0
2024-06-14T13:11:49Z
2024-06-14T13:23:00Z
https://github.com/langchain-ai/langchain/issues/22898
2,353,353,463
22,898
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
When using langchain-community, some PDF images will report errors during OCR
https://api.github.com/repos/langchain-ai/langchain/issues/22892/comments
0
2024-06-14T11:02:04Z
2024-06-14T11:04:33Z
https://github.com/langchain-ai/langchain/issues/22892
2,353,121,701
22,892
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content ## Issue To make our document loader integrations as easy to use as possible we need to make sure the docs for them are thorough and standardized. There are two parts ...
Standardize DocumentLoader docstrings and integration docs
https://api.github.com/repos/langchain-ai/langchain/issues/22866/comments
1
2024-06-13T21:10:15Z
2024-07-31T21:46:26Z
https://github.com/langchain-ai/langchain/issues/22866
2,352,072,105
22,866
[ "hwchase17", "langchain" ]
### URL _No response_ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: _No response_ ### Idea or request for content: _No response_
Standardize DocumentLoader docstrings and integration docs
https://api.github.com/repos/langchain-ai/langchain/issues/22856/comments
0
2024-06-13T18:22:34Z
2024-06-13T19:57:10Z
https://github.com/langchain-ai/langchain/issues/22856
2,351,793,656
22,856
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
RedisChatMessageHistory encountering issues in Redis standalone mode on Windows.
https://api.github.com/repos/langchain-ai/langchain/issues/22845/comments
1
2024-06-13T10:37:38Z
2024-07-25T20:04:17Z
https://github.com/langchain-ai/langchain/issues/22845
2,350,800,284
22,845
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content Context: * MessagePlaceholder can be optional or non optional * Current LangChain API for input variables doesn't distinguish between possible input variables vs. r...
Spec out API for all required vs. all possible input variables
https://api.github.com/repos/langchain-ai/langchain/issues/22832/comments
2
2024-06-12T20:14:59Z
2024-07-17T21:34:51Z
https://github.com/langchain-ai/langchain/issues/22832
2,349,606,960
22,832
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content https://github.com/langchain-ai/langchain/pull/15659 (introduced in `langchain-community==0.0.20`) removed the document id from AzureSearch retrieved Documents, whi...
Add Document ID back to AzureSearch Documents
https://api.github.com/repos/langchain-ai/langchain/issues/22827/comments
1
2024-06-12T17:11:45Z
2024-06-12T18:07:37Z
https://github.com/langchain-ai/langchain/issues/22827
2,349,293,411
22,827
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/rag/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: In section **5. Retrieval and Generation: Generate** under [Bu...
DOC: <Issue related to /v0.2/docs/tutorials/rag/>
https://api.github.com/repos/langchain-ai/langchain/issues/22826/comments
11
2024-06-12T17:04:38Z
2024-06-13T14:03:57Z
https://github.com/langchain-ai/langchain/issues/22826
2,349,275,655
22,826
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content # Context Currently, LangChain supports Pydantic 2 only through the v1 namespace. The plan is to transition for Pydantic 2 with release 0.3.0 of LangChain, a...
Prepare for pydantic 2 migration by refactoring vanilla @root_validator() usage
https://api.github.com/repos/langchain-ai/langchain/issues/22819/comments
1
2024-06-12T14:09:36Z
2024-07-05T16:25:26Z
https://github.com/langchain-ai/langchain/issues/22819
2,348,881,003
22,819
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
I am getting this error
https://api.github.com/repos/langchain-ai/langchain/issues/22811/comments
4
2024-06-12T11:27:58Z
2024-06-13T05:23:01Z
https://github.com/langchain-ai/langchain/issues/22811
2,348,531,542
22,811
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
ChatHuggingFace using local model with HuggingFacePipeline wrongly checks for available inference endpoints
https://api.github.com/repos/langchain-ai/langchain/issues/22804/comments
8
2024-06-12T07:52:24Z
2024-07-30T07:53:26Z
https://github.com/langchain-ai/langchain/issues/22804
2,348,079,651
22,804
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
ChatGoogleGenerativeAI does not support streaming
https://api.github.com/repos/langchain-ai/langchain/issues/22802/comments
2
2024-06-12T06:36:40Z
2024-06-12T08:31:54Z
https://github.com/langchain-ai/langchain/issues/22802
2,347,931,743
22,802
[ "hwchase17", "langchain" ]
### URL https://python.langchain.com/v0.2/docs/tutorials/sql_qa/ ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: In https://python.langchain.com/v0.2/docs/tutorials/sql_qa/...
DOC: <Issue related to /v0.2/docs/tutorials/sql_qa/>
https://api.github.com/repos/langchain-ai/langchain/issues/22798/comments
1
2024-06-12T05:12:55Z
2024-06-17T12:57:18Z
https://github.com/langchain-ai/langchain/issues/22798
2,347,825,260
22,798
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
hunyuan message include chinese signature error
https://api.github.com/repos/langchain-ai/langchain/issues/22795/comments
0
2024-06-12T03:31:57Z
2024-06-12T03:34:28Z
https://github.com/langchain-ai/langchain/issues/22795
2,347,725,322
22,795
[ "hwchase17", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content ```python from pydantic.v1 import BaseModel from pydantic import BaseModel as BaseModelV2 class Answer(BaseModel): answer: str class Answer2(BaseModelV2)...
with_structured_output format depends on whether we're using pydantic proper or pydantic.v1 namespace
https://api.github.com/repos/langchain-ai/langchain/issues/22782/comments
2
2024-06-11T18:30:58Z
2024-06-14T21:54:27Z
https://github.com/langchain-ai/langchain/issues/22782
2,347,043,210
22,782
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
[FEATURE REQUEST] langchain-openai - max_tokens (vs max_context?) ability to use full LLM contexts and account for user-messages automatically.
https://api.github.com/repos/langchain-ai/langchain/issues/22778/comments
2
2024-06-11T14:48:51Z
2024-06-12T16:30:29Z
https://github.com/langchain-ai/langchain/issues/22778
2,346,632,699
22,778
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [x] The b...
Passing transformer's pipeline to HuggingFacePipeline does not initialize the HuggingFacePipeline correctly.
https://api.github.com/repos/langchain-ai/langchain/issues/22776/comments
0
2024-06-11T14:08:11Z
2024-06-22T23:31:54Z
https://github.com/langchain-ai/langchain/issues/22776
2,346,538,588
22,776
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
AzureAIDocumentIntelligenceLoader does not load all PDF pages
https://api.github.com/repos/langchain-ai/langchain/issues/22775/comments
2
2024-06-11T12:04:38Z
2024-06-23T13:36:25Z
https://github.com/langchain-ai/langchain/issues/22775
2,346,246,655
22,775
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The b...
create_react_agent validation error when using PipelinePromptTemplate
https://api.github.com/repos/langchain-ai/langchain/issues/22774/comments
0
2024-06-11T11:34:12Z
2024-06-11T11:36:59Z
https://github.com/langchain-ai/langchain/issues/22774
2,346,186,615
22,774
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. - [X] The bug is ...
DocumentDBVectorSearch and metadata filtering
https://api.github.com/repos/langchain-ai/langchain/issues/22770/comments
9
2024-06-11T09:09:54Z
2024-06-17T07:51:53Z
https://github.com/langchain-ai/langchain/issues/22770
2,345,840,847
22,770