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
[ "langchain-ai", "langchain" ]
### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content Currently we have many "type: ignore" comments in our code for ignoring mypy errors. We should rarely if ever use these. We've had to recently add a bunch of these ignore...
Remove "type: ignore" comments
https://api.github.com/repos/langchain-ai/langchain/issues/17048/comments
4
2024-02-05T19:26:32Z
2024-04-04T14:22:40Z
https://github.com/langchain-ai/langchain/issues/17048
2,119,302,272
17,048
[ "langchain-ai", "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...
ElasticsearchTranslator generating invalid queries for Date type
https://api.github.com/repos/langchain-ai/langchain/issues/17042/comments
2
2024-02-05T15:39:52Z
2024-02-13T20:26:40Z
https://github.com/langchain-ai/langchain/issues/17042
2,118,854,903
17,042
[ "langchain-ai", "langchain" ]
### Issue with current documentation: below's the code ``` pdf_file = '/content/documents/Pre-proposal students.pdf' # Define your prompt template prompt_template = """Use the following pieces of information to answer the user's question. If you don't know the answer, just say that you don't know, don't try t...
now showing query field when trying to retrieve the documents using SelfQueryRetriver
https://api.github.com/repos/langchain-ai/langchain/issues/17040/comments
1
2024-02-05T14:49:58Z
2024-02-14T03:34:52Z
https://github.com/langchain-ai/langchain/issues/17040
2,118,743,981
17,040
[ "langchain-ai", "langchain" ]
### Issue with current documentation: I am going through the examples in the documentation in a Jupyter Lab notebook. I'm running the code from [here](https://python.langchain.com/docs/expression_language/get_started): ``` # Requires: # pip install langchain docarray tiktoken from langchain_community.vectors...
DOC: RAG Search example validation error
https://api.github.com/repos/langchain-ai/langchain/issues/17039/comments
4
2024-02-05T14:23:15Z
2024-02-06T12:05:14Z
https://github.com/langchain-ai/langchain/issues/17039
2,118,686,216
17,039
[ "langchain-ai", "langchain" ]
### Issue with current documentation: below's the code ``` %%time # query = 'how many are injured and dead in christchurch Mosque?' # Define your prompt template prompt_template = """Use the following pieces of information to answer the user's question. If you don't know the answer, just say that you don't k...
Chroma db repeating same data and output which is irreleavant
https://api.github.com/repos/langchain-ai/langchain/issues/17038/comments
1
2024-02-05T14:03:23Z
2024-02-14T03:34:52Z
https://github.com/langchain-ai/langchain/issues/17038
2,118,642,283
17,038
[ "langchain-ai", "langchain" ]
### Issue with current documentation: Below's the code ``` %%time # query = 'how many are injured and dead in christchurch Mosque?' # Define your prompt template prompt_template = """Use the following pieces of information to answer the user's question. If you don't know the answer, just say that you don't k...
how to print the self generated queries by SelfQueryRetriever?
https://api.github.com/repos/langchain-ai/langchain/issues/17037/comments
1
2024-02-05T13:44:44Z
2024-02-14T03:34:52Z
https://github.com/langchain-ai/langchain/issues/17037
2,118,601,820
17,037
[ "langchain-ai", "langchain" ]
### Issue with current documentation: below's the code which is using multiqueryretrieval ``` %%time # query = 'how many are injured and dead in christchurch Mosque?' from langchain.retrievers.multi_query import MultiQueryRetriever from langchain.chat_models import ChatOpenAI # Define your prompt template ...
how to get the generated queries output?
https://api.github.com/repos/langchain-ai/langchain/issues/17034/comments
3
2024-02-05T12:10:34Z
2024-02-14T03:34:51Z
https://github.com/langchain-ai/langchain/issues/17034
2,118,387,709
17,034
[ "langchain-ai", "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 Gemini Pro doesn't handle safety measures
https://api.github.com/repos/langchain-ai/langchain/issues/17032/comments
2
2024-02-05T10:49:05Z
2024-06-08T16:09:36Z
https://github.com/langchain-ai/langchain/issues/17032
2,118,222,920
17,032
[ "langchain-ai", "langchain" ]
### Issue with current documentation: below's the code ``` import os os.environ["OPENAI_API_KEY"] = "" from langchain.vectorstores import Chroma from langchain.text_splitter import RecursiveCharacterTextSplitter from langchain.document_loaders.csv_loader import CSVLoader from langchain.llms import OpenAI f...
how to add self query retrieval?
https://api.github.com/repos/langchain-ai/langchain/issues/17031/comments
8
2024-02-05T09:12:55Z
2024-07-02T15:32:48Z
https://github.com/langchain-ai/langchain/issues/17031
2,118,031,252
17,031
[ "langchain-ai", "langchain" ]
### Issue with current documentation: below's the code ``` import os os.environ["OPENAI_API_KEY"] = "" from langchain.vectorstores import Chroma from langchain.text_splitter import RecursiveCharacterTextSplitter from langchain.document_loaders.csv_loader import CSVLoader from langchain.llms import OpenAI f...
how to add prompt template to RetrivealQA function?
https://api.github.com/repos/langchain-ai/langchain/issues/17029/comments
6
2024-02-05T08:00:36Z
2024-02-14T03:34:51Z
https://github.com/langchain-ai/langchain/issues/17029
2,117,905,289
17,029
[ "langchain-ai", "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...
while using ConversationBufferMemory to store the memory i the chatbot "sqlalchemy.exc.ProgrammingError: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near "
https://api.github.com/repos/langchain-ai/langchain/issues/17026/comments
9
2024-02-05T05:57:05Z
2024-05-14T16:08:16Z
https://github.com/langchain-ai/langchain/issues/17026
2,117,740,798
17,026
[ "langchain-ai", "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 helper function for converting dicts to message types doesn't handle ChatMessageChunk message types.
https://api.github.com/repos/langchain-ai/langchain/issues/17022/comments
1
2024-02-05T04:11:20Z
2024-05-13T16:10:22Z
https://github.com/langchain-ai/langchain/issues/17022
2,117,636,935
17,022
[ "langchain-ai", "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 column langchain_pg_embedding.cmetadata uses the json type resulting in special characters being processed into unicode
https://api.github.com/repos/langchain-ai/langchain/issues/17020/comments
1
2024-02-05T03:36:08Z
2024-05-13T16:10:19Z
https://github.com/langchain-ai/langchain/issues/17020
2,117,607,473
17,020
[ "langchain-ai", "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...
Pandas agent got error:Prompt missing required variables: {'tool_names', 'tools'}
https://api.github.com/repos/langchain-ai/langchain/issues/17019/comments
17
2024-02-05T01:51:46Z
2024-07-23T13:33:36Z
https://github.com/langchain-ai/langchain/issues/17019
2,117,496,757
17,019
[ "langchain-ai", "langchain" ]
### Issue with current documentation: The provided code combines multiple PDF files into one and then extracts a single answer from all of them using Vectordb. But, I'm interested in code that can extract answers separately from each individual PDF file. ``` import os os.environ["OPENAI_API_KEY"] = "" from...
Unable to return answers from every pdf
https://api.github.com/repos/langchain-ai/langchain/issues/17008/comments
3
2024-02-04T19:02:29Z
2024-02-14T03:34:50Z
https://github.com/langchain-ai/langchain/issues/17008
2,117,259,978
17,008
[ "langchain-ai", "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...
An error occurred while adding a document to the Zilliz vectorstore
https://api.github.com/repos/langchain-ai/langchain/issues/17006/comments
8
2024-02-04T16:24:36Z
2024-05-21T03:13:23Z
https://github.com/langchain-ai/langchain/issues/17006
2,117,180,017
17,006
[ "langchain-ai", "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...
Passing dictionary key "fieldnames" within csv_args paramenter to CSVLoader fails
https://api.github.com/repos/langchain-ai/langchain/issues/17001/comments
3
2024-02-04T12:48:43Z
2024-02-04T13:03:28Z
https://github.com/langchain-ai/langchain/issues/17001
2,117,082,044
17,001
[ "langchain-ai", "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 in LlamaCpp with Configurable Fields, 'grammar' custom type not available
https://api.github.com/repos/langchain-ai/langchain/issues/16994/comments
1
2024-02-04T08:41:51Z
2024-05-12T16:09:05Z
https://github.com/langchain-ai/langchain/issues/16994
2,116,960,550
16,994
[ "langchain-ai", "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...
HuggingFace ChatHuggingFace raise Conversation roles must alternate user/assistant/user/assistant/...
https://api.github.com/repos/langchain-ai/langchain/issues/16992/comments
4
2024-02-04T07:12:49Z
2024-06-27T01:58:12Z
https://github.com/langchain-ai/langchain/issues/16992
2,116,920,427
16,992
[ "langchain-ai", "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...
Type casting mistake for metadata when indexing documents using Pinecone VDB
https://api.github.com/repos/langchain-ai/langchain/issues/16983/comments
1
2024-02-03T18:35:50Z
2024-05-11T16:09:32Z
https://github.com/langchain-ai/langchain/issues/16983
2,116,635,155
16,983
[ "langchain-ai", "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...
Streaming Agent responses
https://api.github.com/repos/langchain-ai/langchain/issues/16980/comments
3
2024-02-03T15:21:09Z
2024-02-06T19:18:14Z
https://github.com/langchain-ai/langchain/issues/16980
2,116,530,409
16,980
[ "langchain-ai", "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...
OutOfMemoryError: CUDA out of memory. Tried to allocate 104.22 GiB. GPU 0 has a total capacty of 14.75 GiB of which 8.83 GiB is free. Process 252083 has 5.91 GiB memory in use. Of the allocated memory 5.63 GiB is allocated by PyTorch, and 156.29 MiB is reserved by PyTorch but unallocated. If reserved but unallocated me...
https://api.github.com/repos/langchain-ai/langchain/issues/16978/comments
1
2024-02-03T14:34:42Z
2024-02-04T14:23:31Z
https://github.com/langchain-ai/langchain/issues/16978
2,116,511,940
16,978
[ "langchain-ai", "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...
FAISS documenting filtering is broken
https://api.github.com/repos/langchain-ai/langchain/issues/16977/comments
3
2024-02-03T14:04:17Z
2024-05-22T16:08:32Z
https://github.com/langchain-ai/langchain/issues/16977
2,116,495,155
16,977
[ "langchain-ai", "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...
FileNotFoundError: soffice command was not found. Please install libreoffice on your system and try again.
https://api.github.com/repos/langchain-ai/langchain/issues/16973/comments
2
2024-02-03T10:54:46Z
2024-04-15T09:27:30Z
https://github.com/langchain-ai/langchain/issues/16973
2,116,424,404
16,973
[ "langchain-ai", "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...
HuggingFaceHub still needs leading characters removal
https://api.github.com/repos/langchain-ai/langchain/issues/16972/comments
2
2024-02-03T09:02:23Z
2024-05-13T16:10:07Z
https://github.com/langchain-ai/langchain/issues/16972
2,116,370,059
16,972
[ "langchain-ai", "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...
SQLDatabase.from_uri() not recognizing transient table in snowflake
https://api.github.com/repos/langchain-ai/langchain/issues/16971/comments
4
2024-02-03T07:26:16Z
2024-02-05T20:01:51Z
https://github.com/langchain-ai/langchain/issues/16971
2,116,324,244
16,971
[ "langchain-ai", "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...
Qdrant: Performing a similarity search results in an "AttributeError"
https://api.github.com/repos/langchain-ai/langchain/issues/16962/comments
3
2024-02-02T23:22:06Z
2024-05-17T16:08:03Z
https://github.com/langchain-ai/langchain/issues/16962
2,115,989,043
16,962
[ "langchain-ai", "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...
Bedrock credentials_profile_name="bedrock-admin" fails with IMDS
https://api.github.com/repos/langchain-ai/langchain/issues/16959/comments
3
2024-02-02T21:57:50Z
2024-02-05T18:37:47Z
https://github.com/langchain-ai/langchain/issues/16959
2,115,869,570
16,959
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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
[ "langchain-ai", "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