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.
### Example Code... | astream_events doesn't pass config properly | https://api.github.com/repos/langchain-ai/langchain/issues/16944/comments | 6 | 2024-02-02T14:50:34Z | 2024-02-07T02:34:07Z | https://github.com/langchain-ai/langchain/issues/16944 | 2,115,112,004 | 16,944 |
[
"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.
### Example Code... | Vertex AI fail on successful finish reason | https://api.github.com/repos/langchain-ai/langchain/issues/16939/comments | 1 | 2024-02-02T12:57:29Z | 2024-05-10T16:10:00Z | https://github.com/langchain-ai/langchain/issues/16939 | 2,114,872,848 | 16,939 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
below's the complete code
```
# !pip -q install langchain openai tiktoken chromadb pypdf sentence-transformers==2.2.2 InstructorEmbedding faiss-cpu
import os
os.environ["OPENAI_API_KEY"] = ""
from langchain.vectorstores import Chroma
from langchain.text_splitter impo... | Unable to return output from every source (i.e. every document), rather it is returning only one output even if there are multiple documents | https://api.github.com/repos/langchain-ai/langchain/issues/16938/comments | 1 | 2024-02-02T12:41:27Z | 2024-02-14T03:35:25Z | https://github.com/langchain-ai/langchain/issues/16938 | 2,114,842,720 | 16,938 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
in the below code, it returns only one answer even if there are multiple documents (multiple csv files). I'm bit skeptical on which line of code should i make changes to get the output for every answer.
```
# !pip -q install langchain openai tiktoken chromadb pypdf sentence-tr... | Unable to return output from every souce (i.e. every document), rather it is returning only one output even if there are multiple documents | https://api.github.com/repos/langchain-ai/langchain/issues/16935/comments | 7 | 2024-02-02T11:41:23Z | 2024-03-19T05:56:19Z | https://github.com/langchain-ai/langchain/issues/16935 | 2,114,743,405 | 16,935 |
[
"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.
### Examp... | LangChain Core Chatmodels.py goes to a streaming block causing "generation is not None" assertion error when the AzureChatOpenAI llm object does not support streaming. | https://api.github.com/repos/langchain-ai/langchain/issues/16930/comments | 5 | 2024-02-02T08:06:16Z | 2024-08-05T17:09:07Z | https://github.com/langchain-ai/langchain/issues/16930 | 2,114,346,425 | 16,930 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
I do have below code
```
if len(year_lst) != 0 and len(company_lst) == 0:
response = []
for i in year_lst:
vectorstore_retriver_args = {
"k": vector_count,
"pre_filter": {"$and": [{"year": {"$eq": int(i.strip())}}]},
}
... | How the 'RetrievalQA' function works? | https://api.github.com/repos/langchain-ai/langchain/issues/16927/comments | 3 | 2024-02-02T06:58:40Z | 2024-02-14T03:35:24Z | https://github.com/langchain-ai/langchain/issues/16927 | 2,114,240,162 | 16,927 |
[
"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.
### Example Code... | Include attachments=True is not working in Confluence | https://api.github.com/repos/langchain-ai/langchain/issues/16926/comments | 3 | 2024-02-02T06:50:43Z | 2024-07-18T16:07:44Z | https://github.com/langchain-ai/langchain/issues/16926 | 2,114,223,300 | 16,926 |
[
"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.
### Example Code... | record_manager.get_time error | https://api.github.com/repos/langchain-ai/langchain/issues/16919/comments | 1 | 2024-02-02T04:21:56Z | 2024-05-10T16:09:55Z | https://github.com/langchain-ai/langchain/issues/16919 | 2,114,024,734 | 16,919 |
[
"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.
### Example Code... | Function calling not working with ConversationChain with Memory | https://api.github.com/repos/langchain-ai/langchain/issues/16917/comments | 3 | 2024-02-02T03:19:20Z | 2024-07-28T16:05:48Z | https://github.com/langchain-ai/langchain/issues/16917 | 2,113,960,320 | 16,917 |
[
"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
Improve streaming in LangChain for chat models / language models.
## Background
Many chat and language models implement a streaming mode in which they s... | Callback for on_llm_new_token should be invoked before the token is yielded by the model | https://api.github.com/repos/langchain-ai/langchain/issues/16913/comments | 1 | 2024-02-02T00:39:51Z | 2024-06-27T20:09:31Z | https://github.com/langchain-ai/langchain/issues/16913 | 2,113,804,737 | 16,913 |
[
"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
Any chat models that support function calling should have an example of function calling in their integration page | DOC: Add function calling example to all chat model integration pages that support | https://api.github.com/repos/langchain-ai/langchain/issues/16911/comments | 0 | 2024-02-02T00:26:53Z | 2024-05-10T16:09:45Z | https://github.com/langchain-ai/langchain/issues/16911 | 2,113,792,568 | 16,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.
### Examp... | Small chunks bug in TextSplitter when instantiated with from_huggingface_tokenizer | https://api.github.com/repos/langchain-ai/langchain/issues/16894/comments | 3 | 2024-02-01T19:20:15Z | 2024-05-31T23:49:19Z | https://github.com/langchain-ai/langchain/issues/16894 | 2,113,287,411 | 16,894 |
[
"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.
### Example Code... | PGVector from_texts got error when using gemini | https://api.github.com/repos/langchain-ai/langchain/issues/16879/comments | 2 | 2024-02-01T13:43:34Z | 2024-05-15T16:07:24Z | https://github.com/langchain-ai/langchain/issues/16879 | 2,112,553,113 | 16,879 |
[
"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.
### Example Code... | Mistral AI embedding cannot stream response. status 400 | https://api.github.com/repos/langchain-ai/langchain/issues/16869/comments | 3 | 2024-02-01T10:51:40Z | 2024-05-09T16:10:09Z | https://github.com/langchain-ai/langchain/issues/16869 | 2,112,193,668 | 16,869 |
[
"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.
### Examp... | RedisCache does't handle errors from redis. | https://api.github.com/repos/langchain-ai/langchain/issues/16866/comments | 5 | 2024-02-01T10:12:47Z | 2024-02-21T17:15:20Z | https://github.com/langchain-ai/langchain/issues/16866 | 2,112,095,388 | 16,866 |
[
"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.
### Example Code... | Enhancement: Add Pagination Support to GitHubIssuesLoader for Efficient Retrieval of GitHub Issues | https://api.github.com/repos/langchain-ai/langchain/issues/16864/comments | 3 | 2024-02-01T09:23:25Z | 2024-05-15T16:07:19Z | https://github.com/langchain-ai/langchain/issues/16864 | 2,111,992,332 | 16,864 |
[
"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.
### Examp... | HugginFaceHub LLM has a wrong parameters name | https://api.github.com/repos/langchain-ai/langchain/issues/16849/comments | 2 | 2024-01-31T23:19:41Z | 2024-05-09T16:09:58Z | https://github.com/langchain-ai/langchain/issues/16849 | 2,111,153,617 | 16,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.
### Example Code... | AzureMLOnlineEndpoint not working, 424 error, but same url and api key works with standard http | https://api.github.com/repos/langchain-ai/langchain/issues/16845/comments | 7 | 2024-01-31T18:37:32Z | 2024-07-11T11:24:43Z | https://github.com/langchain-ai/langchain/issues/16845 | 2,110,730,749 | 16,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.
### Example Code... | ValueError: An output parsing error occurred | https://api.github.com/repos/langchain-ai/langchain/issues/16843/comments | 3 | 2024-01-31T18:15:28Z | 2024-05-09T16:09:53Z | https://github.com/langchain-ai/langchain/issues/16843 | 2,110,694,010 | 16,843 |
[
"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.
### Example Code... | create_react_agent incompatible with AWS Bedrock input validation due to hard coded ['\nObservation:'] stop sequence | https://api.github.com/repos/langchain-ai/langchain/issues/16840/comments | 9 | 2024-01-31T17:20:49Z | 2024-03-05T08:57:13Z | https://github.com/langchain-ai/langchain/issues/16840 | 2,110,601,047 | 16,840 |
[
"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.
### Example Code... | not able to add FewShotPromptTemplate to create_sql_agent | https://api.github.com/repos/langchain-ai/langchain/issues/16837/comments | 2 | 2024-01-31T16:36:45Z | 2024-07-19T16:06:56Z | https://github.com/langchain-ai/langchain/issues/16837 | 2,110,509,305 | 16,837 |
[
"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.
### Example Code... | not able to pass the few shot examples create_sql_agent parameter | https://api.github.com/repos/langchain-ai/langchain/issues/16833/comments | 1 | 2024-01-31T13:43:33Z | 2024-05-08T16:07:59Z | https://github.com/langchain-ai/langchain/issues/16833 | 2,110,127,590 | 16,833 |
[
"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.
### Example Code... | not able to import langchain_core modules | https://api.github.com/repos/langchain-ai/langchain/issues/16827/comments | 1 | 2024-01-31T10:50:24Z | 2024-05-08T16:07:54Z | https://github.com/langchain-ai/langchain/issues/16827 | 2,109,819,243 | 16,827 |
[
"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.
### Example Code... | How to add memory in SQLDatabaseChain chatbot with sql to natural language query | https://api.github.com/repos/langchain-ai/langchain/issues/16826/comments | 8 | 2024-01-31T10:37:43Z | 2024-05-13T16:10:31Z | https://github.com/langchain-ai/langchain/issues/16826 | 2,109,796,406 | 16,826 |
[
"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.
### Example Code... | Issue with GPU Cache while using batch method | https://api.github.com/repos/langchain-ai/langchain/issues/16824/comments | 6 | 2024-01-31T10:05:47Z | 2024-05-08T16:07:44Z | https://github.com/langchain-ai/langchain/issues/16824 | 2,109,730,154 | 16,824 |
[
"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.
### Examp... | not able to add few_shots on agent_executor for sqldbtoolkit | https://api.github.com/repos/langchain-ai/langchain/issues/16821/comments | 2 | 2024-01-31T09:05:34Z | 2024-05-08T16:07:39Z | https://github.com/langchain-ai/langchain/issues/16821 | 2,109,615,518 | 16,821 |
[
"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.
### Example Code... | When I use ConversationalRetrievalChain.from_llm to implement a knowledge base with context, the resulting stream will carry questions, so how can I remove the questions? | https://api.github.com/repos/langchain-ai/langchain/issues/16819/comments | 5 | 2024-01-31T08:38:55Z | 2024-07-04T08:49:55Z | https://github.com/langchain-ai/langchain/issues/16819 | 2,109,569,523 | 16,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.
### Example Code... | gpt-4-vision cannot be used in AzureChatOpenAI? | https://api.github.com/repos/langchain-ai/langchain/issues/16815/comments | 6 | 2024-01-31T05:30:00Z | 2024-06-19T16:06:58Z | https://github.com/langchain-ai/langchain/issues/16815 | 2,109,314,805 | 16,815 |
[
"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.
### Example Code... | Agent with empty tools is not working | https://api.github.com/repos/langchain-ai/langchain/issues/16812/comments | 5 | 2024-01-31T04:05:51Z | 2024-06-07T12:27:46Z | https://github.com/langchain-ai/langchain/issues/16812 | 2,109,240,604 | 16,812 |
[
"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.
### Example Code... | get_openai_callback not working when using Agent Executor after updating to latest version of Langchain | https://api.github.com/repos/langchain-ai/langchain/issues/16798/comments | 38 | 2024-01-30T18:34:08Z | 2024-06-06T13:22:26Z | https://github.com/langchain-ai/langchain/issues/16798 | 2,108,509,299 | 16,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.
### Examp... | ValueError: One output key expected, got dict_keys(['output', 'intermediate_steps']) when using create_structured_chat_agent with chat_memory and intermediate steps | https://api.github.com/repos/langchain-ai/langchain/issues/16791/comments | 3 | 2024-01-30T16:03:18Z | 2024-05-07T16:08:53Z | https://github.com/langchain-ai/langchain/issues/16791 | 2,108,219,577 | 16,791 |
[
"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.
### Example Code... | community: Weaviate should allow the flexibility for the user to mention what vectorizer module that they want to use | https://api.github.com/repos/langchain-ai/langchain/issues/16787/comments | 3 | 2024-01-30T15:01:16Z | 2024-05-07T16:08:48Z | https://github.com/langchain-ai/langchain/issues/16787 | 2,108,074,367 | 16,787 |
[
"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.
### Examp... | User specified args are not used when initializing Neo4jVector | https://api.github.com/repos/langchain-ai/langchain/issues/16782/comments | 1 | 2024-01-30T13:50:16Z | 2024-01-30T14:05:24Z | https://github.com/langchain-ai/langchain/issues/16782 | 2,107,915,309 | 16,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.
### Example Code... | how to display just the message from this, openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16385 tokens. However, your messages resulted in 16648 tokens. Please reduce the length of the messages.", 'type': 'invalid_request_error', 'param': 'messages', 'code': 'con... | https://api.github.com/repos/langchain-ai/langchain/issues/16781/comments | 4 | 2024-01-30T13:49:16Z | 2024-05-08T16:07:29Z | https://github.com/langchain-ai/langchain/issues/16781 | 2,107,913,399 | 16,781 |
[
"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.
### Example Code... | lots of Open Files and TCP Connections in CLOSE_WAIT State When Calling OpenAI via Langchain ( Streaming ) | https://api.github.com/repos/langchain-ai/langchain/issues/16770/comments | 12 | 2024-01-30T08:45:01Z | 2024-06-24T16:07:20Z | https://github.com/langchain-ai/langchain/issues/16770 | 2,107,255,534 | 16,770 |
[
"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.
### Example Code... | Error code: 400 - {'error': {'message': "'$.tool_choice' is invalid. when add tool to LLM | https://api.github.com/repos/langchain-ai/langchain/issues/16767/comments | 2 | 2024-01-30T08:06:16Z | 2024-01-30T08:28:05Z | https://github.com/langchain-ai/langchain/issues/16767 | 2,107,191,383 | 16,767 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
Page URL: https://python.langchain.com/docs/use_cases/chatbots
Sample Code:
chat(
[
HumanMessage(
content="Translate this sentence from English to French: I love programming."
)
]
)
**Warning:**
Users/randolphhill/govbotics/deepinfra/.... | DOC: Sample Chatbots Quick Start Needs to updated to new API'DOC: ' prefix> | https://api.github.com/repos/langchain-ai/langchain/issues/16755/comments | 1 | 2024-01-30T03:48:39Z | 2024-05-07T16:08:38Z | https://github.com/langchain-ai/langchain/issues/16755 | 2,106,895,485 | 16,755 |
[
"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.
### Example Code... | Enhancement: Add Proxy Support to PlaywrightURLLoader Class | https://api.github.com/repos/langchain-ai/langchain/issues/16751/comments | 2 | 2024-01-30T02:24:52Z | 2024-05-07T16:08:33Z | https://github.com/langchain-ai/langchain/issues/16751 | 2,106,822,896 | 16,751 |
[
"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.
### Example Code... | Langchain Llamacpp interface does not accept bytes.io object as input | https://api.github.com/repos/langchain-ai/langchain/issues/16745/comments | 1 | 2024-01-29T22:47:13Z | 2024-05-06T16:09:09Z | https://github.com/langchain-ai/langchain/issues/16745 | 2,106,572,791 | 16,745 |
[
"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.
### Example Code... | Pinecone VectorStore Issue | https://api.github.com/repos/langchain-ai/langchain/issues/16744/comments | 1 | 2024-01-29T22:05:14Z | 2024-05-06T16:09:04Z | https://github.com/langchain-ai/langchain/issues/16744 | 2,106,520,632 | 16,744 |
[
"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.
### Example Code... | OutputParserException: This output parser can only be used with a chat generation. | https://api.github.com/repos/langchain-ai/langchain/issues/16743/comments | 3 | 2024-01-29T21:03:41Z | 2024-04-14T17:17:44Z | https://github.com/langchain-ai/langchain/issues/16743 | 2,106,422,630 | 16,743 |
[
"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_ | docs: Add page for Vision models in modules/model_io/chat | https://api.github.com/repos/langchain-ai/langchain/issues/16739/comments | 1 | 2024-01-29T19:17:29Z | 2024-05-06T16:08:59Z | https://github.com/langchain-ai/langchain/issues/16739 | 2,106,243,552 | 16,739 |
[
"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_ | docs: Add page for ImagePromptTemplate in modules/model_io/prompts | https://api.github.com/repos/langchain-ai/langchain/issues/16738/comments | 1 | 2024-01-29T19:17:08Z | 2024-05-06T16:08:54Z | https://github.com/langchain-ai/langchain/issues/16738 | 2,106,242,922 | 16,738 |
[
"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
Similar to JsonOutputFunctionsParser, JsonOutputToolsParser should be able to parse partial results | Add streaming support to JsonOutputToolsParser | https://api.github.com/repos/langchain-ai/langchain/issues/16736/comments | 1 | 2024-01-29T18:41:01Z | 2024-05-06T16:08:49Z | https://github.com/langchain-ai/langchain/issues/16736 | 2,106,183,569 | 16,736 |
[
"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.
### Example Code... | getting error : type object ‘PromptTemplate’ has no attribute ‘from_messages | https://api.github.com/repos/langchain-ai/langchain/issues/16735/comments | 1 | 2024-01-29T17:08:08Z | 2024-05-06T16:08:44Z | https://github.com/langchain-ai/langchain/issues/16735 | 2,106,006,795 | 16,735 |
[
"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.
### Example Code... | not able to add few shots example to create_sql_agent | https://api.github.com/repos/langchain-ai/langchain/issues/16731/comments | 5 | 2024-01-29T15:27:52Z | 2024-07-09T16:06:14Z | https://github.com/langchain-ai/langchain/issues/16731 | 2,105,755,700 | 16,731 |
[
"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.
### Example Code... | SQLDocStore is incompatible with sqlite | https://api.github.com/repos/langchain-ai/langchain/issues/16726/comments | 3 | 2024-01-29T13:17:36Z | 2024-02-14T03:45:58Z | https://github.com/langchain-ai/langchain/issues/16726 | 2,105,482,362 | 16,726 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
I have followed the documentations guide and create an agent with vector retriever with a Pydantic schema passed as function into the agent, but it seems that there is no information from. the retriever is passed to the schema function, the schema function will just give source [1... | DOC: Returning structured output from agent documentations not correct | https://api.github.com/repos/langchain-ai/langchain/issues/16720/comments | 10 | 2024-01-29T10:13:29Z | 2024-05-23T11:03:23Z | https://github.com/langchain-ai/langchain/issues/16720 | 2,105,135,404 | 16,720 |
[
"hwchase17",
"langchain"
] | ### Description
I'm trying to integrate my Nemotron LLM with langchain, I use the source code in langchain_nvidia_trt.llms.py, for having streaming but gives an exception.
### Example Code
```python
from llms import TritonTensorRTLLM
llm = TritonTensorRTLLM(server_url="localhost:8001", model_name="Nemotr... | Nvidia Nemotron integration with langchain with TritonTensorRTLLM | https://api.github.com/repos/langchain-ai/langchain/issues/16719/comments | 2 | 2024-01-29T09:38:42Z | 2024-05-06T16:08:39Z | https://github.com/langchain-ai/langchain/issues/16719 | 2,105,059,012 | 16,719 |
[
"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.
### Example Code... | LangChain retrigger tools multiple times until hit agent limits | https://api.github.com/repos/langchain-ai/langchain/issues/16712/comments | 3 | 2024-01-29T08:12:43Z | 2024-03-13T09:25:12Z | https://github.com/langchain-ai/langchain/issues/16712 | 2,104,900,864 | 16,712 |
[
"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.
### Examp... | Cannot pass an OpenAI model instance with `with_config`, Pydantic gives a type error. | https://api.github.com/repos/langchain-ai/langchain/issues/16711/comments | 1 | 2024-01-29T08:05:04Z | 2024-05-06T16:08:35Z | https://github.com/langchain-ai/langchain/issues/16711 | 2,104,887,870 | 16,711 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
FastAPI installation step is missing in documentation
### Idea or request for content:
In this https://python.langchain.com/docs/get_started/quickstart#serving-with-langserve
we need to add dependency installation step.
```pip install FastAPI``` | DOC: Missing dependency installation steps | https://api.github.com/repos/langchain-ai/langchain/issues/16703/comments | 2 | 2024-01-28T17:52:15Z | 2024-01-29T00:51:39Z | https://github.com/langchain-ai/langchain/issues/16703 | 2,104,276,260 | 16,703 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
There is no suggestion to install **langchain_openai** in LLM agents section, because of which user might get errors while following the documentation
### Idea or request for content:
In this section along with **langchainhub** , https://python.langchain.com/docs/get_started/q... | DOC: 'Missing dependency installation step in documentation for LLM Agents part' | https://api.github.com/repos/langchain-ai/langchain/issues/16702/comments | 1 | 2024-01-28T17:48:17Z | 2024-05-05T16:06:52Z | https://github.com/langchain-ai/langchain/issues/16702 | 2,104,274,819 | 16,702 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
I tried out the tutorial at this link: https://python.langchain.com/docs/modules/model_io/output_parsers/types/retry
But I getting this error related to Retry Parser tutorial example `ValidationError: 1 validation error for Action action_input Field required [type=missing, ... | DOC: Error in Retry Parser example documentation | https://api.github.com/repos/langchain-ai/langchain/issues/16698/comments | 1 | 2024-01-28T15:18:33Z | 2024-01-29T00:53:14Z | https://github.com/langchain-ai/langchain/issues/16698 | 2,104,210,604 | 16,698 |
[
"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.
### Example Code... | Discrepancy in schema properties when using "from_documents" in vectorstore(Weaviate) | https://api.github.com/repos/langchain-ai/langchain/issues/16692/comments | 2 | 2024-01-28T07:27:23Z | 2024-01-29T00:53:32Z | https://github.com/langchain-ai/langchain/issues/16692 | 2,104,013,666 | 16,692 |
[
"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.
### Example Code... | AmazonKnowledgeBasesRetriever breaks application. When using KnowledgeBase directly with Boto3 no error. | https://api.github.com/repos/langchain-ai/langchain/issues/16686/comments | 4 | 2024-01-28T02:19:00Z | 2024-01-28T18:59:49Z | https://github.com/langchain-ai/langchain/issues/16686 | 2,103,922,350 | 16,686 |
[
"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.
### Example Code... | OpenAI Chat Model 429 with fresh API key | https://api.github.com/repos/langchain-ai/langchain/issues/16678/comments | 4 | 2024-01-27T21:28:23Z | 2024-01-29T00:55:59Z | https://github.com/langchain-ai/langchain/issues/16678 | 2,103,819,126 | 16,678 |
[
"hwchase17",
"langchain"
] | Has anyone had any issues with getting the docs to build? I continuously get this error when running poetry install:
```
The current project could not be installed: No file/folder found for package langchain-monorepo
If you do not want to install the current project use --no-root
```
Additionally, both `make doc... | infra: Fix local docs and api ref builds | https://api.github.com/repos/langchain-ai/langchain/issues/16677/comments | 2 | 2024-01-27T19:28:11Z | 2024-05-20T16:08:30Z | https://github.com/langchain-ai/langchain/issues/16677 | 2,103,751,123 | 16,677 |
[
"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
Add example of question decomposition using MultiQueryRetriever. Related to #11260. | docs: Show question decomposition with MultiQueryRetriever | https://api.github.com/repos/langchain-ai/langchain/issues/16676/comments | 0 | 2024-01-27T19:26:03Z | 2024-05-04T16:06:48Z | https://github.com/langchain-ai/langchain/issues/16676 | 2,103,749,960 | 16,676 |
[
"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.
### Example Code... | AttributeError: st.session_state has no attribute "retriever". Did you forget to initialize it? | https://api.github.com/repos/langchain-ai/langchain/issues/16675/comments | 4 | 2024-01-27T18:32:14Z | 2024-05-05T16:06:47Z | https://github.com/langchain-ai/langchain/issues/16675 | 2,103,713,719 | 16,675 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
https://python.langchain.com/docs/expression_language/interface
In the above link, we have a code that has a deprecated function which is chain.input_schema.schema()
from langchain_core.prompts import ChatPromptTemplate
from langchain_openai import ChatOpenAI
model = ... | The interface documentation is not updated | https://api.github.com/repos/langchain-ai/langchain/issues/16674/comments | 3 | 2024-01-27T17:40:59Z | 2024-05-06T16:08:29Z | https://github.com/langchain-ai/langchain/issues/16674 | 2,103,693,114 | 16,674 |
[
"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.
### Example Code... | The payground UI not works | https://api.github.com/repos/langchain-ai/langchain/issues/16668/comments | 4 | 2024-01-27T08:25:04Z | 2024-01-29T02:48:28Z | https://github.com/langchain-ai/langchain/issues/16668 | 2,103,448,996 | 16,668 |
[
"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.
### Examp... | LlamaCpp: Verbose flag does not work as intended | https://api.github.com/repos/langchain-ai/langchain/issues/16667/comments | 1 | 2024-01-27T07:32:53Z | 2024-07-04T16:07:43Z | https://github.com/langchain-ai/langchain/issues/16667 | 2,103,376,004 | 16,667 |
[
"hwchase17",
"langchain"
] | Welcome to the LangChain repo!
## What's in this repo
Please only open Issues, PRs, and Discussions against this repo for the packages it contains:
- `langchain` python package
- `langchain-core` python package
- `langchain-community` python package
- certain partner python packages, e.g. `langchain-openai`, `l... | Start here: Welcome to LangChain! | https://api.github.com/repos/langchain-ai/langchain/issues/16651/comments | 2 | 2024-01-26T22:36:52Z | 2024-07-31T21:47:18Z | https://github.com/langchain-ai/langchain/issues/16651 | 2,103,008,354 | 16,651 |
[
"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 need to fix this documentation: https://python.langchain.com/docs/expression_language/streaming#propagating-callbacks
To explain that:
1) Callbacks are only prop... | Doc: Fix documentation for @chain decorator in streaming | https://api.github.com/repos/langchain-ai/langchain/issues/16643/comments | 1 | 2024-01-26T20:16:05Z | 2024-05-03T16:07:05Z | https://github.com/langchain-ai/langchain/issues/16643 | 2,102,838,907 | 16,643 |
[
"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
There are a lot of questions on how to use RunnableWithMessageHistory.
We need to improve this page:
https://python.langchain.com/docs/expression_language/how_... | Doc: Improve Documentation for RunnableWithMessageHistory | https://api.github.com/repos/langchain-ai/langchain/issues/16642/comments | 0 | 2024-01-26T19:59:21Z | 2024-05-03T16:07:00Z | https://github.com/langchain-ai/langchain/issues/16642 | 2,102,815,846 | 16,642 |
[
"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.
### Example Code... | ImportError: cannot import name 'ensure_config' from 'langchain_core.runnables' | https://api.github.com/repos/langchain-ai/langchain/issues/16640/comments | 5 | 2024-01-26T19:10:59Z | 2024-02-16T08:50:53Z | https://github.com/langchain-ai/langchain/issues/16640 | 2,102,752,451 | 16,640 |
[
"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.
### Example Code... | getting error while adding memory to LCEL chain | https://api.github.com/repos/langchain-ai/langchain/issues/16638/comments | 1 | 2024-01-26T17:48:32Z | 2024-01-26T19:45:52Z | https://github.com/langchain-ai/langchain/issues/16638 | 2,102,627,287 | 16,638 |
[
"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.
### Example Code... | Community tracers not being injected properly in some cases | https://api.github.com/repos/langchain-ai/langchain/issues/16635/comments | 5 | 2024-01-26T17:24:03Z | 2024-04-16T15:25:01Z | https://github.com/langchain-ai/langchain/issues/16635 | 2,102,581,882 | 16,635 |
[
"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
Add in code documentation for RunnableEach and Runnable Each Base
https://github.com/langchain-ai/langchain/blob/main/libs/core/langchain_core/runnables/base.py#L2810-... | Doc: Add in code documentation for RunnableEach | https://api.github.com/repos/langchain-ai/langchain/issues/16632/comments | 1 | 2024-01-26T15:07:27Z | 2024-05-04T16:06:33Z | https://github.com/langchain-ai/langchain/issues/16632 | 2,102,374,739 | 16,632 |
[
"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
Add in code documentation for Runnable Generator
https://github.com/langchain-ai/langchain/blob/main/libs/core/langchain_core/runnables/base.py#L2810-L2810
Here's a... | Doc: Add in code documentation for RunnableGenerator | https://api.github.com/repos/langchain-ai/langchain/issues/16631/comments | 0 | 2024-01-26T15:05:53Z | 2024-05-03T16:06:50Z | https://github.com/langchain-ai/langchain/issues/16631 | 2,102,372,148 | 16,631 |
[
"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.
### Examp... | When using a Pydantic model as input to a @chain-decorated function, `input_schema.schema()` gives an error | https://api.github.com/repos/langchain-ai/langchain/issues/16623/comments | 3 | 2024-01-26T10:22:09Z | 2024-01-26T17:38:47Z | https://github.com/langchain-ai/langchain/issues/16623 | 2,101,959,283 | 16,623 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
import os
import qdrant_client
from dotenv import load_dotenv
from langchain.chains import ConversationalRetrievalChain
from langchain.memory import ConversationBufferMemory
from langchain.vectorstores import Qdrant
from langchain_community.chat_models import ChatOpenAI
fro... | ConversationalRetrievalChain.from ConversationBufferMemory Unable to achieve memories | https://api.github.com/repos/langchain-ai/langchain/issues/16621/comments | 4 | 2024-01-26T09:15:33Z | 2024-05-03T16:06:45Z | https://github.com/langchain-ai/langchain/issues/16621 | 2,101,858,096 | 16,621 |
[
"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.
### Example Code... | not able to add chat history in qa with source chain | https://api.github.com/repos/langchain-ai/langchain/issues/16620/comments | 2 | 2024-01-26T09:05:36Z | 2024-01-26T17:39:16Z | https://github.com/langchain-ai/langchain/issues/16620 | 2,101,844,405 | 16,620 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
import os
import qdrant_client
from dotenv import load_dotenv
from langchain.chains import ConversationalRetrievalChain
from langchain.memory import ConversationBufferMemory
from langchain.vectorstores import Qdrant
from langchain_community.chat_models import ChatOpenAI
fro... | ConversationBufferMemory+ConversationalRetrievalChain Can't remember history | https://api.github.com/repos/langchain-ai/langchain/issues/16619/comments | 11 | 2024-01-26T07:29:38Z | 2024-05-07T16:08:24Z | https://github.com/langchain-ai/langchain/issues/16619 | 2,101,724,361 | 16,619 |
[
"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.
### Example Code... | Building document-based questions answer system with Lanchain, Python, FAISS like chat GPT-3 from multiple drug PDF files having same specs,different brand name,same symtoms,disease info | https://api.github.com/repos/langchain-ai/langchain/issues/16617/comments | 3 | 2024-01-26T06:32:42Z | 2024-05-03T16:06:35Z | https://github.com/langchain-ai/langchain/issues/16617 | 2,101,667,706 | 16,617 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
import os
import qdrant_client
from dotenv import load_dotenv
from langchain.chains import ConversationalRetrievalChain
from langchain.memory import ConversationBufferMemory
from langchain.vectorstores import Qdrant
from langchain_community.chat_models import ChatOpenAI
fro... | memory and ConversationalRetrievalChain.from_llm how to share the same LLM, in the loop chat content to achieve short-term memory function, please help check the loop and short-term memory ... | https://api.github.com/repos/langchain-ai/langchain/issues/16612/comments | 2 | 2024-01-26T05:30:25Z | 2024-05-03T16:06:30Z | https://github.com/langchain-ai/langchain/issues/16612 | 2,101,620,173 | 16,612 |
[
"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.
### Examp... | Unicode escaping issue with tools in SlackToolkit | https://api.github.com/repos/langchain-ai/langchain/issues/16610/comments | 1 | 2024-01-26T04:09:18Z | 2024-01-30T04:42:45Z | https://github.com/langchain-ai/langchain/issues/16610 | 2,101,566,693 | 16,610 |
[
"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.
### Example Code... | `OpenAIAssistantRunnable` type error with `AgentExecutor` | https://api.github.com/repos/langchain-ai/langchain/issues/16606/comments | 11 | 2024-01-26T01:22:54Z | 2024-05-20T16:08:24Z | https://github.com/langchain-ai/langchain/issues/16606 | 2,101,425,183 | 16,606 |
[
"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.
### Example Code... | ChromaDB: Cannot delete document from ParentDocumentRetriever | https://api.github.com/repos/langchain-ai/langchain/issues/16604/comments | 10 | 2024-01-26T00:44:37Z | 2024-06-08T16:09:30Z | https://github.com/langchain-ai/langchain/issues/16604 | 2,101,392,417 | 16,604 |
[
"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.
### Example Code... | Issue with Specifying Fine-Tuned Model Endpoints in VertexAIModelGarden | https://api.github.com/repos/langchain-ai/langchain/issues/16601/comments | 4 | 2024-01-26T00:14:14Z | 2024-05-03T16:06:25Z | https://github.com/langchain-ai/langchain/issues/16601 | 2,101,367,467 | 16,601 |
[
"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.
### Example Code... | ChatLiteLLM is not compatible for LiteLLM, '/api/generate' is being added to the endpoint | https://api.github.com/repos/langchain-ai/langchain/issues/16594/comments | 1 | 2024-01-25T22:32:24Z | 2024-05-03T16:06:20Z | https://github.com/langchain-ai/langchain/issues/16594 | 2,101,271,090 | 16,594 |
[
"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.
### Example Code... | Warning: model not found. Using cl100k encoding. | https://api.github.com/repos/langchain-ai/langchain/issues/16584/comments | 2 | 2024-01-25T17:43:56Z | 2024-01-25T19:39:50Z | https://github.com/langchain-ai/langchain/issues/16584 | 2,100,882,142 | 16,584 |
[
"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.
### Example Code... | [BUG] Inconsistent results with `RecursiveCharacterTextSplitter`'s `add_start_index=True` | https://api.github.com/repos/langchain-ai/langchain/issues/16579/comments | 3 | 2024-01-25T14:51:16Z | 2024-01-26T07:32:44Z | https://github.com/langchain-ai/langchain/issues/16579 | 2,100,560,847 | 16,579 |
[
"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.
### Example Code... | Fix code comment: Correct parameter name in example code | https://api.github.com/repos/langchain-ai/langchain/issues/16577/comments | 1 | 2024-01-25T13:16:57Z | 2024-05-02T16:06:14Z | https://github.com/langchain-ai/langchain/issues/16577 | 2,100,385,917 | 16,577 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
I'm trying out this tutorial: https://python.langchain.com/docs/modules/model_io/prompts/example_selector_types/similarity
But I'm getting this error related to the Chroma vector store:
`vectorstore
instance of VectorStore expected (type=type_error.arbitrary_type; expected_... | DOC: Error in semantic similarity example selector documentation | https://api.github.com/repos/langchain-ai/langchain/issues/16570/comments | 5 | 2024-01-25T10:03:24Z | 2024-06-21T20:25:11Z | https://github.com/langchain-ai/langchain/issues/16570 | 2,100,010,570 | 16,570 |
[
"hwchase17",
"langchain"
] | ## Feature request
I'd like the option to pass the OpenAI api key to the `openai.Openai` client at runtime.
- ConfigurableField ([docs](https://python.langchain.com/docs/expression_language/how_to/configure)) already supports passing this variable to the client, and in fact allows me to change any config except `o... | Proposal: Make OpenAI api key configurable at runtime | https://api.github.com/repos/langchain-ai/langchain/issues/16567/comments | 12 | 2024-01-25T09:15:09Z | 2024-07-11T08:24:09Z | https://github.com/langchain-ai/langchain/issues/16567 | 2,099,921,487 | 16,567 |
[
"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.
### Examp... | Issue : with _format_messages function in Langchain_Anthropic | https://api.github.com/repos/langchain-ai/langchain/issues/16561/comments | 1 | 2024-01-25T06:47:19Z | 2024-01-26T00:58:46Z | https://github.com/langchain-ai/langchain/issues/16561 | 2,099,682,967 | 16,561 |
[
"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.
### Examp... | chromadb : Added texts in multiple collections within single persistent directory, but only one collection is working | https://api.github.com/repos/langchain-ai/langchain/issues/16558/comments | 2 | 2024-01-25T05:13:37Z | 2024-01-25T07:53:45Z | https://github.com/langchain-ai/langchain/issues/16558 | 2,099,585,023 | 16,558 |
[
"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.
### Examp... | Devcontainer hangs on Poetry dependency resolution | https://api.github.com/repos/langchain-ai/langchain/issues/16552/comments | 6 | 2024-01-25T02:42:08Z | 2024-03-29T16:25:27Z | https://github.com/langchain-ai/langchain/issues/16552 | 2,099,455,060 | 16,552 |
[
"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.
### Example Code... | .bind(foo='foo') does not work for Retrievers | https://api.github.com/repos/langchain-ai/langchain/issues/16547/comments | 4 | 2024-01-24T23:46:32Z | 2024-05-02T16:06:04Z | https://github.com/langchain-ai/langchain/issues/16547 | 2,099,312,161 | 16,547 |
[
"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.
### Example Code... | LangSmith: Warning message does not disappear when unsetting LANGCHAIN_TRACING_V2 | https://api.github.com/repos/langchain-ai/langchain/issues/16537/comments | 5 | 2024-01-24T21:11:23Z | 2024-01-30T21:32:36Z | https://github.com/langchain-ai/langchain/issues/16537 | 2,099,114,477 | 16,537 |
[
"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 everyone!
If you have experience with LangChain and think you have enough expertise to help other community members and help support the project, please consider sp... | For experienced users: Help with discussion questions :parrot: | https://api.github.com/repos/langchain-ai/langchain/issues/16534/comments | 4 | 2024-01-24T19:45:37Z | 2024-07-13T16:04:56Z | https://github.com/langchain-ai/langchain/issues/16534 | 2,098,965,186 | 16,534 |
[
"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.
### Examp... | BaseTool __init_subclass__ has contradictory conditional | https://api.github.com/repos/langchain-ai/langchain/issues/16528/comments | 4 | 2024-01-24T19:04:43Z | 2024-01-25T01:57:02Z | https://github.com/langchain-ai/langchain/issues/16528 | 2,098,902,232 | 16,528 |
[
"hwchase17",
"langchain"
] | It goes something like this:
This is why `BaseChatMemory.chat_memory` doesn't pruning https://github.com/langchain-ai/langchain/issues/14957#issuecomment-1907951114
So I made some mokey patches to fix the problem temporarily.
And the following demo implements to use `history` and `memory` in LCEL.
Because there a... | A monkey patch demo to use `memory` with `history` in LCEL | https://api.github.com/repos/langchain-ai/langchain/issues/16525/comments | 4 | 2024-01-24T18:21:27Z | 2024-06-08T16:09:25Z | https://github.com/langchain-ai/langchain/issues/16525 | 2,098,839,256 | 16,525 |
[
"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.
### Example Code
Attempting to initialize PineconeConnected
```
import p... | pinecone.init is no longer a top-level attribute of the pinecone package | https://api.github.com/repos/langchain-ai/langchain/issues/16513/comments | 14 | 2024-01-24T15:50:04Z | 2024-08-08T16:57:01Z | https://github.com/langchain-ai/langchain/issues/16513 | 2,098,565,291 | 16,513 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
Hi everybody, I'm new here and I have this issue. Thanks for all
```python
shared_memory = ConversationBufferMemory(memory_key="chat_history", input_key='question', return_messages=True, output_key='answer')
system_message = """
Dada la siguiente conversación y el mensaj... | DOC: <Problem with imput in agent: ' prefix> | https://api.github.com/repos/langchain-ai/langchain/issues/16511/comments | 9 | 2024-01-24T12:51:58Z | 2024-05-01T16:07:19Z | https://github.com/langchain-ai/langchain/issues/16511 | 2,098,204,503 | 16,511 |
[
"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.
### Example Code
The following code: https://github.com/langchain-ai/langchain/blob/... | Google Vertex AI Wrapper Code | https://api.github.com/repos/langchain-ai/langchain/issues/16509/comments | 1 | 2024-01-24T12:19:06Z | 2024-05-01T16:07:13Z | https://github.com/langchain-ai/langchain/issues/16509 | 2,098,146,484 | 16,509 |
[
"hwchase17",
"langchain"
] | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [ ] I searched the LangChain documentation with the integrated search.
- [ ] I used the GitHub search to find a similar question and didn't find it.
### Example Code
I created two different indexes using
```
def create_index(node... | Neo4jVector.from_existing_index() requires different embedding_property name when returning indexes. | https://api.github.com/repos/langchain-ai/langchain/issues/16505/comments | 3 | 2024-01-24T11:17:49Z | 2024-06-18T16:09:43Z | https://github.com/langchain-ai/langchain/issues/16505 | 2,098,043,103 | 16,505 |
[
"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.
### Example Code
def generate_extract_chain(profile):
template_ner_extract = ""... | create_extraction_chain无法作为SequentialChain中的子链 | https://api.github.com/repos/langchain-ai/langchain/issues/16504/comments | 6 | 2024-01-24T11:16:59Z | 2024-03-08T16:43:39Z | https://github.com/langchain-ai/langchain/issues/16504 | 2,098,041,743 | 16,504 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.