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" ]
### 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...
Why redis vectorstore filter parameter make syntax error
https://api.github.com/repos/langchain-ai/langchain/issues/19323/comments
1
2024-03-20T10:02:16Z
2024-06-27T16:08:19Z
https://github.com/langchain-ai/langchain/issues/19323
2,197,130,983
19,323
[ "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_openai - bug: 'NoneType' object has no attribute 'get'
https://api.github.com/repos/langchain-ai/langchain/issues/19318/comments
0
2024-03-20T07:41:16Z
2024-03-20T07:43:02Z
https://github.com/langchain-ai/langchain/issues/19318
2,196,869,387
19,318
[ "hwchase17", "langchain" ]
### 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: On the web page https://python.langchain.com/docs/use_cases/question_answering/quickstart when user clicks on open in colab ...
colab link is not working to quickstart.ipynb
https://api.github.com/repos/langchain-ai/langchain/issues/19304/comments
0
2024-03-20T03:25:08Z
2024-06-26T16:07:55Z
https://github.com/langchain-ai/langchain/issues/19304
2,196,594,832
19,304
[ "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 ...
core: binding sometimes overrides methods
https://api.github.com/repos/langchain-ai/langchain/issues/19279/comments
0
2024-03-19T16:04:35Z
2024-06-25T16:41:42Z
https://github.com/langchain-ai/langchain/issues/19279
2,195,379,111
19,279
[ "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 ...
AttributeError: module 'langchain' has no attribute 'debug'
https://api.github.com/repos/langchain-ai/langchain/issues/19278/comments
4
2024-03-19T16:04:33Z
2024-08-02T06:25:55Z
https://github.com/langchain-ai/langchain/issues/19278
2,195,379,015
19,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 # Goal Allow instantiating language models with specific caches provided as an init parameter. This will bring language models on feature parity with chat models w/ re...
langchain-core: Allow passing local cache to language models
https://api.github.com/repos/langchain-ai/langchain/issues/19276/comments
3
2024-03-19T15:36:18Z
2024-04-05T15:19:56Z
https://github.com/langchain-ai/langchain/issues/19276
2,195,311,866
19,276
[ "hwchase17", "langchain" ]
I get an error when following the example notebook https://python.langchain.com/docs/use_cases/extraction/quickstart The script below runs fine if the schema is set to `Person` ``` runnable = prompt | llm.with_structured_output(schema=Person) ``` However, it failed when the schema is set to `Data` ```python ...
Multiple entities extraction in quickstart demo fails with ChatVertexAI
https://api.github.com/repos/langchain-ai/langchain/issues/19272/comments
0
2024-03-19T14:20:02Z
2024-06-25T16:13:27Z
https://github.com/langchain-ai/langchain/issues/19272
2,195,111,331
19,272
[ "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 ...
SQLDatabase introspection fails with NoInspectionAvailable
https://api.github.com/repos/langchain-ai/langchain/issues/19264/comments
2
2024-03-19T12:02:31Z
2024-06-25T16:13:24Z
https://github.com/langchain-ai/langchain/issues/19264
2,194,779,898
19,264
[ "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_database Trino dialect - wrong usage of USE to set catalog, as Trino does not use parameters for identifiers
https://api.github.com/repos/langchain-ai/langchain/issues/19261/comments
1
2024-03-19T10:57:49Z
2024-07-04T16:08:33Z
https://github.com/langchain-ai/langchain/issues/19261
2,194,647,431
19,261
[ "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 ...
Streaming of Source Documents not working in ConversationalRetrievalChain
https://api.github.com/repos/langchain-ai/langchain/issues/19259/comments
2
2024-03-19T09:44:53Z
2024-07-04T16:08:28Z
https://github.com/langchain-ai/langchain/issues/19259
2,194,484,797
19,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 b...
Getting from runnables.dict() in RunnableSequence not all expected variables.
https://api.github.com/repos/langchain-ai/langchain/issues/19255/comments
3
2024-03-19T08:50:44Z
2024-03-27T05:31:37Z
https://github.com/langchain-ai/langchain/issues/19255
2,194,374,025
19,255
[ "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 ...
`create_openai_tools_agent` (RunnableSequence) doesn't return input_keys, breaks `AgentExecutor.input_keys`
https://api.github.com/repos/langchain-ai/langchain/issues/19251/comments
2
2024-03-19T07:12:22Z
2024-06-28T16:07:38Z
https://github.com/langchain-ai/langchain/issues/19251
2,194,205,736
19,251
[ "hwchase17", "langchain" ]
### 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: There is a spelling mistake in line 32. ### Idea or request for content: I can fix this mistake. Please assign this issue t...
DOC: typo error in https://python.langchain.com/docs/modules/model_io/chat/index.mdx, line 32.
https://api.github.com/repos/langchain-ai/langchain/issues/19247/comments
0
2024-03-19T01:44:49Z
2024-06-25T16:13:28Z
https://github.com/langchain-ai/langchain/issues/19247
2,193,829,820
19,247
[ "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 ...
Not able to utilize flashrank reranker in langchain and getting error "HTTPError('403 Client Error: Forbidden for url: https://storage.googleapis.com/flash-rank/ms-marco-MultiBERT-L-12.zip')"
https://api.github.com/repos/langchain-ai/langchain/issues/19241/comments
1
2024-03-18T19:47:20Z
2024-06-24T16:14:32Z
https://github.com/langchain-ai/langchain/issues/19241
2,193,132,295
19,241
[ "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 ...
SQL agent - SQLAlchemy - timestamp formatting issues that make the SQL-agent crash
https://api.github.com/repos/langchain-ai/langchain/issues/19234/comments
3
2024-03-18T15:14:43Z
2024-06-25T16:13:23Z
https://github.com/langchain-ai/langchain/issues/19234
2,192,497,427
19,234
[ "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...
ValidationError: Pydantic validation error on "page_content" with "object" mode in AzureAIDocumentIntelligenceLoader
https://api.github.com/repos/langchain-ai/langchain/issues/19229/comments
0
2024-03-18T11:19:00Z
2024-06-24T16:13:49Z
https://github.com/langchain-ai/langchain/issues/19229
2,191,926,207
19,229
[ "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_community\embeddings\huggingface.py embeddings = self.client.encode( texts, show_progress_bar=self.show_progress, **self.encode_kwargs )
https://api.github.com/repos/langchain-ai/langchain/issues/19228/comments
0
2024-03-18T11:01:30Z
2024-06-24T16:13:48Z
https://github.com/langchain-ai/langchain/issues/19228
2,191,886,887
19,228
[ "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...
LangChain GitHub: list_pull_request_files function doesn't work correctly when using a GitHub App
https://api.github.com/repos/langchain-ai/langchain/issues/19222/comments
0
2024-03-18T09:39:35Z
2024-06-24T16:13:51Z
https://github.com/langchain-ai/langchain/issues/19222
2,191,693,323
19,222
[ "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 ...
Stop sequence key name for meta is not supported, For meta-model (exp: meta.llama2-13b-chat-v1) in BedrockChat
https://api.github.com/repos/langchain-ai/langchain/issues/19220/comments
3
2024-03-18T08:33:52Z
2024-07-19T14:21:53Z
https://github.com/langchain-ai/langchain/issues/19220
2,191,540,570
19,220
[ "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: Error raised by bedrock service: An error occurred (ValidationException) when calling the InvokeModel operation: Operation not allowed
https://api.github.com/repos/langchain-ai/langchain/issues/19215/comments
1
2024-03-18T04:52:21Z
2024-03-19T06:55:07Z
https://github.com/langchain-ai/langchain/issues/19215
2,191,228,767
19,215
[ "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 ...
milvus col.flush() slowly
https://api.github.com/repos/langchain-ai/langchain/issues/19213/comments
0
2024-03-18T02:26:40Z
2024-06-24T16:13:52Z
https://github.com/langchain-ai/langchain/issues/19213
2,191,092,437
19,213
[ "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 ...
astream_event produces redundant tokens and breaks graph streams
https://api.github.com/repos/langchain-ai/langchain/issues/19211/comments
3
2024-03-18T01:11:51Z
2024-08-04T16:07:16Z
https://github.com/langchain-ai/langchain/issues/19211
2,191,027,572
19,211
[ "hwchase17", "langchain" ]
### 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: Documentation Page: [Evaluation](https://python.langchain.com/docs/guides/evaluation/) ### Idea or request for content: Link...
DOC: Broken links on Evaluation page
https://api.github.com/repos/langchain-ai/langchain/issues/19210/comments
0
2024-03-18T00:42:48Z
2024-03-19T02:13:11Z
https://github.com/langchain-ai/langchain/issues/19210
2,191,005,514
19,210
[ "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...
Unable to defeat question condensing in ConversationRetrievalChain (see #6879)
https://api.github.com/repos/langchain-ai/langchain/issues/19200/comments
0
2024-03-17T16:04:46Z
2024-06-23T16:09:30Z
https://github.com/langchain-ai/langchain/issues/19200
2,190,741,952
19,200
[ "hwchase17", "langchain" ]
### 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: [cookbook/multiple_chains](https://python.langchain.com/docs/expression_language/cookbook/multiple_chains) [cookbook/s...
DOC: Updating `pip install` format in cookbook
https://api.github.com/repos/langchain-ai/langchain/issues/19197/comments
0
2024-03-17T12:12:52Z
2024-06-23T16:09:25Z
https://github.com/langchain-ai/langchain/issues/19197
2,190,634,544
19,197
[ "hwchase17", "langchain" ]
### 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: Valid OCI authentication types include `INSTANCE_PRINCIPAL` and `RESOURCE_PRINCIPAL`. However, comments in the code for [llms...
DOC: Incorrect description of valid OCI authentication types for OCI Generative AI LLM and embeddings
https://api.github.com/repos/langchain-ai/langchain/issues/19194/comments
0
2024-03-17T05:31:38Z
2024-06-23T16:09:29Z
https://github.com/langchain-ai/langchain/issues/19194
2,190,488,898
19,194
[ "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 ...
on_llm_new_token event broken in langchain_openai when streaming
https://api.github.com/repos/langchain-ai/langchain/issues/19185/comments
2
2024-03-16T12:03:38Z
2024-06-29T16:08:37Z
https://github.com/langchain-ai/langchain/issues/19185
2,189,935,758
19,185
[ "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 ...
CSVloader RuntimeError: Error loading ./institution_all.csv
https://api.github.com/repos/langchain-ai/langchain/issues/19174/comments
3
2024-03-16T05:48:21Z
2024-06-04T14:30:06Z
https://github.com/langchain-ai/langchain/issues/19174
2,189,795,094
19,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...
AttributeError: 'function' object has no attribute 'embed_query' with OpenAI llm and custom tool for Data Lake with Activeloop
https://api.github.com/repos/langchain-ai/langchain/issues/19171/comments
1
2024-03-15T22:45:08Z
2024-06-24T16:08:13Z
https://github.com/langchain-ai/langchain/issues/19171
2,189,579,272
19,171
[ "hwchase17", "langchain" ]
### 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 [link](https://api.python.langchain.com/en/latest/tracing.html?ref=blog.langchain.dev) to the tracing documentation, which...
DOC: Broken link to Langchain Tracing
https://api.github.com/repos/langchain-ai/langchain/issues/19165/comments
0
2024-03-15T20:06:34Z
2024-06-21T16:37:05Z
https://github.com/langchain-ai/langchain/issues/19165
2,189,389,814
19,165
[ "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 ...
'BedrockChat' object has no attribute 'bind_tools'
https://api.github.com/repos/langchain-ai/langchain/issues/19162/comments
5
2024-03-15T18:44:12Z
2024-07-04T15:30:45Z
https://github.com/langchain-ai/langchain/issues/19162
2,189,262,902
19,162
[ "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 ...
Langserver could not import module app.server
https://api.github.com/repos/langchain-ai/langchain/issues/19150/comments
1
2024-03-15T16:38:47Z
2024-06-26T16:07:40Z
https://github.com/langchain-ai/langchain/issues/19150
2,189,059,636
19,150
[ "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...
React Agent stops at first observation
https://api.github.com/repos/langchain-ai/langchain/issues/19149/comments
2
2024-03-15T16:33:09Z
2024-03-18T09:59:51Z
https://github.com/langchain-ai/langchain/issues/19149
2,189,049,809
19,149
[ "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...
`RetryOutputParser` error when used with `PydanticOutputParser`
https://api.github.com/repos/langchain-ai/langchain/issues/19145/comments
2
2024-03-15T16:21:21Z
2024-07-22T16:08:16Z
https://github.com/langchain-ai/langchain/issues/19145
2,189,019,290
19,145
[ "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 unicode character is in API key, non-specific error is returned (instead of invalid API key)
https://api.github.com/repos/langchain-ai/langchain/issues/19144/comments
0
2024-03-15T15:54:24Z
2024-06-21T16:37:07Z
https://github.com/langchain-ai/langchain/issues/19144
2,188,945,438
19,144
[ "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...
Langchain not able to create a new index and/or generate vectors to store in weaviate?
https://api.github.com/repos/langchain-ai/langchain/issues/19143/comments
1
2024-03-15T15:49:11Z
2024-03-28T18:33:51Z
https://github.com/langchain-ai/langchain/issues/19143
2,188,928,384
19,143
[ "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...
`FlashrankRerank` drops document metadata
https://api.github.com/repos/langchain-ai/langchain/issues/19142/comments
0
2024-03-15T14:56:27Z
2024-03-19T10:43:39Z
https://github.com/langchain-ai/langchain/issues/19142
2,188,745,224
19,142
[ "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 ...
Wrong import path in `docs/integrations/retrievers/flashrank-reranker.ipynb`
https://api.github.com/repos/langchain-ai/langchain/issues/19139/comments
0
2024-03-15T14:25:20Z
2024-06-21T16:37:05Z
https://github.com/langchain-ai/langchain/issues/19139
2,188,642,452
19,139
[ "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 using citations from OpenAI's tools with `RunnableWithMessageHistory`, history is ignored and not inserted
https://api.github.com/repos/langchain-ai/langchain/issues/19136/comments
1
2024-03-15T13:02:27Z
2024-07-16T16:06:33Z
https://github.com/langchain-ai/langchain/issues/19136
2,188,468,815
19,136
[ "hwchase17", "langchain" ]
### 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: There is a minor mistake in neo4j documentation. In [Seeding the database](https://python.langchain.com/docs/use_cases/graph/i...
Neo4j documentation mistake
https://api.github.com/repos/langchain-ai/langchain/issues/19134/comments
1
2024-03-15T12:30:26Z
2024-05-22T20:48:10Z
https://github.com/langchain-ai/langchain/issues/19134
2,188,411,236
19,134
[ "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...
PGVector distance_strategy methods seems to be not working
https://api.github.com/repos/langchain-ai/langchain/issues/19129/comments
1
2024-03-15T11:38:41Z
2024-06-24T16:13:29Z
https://github.com/langchain-ai/langchain/issues/19129
2,188,319,485
19,129
[ "hwchase17", "langchain" ]
### 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: 1) Can you confirm which language model is being used in **create_sql_query_chain** method for text to sql conversion? How can...
DOC: [Question]: How to change the text to sql model in create_sql_query_chain , create_sql_agent ?
https://api.github.com/repos/langchain-ai/langchain/issues/19124/comments
1
2024-03-15T09:37:14Z
2024-07-05T16:06:13Z
https://github.com/langchain-ai/langchain/issues/19124
2,188,098,957
19,124
[ "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 ...
OpenAI Tokens and Cost are inaccurate
https://api.github.com/repos/langchain-ai/langchain/issues/19120/comments
1
2024-03-15T08:45:37Z
2024-07-04T16:08:18Z
https://github.com/langchain-ai/langchain/issues/19120
2,188,002,825
19,120
[ "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 ...
openai-python 1.13.4 with custom http_client breaks OpenAI clients in langchain
https://api.github.com/repos/langchain-ai/langchain/issues/19116/comments
6
2024-03-15T07:59:15Z
2024-05-22T13:55:39Z
https://github.com/langchain-ai/langchain/issues/19116
2,187,931,701
19,116
[ "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...
`OutputFixingParser` raises unhandled exception while wrapping `XMLOutputParser`
https://api.github.com/repos/langchain-ai/langchain/issues/19107/comments
0
2024-03-15T05:46:44Z
2024-03-19T04:49:05Z
https://github.com/langchain-ai/langchain/issues/19107
2,187,771,203
19,107
[ "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 ...
milvus retriever.get_relevant_documents has bug?
https://api.github.com/repos/langchain-ai/langchain/issues/19106/comments
5
2024-03-15T05:38:46Z
2024-07-11T06:57:54Z
https://github.com/langchain-ai/langchain/issues/19106
2,187,763,655
19,106
[ "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 ...
Docker ValueError: libcublas.so.*[0-9] not found in the system path
https://api.github.com/repos/langchain-ai/langchain/issues/19078/comments
1
2024-03-14T15:50:12Z
2024-03-14T18:30:48Z
https://github.com/langchain-ai/langchain/issues/19078
2,186,711,784
19,078
[ "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 ...
"Max retries exceeded with url: /api/embeddings" when using OllamaEmbeddings inside a container
https://api.github.com/repos/langchain-ai/langchain/issues/19074/comments
1
2024-03-14T13:31:19Z
2024-03-14T18:34:04Z
https://github.com/langchain-ai/langchain/issues/19074
2,186,395,518
19,074
[ "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 ...
Text with {will be parsed as input_variables, causing an error
https://api.github.com/repos/langchain-ai/langchain/issues/19067/comments
1
2024-03-14T08:14:39Z
2024-03-14T18:14:28Z
https://github.com/langchain-ai/langchain/issues/19067
2,185,712,911
19,067
[ "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 ...
OpenAI's legacy completion API causes that stop words do not work, patches are attached.
https://api.github.com/repos/langchain-ai/langchain/issues/19062/comments
1
2024-03-14T06:45:32Z
2024-03-14T18:37:47Z
https://github.com/langchain-ai/langchain/issues/19062
2,185,552,198
19,062
[ "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...
Asking to pad but the tokenizer does not have a padding token. Please select a token to use as `pad_token` `(tokenizer.pad_token = tokenizer.eos_token e.g.)` or add a new pad token via `tokenizer.add_special_tokens({'pad_token': '[PAD]'})`
https://api.github.com/repos/langchain-ai/langchain/issues/19061/comments
0
2024-03-14T06:39:58Z
2024-06-20T16:08:46Z
https://github.com/langchain-ai/langchain/issues/19061
2,185,545,359
19,061
[ "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 validation of tools within OpenAIAssistantRunnable.create_assistant does not account for `{"type": "code_interpreter"}`.
https://api.github.com/repos/langchain-ai/langchain/issues/19057/comments
2
2024-03-14T04:01:10Z
2024-06-28T16:07:18Z
https://github.com/langchain-ai/langchain/issues/19057
2,185,358,514
19,057
[ "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...
Runnable astream_log does not pass kwargs to _astream_log_implementation
https://api.github.com/repos/langchain-ai/langchain/issues/19054/comments
0
2024-03-14T03:03:13Z
2024-03-14T19:53:48Z
https://github.com/langchain-ai/langchain/issues/19054
2,185,283,399
19,054
[ "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 ...
Inconsistent lxml dependency between `langchain` and `langchain-text-splitters`
https://api.github.com/repos/langchain-ai/langchain/issues/19040/comments
5
2024-03-13T18:23:55Z
2024-04-07T19:23:10Z
https://github.com/langchain-ai/langchain/issues/19040
2,184,636,140
19,040
[ "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 ...
Unable to import resource from LangChain hub
https://api.github.com/repos/langchain-ai/langchain/issues/19038/comments
1
2024-03-13T17:25:15Z
2024-03-13T17:33:05Z
https://github.com/langchain-ai/langchain/issues/19038
2,184,536,534
19,038
[ "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 ValidationError: str type expected
https://api.github.com/repos/langchain-ai/langchain/issues/19037/comments
1
2024-03-13T16:37:20Z
2024-06-20T16:08:47Z
https://github.com/langchain-ai/langchain/issues/19037
2,184,445,658
19,037
[ "hwchase17", "langchain" ]
### 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 [the discussion of partial prompts](https://python.langchain.com/docs/modules/model_io/prompts/) the examples are all given...
DOC: RFE - Extend the discussion of Partial Prmpts with Pipeline example
https://api.github.com/repos/langchain-ai/langchain/issues/19033/comments
3
2024-03-13T15:05:55Z
2024-06-21T16:37:26Z
https://github.com/langchain-ai/langchain/issues/19033
2,184,245,090
19,033
[ "hwchase17", "langchain" ]
### 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 reading the docs on [Prompts](https://python.langchain.com/docs/modules/model_io/prompts/) and stumbled accross the sect...
DOC: Swap "example selector types" and "example selectors" in the docs to make reading smoother
https://api.github.com/repos/langchain-ai/langchain/issues/19031/comments
0
2024-03-13T13:58:10Z
2024-06-19T16:08:33Z
https://github.com/langchain-ai/langchain/issues/19031
2,184,088,940
19,031
[ "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 ...
UnstructuredFileLoader loads wrong "page number" metadata of word documents
https://api.github.com/repos/langchain-ai/langchain/issues/19029/comments
3
2024-03-13T10:37:07Z
2024-06-23T16:09:14Z
https://github.com/langchain-ai/langchain/issues/19029
2,183,659,724
19,029
[ "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 Report: Custom Semantic Search Functionality Issue in Azure Search
https://api.github.com/repos/langchain-ai/langchain/issues/18998/comments
1
2024-03-13T00:05:52Z
2024-06-19T16:08:23Z
https://github.com/langchain-ai/langchain/issues/18998
2,182,874,556
18,998
[ "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 ...
Dep Conflict with Langchain
https://api.github.com/repos/langchain-ai/langchain/issues/18996/comments
6
2024-03-12T22:57:03Z
2024-04-30T18:33:20Z
https://github.com/langchain-ai/langchain/issues/18996
2,182,820,017
18,996
[ "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 ...
ElasticsearchStore.add_documents() prints out document IDs to STDOUT after job completion
https://api.github.com/repos/langchain-ai/langchain/issues/18986/comments
1
2024-03-12T19:10:54Z
2024-03-12T19:13:14Z
https://github.com/langchain-ai/langchain/issues/18986
2,182,489,252
18,986
[ "hwchase17", "langchain" ]
### 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: There is a spelling mistake in line 289. ### Idea or request for content: I can correct this error. Please assign this issue...
DOC: Typo error in "https://github.com/langchain-ai/langchain/blob/master/docs/docs/get_started/quickstart.mdx", line 289.
https://api.github.com/repos/langchain-ai/langchain/issues/18981/comments
1
2024-03-12T17:49:54Z
2024-06-14T08:56:09Z
https://github.com/langchain-ai/langchain/issues/18981
2,182,320,367
18,981
[ "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...
TypeError running `agent_executor.invoke` with open-source LM
https://api.github.com/repos/langchain-ai/langchain/issues/18979/comments
6
2024-03-12T16:51:28Z
2024-06-20T16:07:42Z
https://github.com/langchain-ai/langchain/issues/18979
2,182,190,543
18,979
[ "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...
An error occurs when enabling Content filtering streaming while using Azure OpenAI
https://api.github.com/repos/langchain-ai/langchain/issues/18977/comments
0
2024-03-12T16:36:39Z
2024-03-28T21:46:28Z
https://github.com/langchain-ai/langchain/issues/18977
2,182,155,882
18,977
[ "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...
TextSplitter sets wrong start_index in case of custom len function
https://api.github.com/repos/langchain-ai/langchain/issues/18972/comments
1
2024-03-12T14:25:53Z
2024-03-12T15:09:18Z
https://github.com/langchain-ai/langchain/issues/18972
2,181,759,866
18,972
[ "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 ...
Issue with the use of sqlalchemy in community.document_loaders?
https://api.github.com/repos/langchain-ai/langchain/issues/18968/comments
2
2024-03-12T11:23:06Z
2024-03-12T11:33:43Z
https://github.com/langchain-ai/langchain/issues/18968
2,181,373,166
18,968
[ "hwchase17", "langchain" ]
### Checklist - [x] I added a very descriptive title to this issue. - [ ] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: I am utilizing the bedrock Llama2 LLM and I aim to integrate a stop feature. How can this be achieved? ### Idea or request fo...
DOC:I am utilizing the bedrock Llama2 LLM and I aim to integrate a stop feature. How can this be achieved?
https://api.github.com/repos/langchain-ai/langchain/issues/18966/comments
3
2024-03-12T11:03:45Z
2024-03-19T04:08:22Z
https://github.com/langchain-ai/langchain/issues/18966
2,181,335,351
18,966
[ "hwchase17", "langchain" ]
### 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: Custom tool parameter defined within the notebook is for **Python_REPL** tool. ![image](https://github.com/langchain-ai/lan...
DOC: Inaccurate Tool Custom parameters of SerpAPI tool Documentation
https://api.github.com/repos/langchain-ai/langchain/issues/18959/comments
1
2024-03-12T07:16:24Z
2024-06-18T16:09:45Z
https://github.com/langchain-ai/langchain/issues/18959
2,180,899,756
18,959
[ "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 # Goal When using `astream()`, LLMs should fallback to sync streaming if an async streaming implementation is not available. # Context Implementation of LLMs oft...
Allow LLMs async streaming to fallback on sync streaming
https://api.github.com/repos/langchain-ai/langchain/issues/18920/comments
5
2024-03-11T15:09:40Z
2024-03-20T15:43:07Z
https://github.com/langchain-ai/langchain/issues/18920
2,179,384,439
18,920
[ "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 ...
Could not find trained model [.elser_model_1] for ElasticsearchStore
https://api.github.com/repos/langchain-ai/langchain/issues/18917/comments
3
2024-03-11T14:44:02Z
2024-06-18T16:09:46Z
https://github.com/langchain-ai/langchain/issues/18917
2,179,318,114
18,917
[ "hwchase17", "langchain" ]
### 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: LangChainDeprecationWarning: The function `__call__` was deprecated in LangChain 0.1.0 and will be removed in 0.2.0. Use invok...
DOC: <PleLangChainDeprecationWarning: The function `__call__` was deprecated in LangChain 0.1.0 and will be removed in 0.2.0. Use invoke instead. warn_deprecated(ase write a comprehensive title after the 'DOC: ' prefix>
https://api.github.com/repos/langchain-ai/langchain/issues/18911/comments
1
2024-03-11T12:12:06Z
2024-06-21T16:37:55Z
https://github.com/langchain-ai/langchain/issues/18911
2,178,980,605
18,911
[ "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 ...
crewai use langchain_community.chat_models.BedrockChat as llm get error "System message must be at beginning of message list"
https://api.github.com/repos/langchain-ai/langchain/issues/18909/comments
1
2024-03-11T11:48:18Z
2024-06-17T16:09:33Z
https://github.com/langchain-ai/langchain/issues/18909
2,178,933,916
18,909
[ "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 ...
toolkit.get_tools() is not working langchain version 6.0.1 if deprecated then no alternative
https://api.github.com/repos/langchain-ai/langchain/issues/18907/comments
2
2024-03-11T11:42:43Z
2024-03-11T15:21:00Z
https://github.com/langchain-ai/langchain/issues/18907
2,178,923,631
18,907
[ "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...
Output Parser Exception for Tagging UseCase
https://api.github.com/repos/langchain-ai/langchain/issues/18906/comments
5
2024-03-11T11:27:19Z
2024-06-20T16:09:14Z
https://github.com/langchain-ai/langchain/issues/18906
2,178,895,489
18,906
[ "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 SQL Agent tutorial runs into error
https://api.github.com/repos/langchain-ai/langchain/issues/18905/comments
4
2024-03-11T11:26:00Z
2024-07-30T16:06:21Z
https://github.com/langchain-ai/langchain/issues/18905
2,178,892,943
18,905
[ "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 template for `rag-weaviate` is outdated.
https://api.github.com/repos/langchain-ai/langchain/issues/18902/comments
0
2024-03-11T10:49:59Z
2024-06-17T16:09:28Z
https://github.com/langchain-ai/langchain/issues/18902
2,178,818,275
18,902
[ "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 during testing selfquery with langchainmockmodel
https://api.github.com/repos/langchain-ai/langchain/issues/18900/comments
0
2024-03-11T10:29:09Z
2024-06-17T16:10:14Z
https://github.com/langchain-ai/langchain/issues/18900
2,178,776,395
18,900
[ "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 ...
BedrockChat Claude3 and SQLDatabaseChain
https://api.github.com/repos/langchain-ai/langchain/issues/18893/comments
8
2024-03-11T07:29:10Z
2024-04-18T04:25:46Z
https://github.com/langchain-ai/langchain/issues/18893
2,178,414,326
18,893
[ "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 ...
`UpstashRedisEntityStore` initializer does not work. Upstash Redis Instance could not be created.
https://api.github.com/repos/langchain-ai/langchain/issues/18891/comments
1
2024-03-11T06:54:51Z
2024-06-18T16:09:46Z
https://github.com/langchain-ai/langchain/issues/18891
2,178,363,508
18,891
[ "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...
langchain agent 返回了空串,parse markdown的时候报错,agent function calling 没有生效
https://api.github.com/repos/langchain-ai/langchain/issues/18888/comments
0
2024-03-11T03:21:10Z
2024-06-17T16:09:33Z
https://github.com/langchain-ai/langchain/issues/18888
2,178,141,777
18,888
[ "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...
Problem using ainvoke with vllm
https://api.github.com/repos/langchain-ai/langchain/issues/18887/comments
1
2024-03-11T02:45:08Z
2024-03-11T15:25:17Z
https://github.com/langchain-ai/langchain/issues/18887
2,178,108,189
18,887
[ "hwchase17", "langchain" ]
I access ollama using the python library. It communicates well but after some exchanges I always get the following. It seems that I need to reset ollama via python or maybe context length is surpassed, how do I figure it out? ``` Traceback (most recent call last): File "c:\Lib\site-packages\urllib3\connection...
Ollama logging for ConnectionResetError
https://api.github.com/repos/langchain-ai/langchain/issues/18879/comments
3
2024-03-10T20:35:35Z
2024-06-21T16:38:09Z
https://github.com/langchain-ai/langchain/issues/18879
2,177,893,861
18,879
[ "hwchase17", "langchain" ]
### 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: Environment langchain 0.1.11 langchain-community 0.0.25 langchain-core...
DOC: cookbook fake_llm.ipynb need to be updated, in order to fix 3 warnings.
https://api.github.com/repos/langchain-ai/langchain/issues/18874/comments
0
2024-03-10T15:57:40Z
2024-06-16T16:09:19Z
https://github.com/langchain-ai/langchain/issues/18874
2,177,782,566
18,874
[ "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 using "openchat-3.5-0106" together with "HuggingFacePipeline", the chatbot does not respond to the message BUT CONTINUES IT
https://api.github.com/repos/langchain-ai/langchain/issues/18870/comments
0
2024-03-10T14:19:42Z
2024-06-16T16:09:14Z
https://github.com/langchain-ai/langchain/issues/18870
2,177,741,965
18,870
[ "hwchase17", "langchain" ]
### 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: There are many old library paths in the documentation, such as 'langchain.llms' instead of 'langchain**_community**.llms(.hugg...
DOC: The documentation is not up-to-date.
https://api.github.com/repos/langchain-ai/langchain/issues/18867/comments
2
2024-03-10T11:21:05Z
2024-06-17T16:09:11Z
https://github.com/langchain-ai/langchain/issues/18867
2,177,665,347
18,867
[ "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...
TimeoutError with Longer Prompts
https://api.github.com/repos/langchain-ai/langchain/issues/18855/comments
1
2024-03-09T21:45:51Z
2024-03-11T15:33:27Z
https://github.com/langchain-ai/langchain/issues/18855
2,177,414,910
18,855
[ "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 ...
validation error for ConversationalRetrievalChain retriever instance of BaseRetriever expected (type=type_error.arbitrary_type; expected_arbitrary_type=BaseRetriever)
https://api.github.com/repos/langchain-ai/langchain/issues/18852/comments
1
2024-03-09T17:47:03Z
2024-05-21T04:37:50Z
https://github.com/langchain-ai/langchain/issues/18852
2,177,329,394
18,852
[ "hwchase17", "langchain" ]
### 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 think there is a typo in the [tools documentation](https://python.langchain.com/docs/modules/agents/tools/), in [this parag...
DOC: typo in tools documentation
https://api.github.com/repos/langchain-ai/langchain/issues/18849/comments
0
2024-03-09T15:30:12Z
2024-03-09T21:39:19Z
https://github.com/langchain-ai/langchain/issues/18849
2,177,267,953
18,849
[ "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...
Bedrock doesn't work with Claude 3
https://api.github.com/repos/langchain-ai/langchain/issues/18845/comments
4
2024-03-09T12:49:08Z
2024-03-11T13:23:59Z
https://github.com/langchain-ai/langchain/issues/18845
2,177,214,299
18,845
[ "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...
TypeError: on SQL Agent Executor chain
https://api.github.com/repos/langchain-ai/langchain/issues/18838/comments
4
2024-03-09T08:02:11Z
2024-08-05T16:07:25Z
https://github.com/langchain-ai/langchain/issues/18838
2,177,127,356
18,838
[ "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 ...
Bedrock(claude-3-sonnet) with DynamoDBChatMessageHistory raise error
https://api.github.com/repos/langchain-ai/langchain/issues/18831/comments
2
2024-03-09T02:32:40Z
2024-07-30T16:06:15Z
https://github.com/langchain-ai/langchain/issues/18831
2,177,015,653
18,831
[ "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 Not Working With Huggingface Model When Using `create_react_agent`
https://api.github.com/repos/langchain-ai/langchain/issues/18820/comments
1
2024-03-08T21:27:59Z
2024-06-16T16:09:04Z
https://github.com/langchain-ai/langchain/issues/18820
2,176,798,351
18,820
[ "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...
AttributeError: 'WeaviateClient' object has no attribute 'schema'
https://api.github.com/repos/langchain-ai/langchain/issues/18809/comments
5
2024-03-08T17:41:27Z
2024-07-24T16:07:51Z
https://github.com/langchain-ai/langchain/issues/18809
2,176,491,695
18,809
[ "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 Hi all! Core Runnable methods are not documented well enough yet. It would be great to have each of the method include a self-contained usage example that folks can us...
Add in code documentation to core Runnable methods
https://api.github.com/repos/langchain-ai/langchain/issues/18804/comments
7
2024-03-08T15:50:55Z
2024-07-09T16:06:54Z
https://github.com/langchain-ai/langchain/issues/18804
2,176,301,157
18,804
[ "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 would love to get help to add in code documentation to LangChain core to better document LCEL primitives: Here is an example of a documented runnable: https://api...
Add in-code documentation for LangChain Runnables
https://api.github.com/repos/langchain-ai/langchain/issues/18803/comments
7
2024-03-08T15:39:52Z
2024-07-31T21:58:21Z
https://github.com/langchain-ai/langchain/issues/18803
2,176,280,298
18,803
[ "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 ...
OpenAIEmbeddings relies on hardcoded names
https://api.github.com/repos/langchain-ai/langchain/issues/18800/comments
1
2024-03-08T14:35:37Z
2024-06-18T16:09:46Z
https://github.com/langchain-ai/langchain/issues/18800
2,176,162,258
18,800
[ "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 ...
Query Flexibility Limitation on OpenSearchVectorSearch for a pre-existing index
https://api.github.com/repos/langchain-ai/langchain/issues/18797/comments
0
2024-03-08T13:12:10Z
2024-06-14T16:09:00Z
https://github.com/langchain-ai/langchain/issues/18797
2,176,018,816
18,797
[ "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 ...
StreamlitChatMessageHistory gives "KeyError: 'st.session_state has no key "langchain_messages"
https://api.github.com/repos/langchain-ai/langchain/issues/18790/comments
2
2024-03-08T11:02:36Z
2024-07-01T16:05:33Z
https://github.com/langchain-ai/langchain/issues/18790
2,175,803,143
18,790
[ "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 ...
Chat HuggingFace model does not send chunked replies when streaming=True.
https://api.github.com/repos/langchain-ai/langchain/issues/18782/comments
0
2024-03-08T08:47:52Z
2024-06-14T16:08:58Z
https://github.com/langchain-ai/langchain/issues/18782
2,175,567,686
18,782