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...
How to delete/add particular embeddings in PG vector
https://api.github.com/repos/langchain-ai/langchain/issues/17340/comments
3
2024-02-09T20:10:48Z
2024-02-16T17:13:48Z
https://github.com/langchain-ai/langchain/issues/17340
2,127,785,140
17,340
[ "hwchase17", "langchain" ]
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: _No response_ ### Idea or request for content: below's the code which i used to get the answer using MultiQueryRe...
returning error like LineList expected dict not int (type=type_error) while using MultiQueryRetriever
https://api.github.com/repos/langchain-ai/langchain/issues/17339/comments
1
2024-02-09T20:05:31Z
2024-02-14T03:34:56Z
https://github.com/langchain-ai/langchain/issues/17339
2,127,778,995
17,339
[ "hwchase17", "langchain" ]
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: _No response_ ### Idea or request for content: below's the code which i tried running ``` retriever = MultiQueryRetrieve...
returning an error like LineList expected dict not int (type=type_error) while using MultiQueryRetriever
https://api.github.com/repos/langchain-ai/langchain/issues/17336/comments
4
2024-02-09T19:18:14Z
2024-02-18T08:32:35Z
https://github.com/langchain-ai/langchain/issues/17336
2,127,720,355
17,336
[ "hwchase17", "langchain" ]
@eyurtsev hello. I'd like to ask a follow up question. the `COSINE` distance strategy is resulting in scores >1.. from this [code](https://github.com/langchain-ai/langchain/blob/023cb59e8aaf3dfaad684b3fcf57a1c363b9abd1/libs/core/langchain_core/vectorstores.py#L184C2-L188C1), it looks like scores returned are calculated...
Question about the Cosine distance strategy
https://api.github.com/repos/langchain-ai/langchain/issues/17333/comments
5
2024-02-09T18:40:28Z
2024-07-02T08:49:16Z
https://github.com/langchain-ai/langchain/issues/17333
2,127,672,239
17,333
[ "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...
asimilarity_search_with_relevance_scores returns NotImplementedError with AzureSearch
https://api.github.com/repos/langchain-ai/langchain/issues/17329/comments
1
2024-02-09T17:14:56Z
2024-05-17T16:08:48Z
https://github.com/langchain-ai/langchain/issues/17329
2,127,547,322
17,329
[ "hwchase17", "langchain" ]
### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to (if applicable). ### Issue with current documentation: Hello, I wrote a code which will use normal/selfquery retieval and doesn't use RetrievalQachain. I want to add chain of th...
can i use chain of thoughts prompt for document retrieval?
https://api.github.com/repos/langchain-ai/langchain/issues/17326/comments
2
2024-02-09T16:32:14Z
2024-02-09T16:41:05Z
https://github.com/langchain-ai/langchain/issues/17326
2,127,480,794
17,326
[ "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 The following code fails during iteration if the custom_parser is explicitly wrapped in a RunnableLambda. ```python from langchain_openai import ChatOpenAI from lang...
Async generator function fails when wrapped in a Runnable Lambda and used in streaming
https://api.github.com/repos/langchain-ai/langchain/issues/17315/comments
2
2024-02-09T14:46:26Z
2024-06-01T00:08:30Z
https://github.com/langchain-ai/langchain/issues/17315
2,127,288,780
17,315
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` llm = OpenAI(temperature=0.2) # Create a retriever for the vector database document_content_description = "Description of a corporate document." metadata_field_info = [ { "name": "document_type", "description": "The type of do...
returning duplicates while retrieving the documents
https://api.github.com/repos/langchain-ai/langchain/issues/17313/comments
2
2024-02-09T13:50:24Z
2024-04-25T09:20:44Z
https://github.com/langchain-ai/langchain/issues/17313
2,127,194,884
17,313
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` llm = OpenAI(temperature=0.2) # Create a retriever for the vector database document_content_description = "Description of a corporate document." metadata_field_info = [ { "name": "document_type", "description": "The type of do...
returning duplicates while retrieving the top k documents
https://api.github.com/repos/langchain-ai/langchain/issues/17310/comments
9
2024-02-09T13:10:50Z
2024-07-01T09:04:18Z
https://github.com/langchain-ai/langchain/issues/17310
2,127,127,974
17,310
[ "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...
Impossible to load chain `lc://chains/qa_with_sources/map-reduce/chain.json`
https://api.github.com/repos/langchain-ai/langchain/issues/17309/comments
1
2024-02-09T12:45:06Z
2024-05-17T16:08:43Z
https://github.com/langchain-ai/langchain/issues/17309
2,127,065,395
17,309
[ "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...
Chat message history with postgres failing when destination table has explicit schema
https://api.github.com/repos/langchain-ai/langchain/issues/17306/comments
9
2024-02-09T10:57:56Z
2024-08-02T11:37:54Z
https://github.com/langchain-ai/langchain/issues/17306
2,126,902,036
17,306
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` llm = OpenAI(temperature=0.2) # Create a retriever for the vector database document_content_description = "Description of a corporate document outlining" metadata_field_info = [ { "name": "document_type", "description": "The t...
how to retriever top k docs in SelfqueryRetriever?
https://api.github.com/repos/langchain-ai/langchain/issues/17301/comments
2
2024-02-09T08:53:21Z
2024-02-09T14:51:46Z
https://github.com/langchain-ai/langchain/issues/17301
2,126,714,532
17,301
[ "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...
Structured chat with GPT3.5 Turbo ValidationError: 1 validation error for RetrieverInput query field required (type=value_error.missing)
https://api.github.com/repos/langchain-ai/langchain/issues/17300/comments
5
2024-02-09T08:25:04Z
2024-05-17T16:08:38Z
https://github.com/langchain-ai/langchain/issues/17300
2,126,678,447
17,300
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` class MyTextSplitter(RecursiveCharacterTextSplitter): def split_documents(self, documents): chunks = super().split_documents(documents) for document, chunk in zip(documents, chunks): chunk.metadata['source'] = document.m...
handle context length in chroma db
https://api.github.com/repos/langchain-ai/langchain/issues/17299/comments
4
2024-02-09T07:27:16Z
2024-02-09T14:52:09Z
https://github.com/langchain-ai/langchain/issues/17299
2,126,613,340
17,299
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` class MyTextSplitter(RecursiveCharacterTextSplitter): def split_documents(self, documents): chunks = super().split_documents(documents) for document, chunk in zip(documents, chunks): chunk.metadata['source'] = document.m...
handling context length in chromadb
https://api.github.com/repos/langchain-ai/langchain/issues/17298/comments
2
2024-02-09T07:23:49Z
2024-02-09T14:53:29Z
https://github.com/langchain-ai/langchain/issues/17298
2,126,609,550
17,298
[ "hwchase17", "langchain" ]
### Issue with current documentation: I'm using a function which again uses RecursiveCharacterTextSplitter in below which's working ``` class MyTextSplitter(RecursiveCharacterTextSplitter): def split_documents(self, documents): chunks = super().split_documents(documents) for document, chunk ...
how to handle the context lengths in ChromaDB?
https://api.github.com/repos/langchain-ai/langchain/issues/17297/comments
1
2024-02-09T07:11:09Z
2024-02-09T14:49:07Z
https://github.com/langchain-ai/langchain/issues/17297
2,126,595,885
17,297
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code i'm using to try for handling longer context lengths ``` # Instantiate the OpenAIEmbeddings class openai = OpenAIEmbeddings(openai_api_key="sk-") # Generate embeddings for your documents documents = [doc for doc in documents] # Create a Chroma vector s...
unable to use embed_documents function for ChromaDB
https://api.github.com/repos/langchain-ai/langchain/issues/17295/comments
1
2024-02-09T06:53:08Z
2024-02-09T14:49:50Z
https://github.com/langchain-ai/langchain/issues/17295
2,126,577,191
17,295
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the FAISS code which i tried to run on for chromadb too, but its not working ``` # Instantiate the OpenAIEmbeddings class openai = OpenAIEmbeddings(openai_api_key="") # Generate embeddings for your documents embeddings = openai.embed_documents([doc.page_content fo...
unable to apply the same code on Chroma db which i've used for FAISS
https://api.github.com/repos/langchain-ai/langchain/issues/17292/comments
6
2024-02-09T06:09:18Z
2024-02-09T14:52:17Z
https://github.com/langchain-ai/langchain/issues/17292
2,126,535,653
17,292
[ "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...
How to set max_output_token for AWS Bedrock Titan text express model?
https://api.github.com/repos/langchain-ai/langchain/issues/17287/comments
18
2024-02-09T03:52:00Z
2024-02-14T04:22:58Z
https://github.com/langchain-ai/langchain/issues/17287
2,126,422,842
17,287
[ "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 executor with memory gives error after final answer
https://api.github.com/repos/langchain-ai/langchain/issues/17269/comments
5
2024-02-08T22:19:52Z
2024-06-18T11:55:39Z
https://github.com/langchain-ai/langchain/issues/17269
2,126,162,650
17,269
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` def _get_len_safe_embeddings( self, texts: List[str], *, engine: str, chunk_size: Optional[int] = None ) -> List[List[float]]: """ Generate length-safe embeddings for a list of texts. This method handles tokenization and embedding ge...
unable to run get_len_safe_embeddings function which i wrote
https://api.github.com/repos/langchain-ai/langchain/issues/17267/comments
2
2024-02-08T22:15:00Z
2024-02-09T14:50:36Z
https://github.com/langchain-ai/langchain/issues/17267
2,126,156,320
17,267
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code i tried to use for handling long context lengths ``` def _get_len_safe_embeddings( self, texts: List[str], *, engine: str, chunk_size: Optional[int] = None ) -> List[List[float]]: """ Generate length-safe embeddings for a list of texts. ...
tried using _get_len_safe_embeddings function, but retuning some issue
https://api.github.com/repos/langchain-ai/langchain/issues/17266/comments
1
2024-02-08T22:05:40Z
2024-02-09T14:48:53Z
https://github.com/langchain-ai/langchain/issues/17266
2,126,145,532
17,266
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code which will load csv, then it'll be loaded into FAISS and will try to get the relevant documents, its not using RecursiveCharacterTextSplitter for chunking as the data is already chunked manually, below's the code ``` # List of file paths for your CSV files cs...
how to split the page_context text which has over length than OpenAI embeddings take?
https://api.github.com/repos/langchain-ai/langchain/issues/17265/comments
1
2024-02-08T21:35:16Z
2024-02-14T03:34:55Z
https://github.com/langchain-ai/langchain/issues/17265
2,126,107,312
17,265
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code which will load csv, then it'll be loaded into FAISS and will try to get the relevant documents, its not using RecursiveCharacterTextSplitter for chunking as the data is already chunked manually, below's the code ``` # List of file paths for your CSV files cs...
how to overcome input context length of OpenAI embeddings without using RecursiveCharacterTextSplitter?
https://api.github.com/repos/langchain-ai/langchain/issues/17264/comments
7
2024-02-08T20:52:57Z
2024-02-14T03:34:55Z
https://github.com/langchain-ai/langchain/issues/17264
2,126,051,745
17,264
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code which loads a CSV file and create a variable documents ``` # List of file paths for your CSV files csv_files = ['1.csv'] # Iterate over the file paths and create a loader for each file loaders = [CSVLoader(file_path=file_path, encoding="utf-8") for file_p...
how to index the data into FAISS without using RecursiveCharacterTextSplitter?
https://api.github.com/repos/langchain-ai/langchain/issues/17262/comments
5
2024-02-08T20:26:36Z
2024-02-14T03:34:54Z
https://github.com/langchain-ai/langchain/issues/17262
2,126,017,010
17,262
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the data which will try to index the data into FAISS using OpenAI embeddings, ``` import pandas as pd from langchain_community.embeddings.openai import OpenAIEmbeddings # Initialize OpenAIEmbeddings openai = OpenAIEmbeddings(openai_api_key="your-openai-api-key") ...
unable to directly index the data into openai embeddings without chunking
https://api.github.com/repos/langchain-ai/langchain/issues/17261/comments
3
2024-02-08T20:11:00Z
2024-02-14T03:34:54Z
https://github.com/langchain-ai/langchain/issues/17261
2,125,991,752
17,261
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code which will use CSVLoader to load the data which has only column named 'Text' and all i want to do is want to index each row of the 'Text' column from your CSV file into the FAISS vector database without re-chunking the data. I also want to handle cases where a sin...
trying to index data into FAISS without using CharacterTextSplitter
https://api.github.com/repos/langchain-ai/langchain/issues/17260/comments
3
2024-02-08T19:55:30Z
2024-02-14T03:34:54Z
https://github.com/langchain-ai/langchain/issues/17260
2,125,966,785
17,260
[ "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...
Temperature for NVIDIA Cloud Function (NVCF) endpoint could not be set to 0
https://api.github.com/repos/langchain-ai/langchain/issues/17257/comments
2
2024-02-08T19:19:00Z
2024-05-17T16:08:33Z
https://github.com/langchain-ai/langchain/issues/17257
2,125,908,914
17,257
[ "hwchase17", "langchain" ]
### Issue with current documentation: I have a data, which has been already chunked in the csv format in column name Text, below's the code and format `one = pd.read_csv('1.csv')[['Text']]` below's the output ``` Text -- AMD L Human Rights Guiding Principles... We commit to... ``` Now, I don't want...
how to directly index the data into FAISS with the data which has been already chunked
https://api.github.com/repos/langchain-ai/langchain/issues/17256/comments
7
2024-02-08T19:10:48Z
2024-02-14T03:34:53Z
https://github.com/langchain-ai/langchain/issues/17256
2,125,894,227
17,256
[ "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...
Invoking agent executor with Google GenerativeAI: AttributeError: module 'google.generativeai' has no attribute 'generate_content'
https://api.github.com/repos/langchain-ai/langchain/issues/17251/comments
3
2024-02-08T17:55:20Z
2024-07-08T16:05:25Z
https://github.com/langchain-ai/langchain/issues/17251
2,125,771,216
17,251
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code which is used for all normal retriver, SelfQuery, MultiQuery and ParentDocument Retriver (same template) ``` # loader = TextLoader('single_text_file.txt') loader = DirectoryLoader(f'/content', glob="./*.pdf", loader_cls=PyPDFLoader) documents = loader.load()...
regarding performances between normal retriver, SelfQuery, MultiQuery and ParentDocument Retriver
https://api.github.com/repos/langchain-ai/langchain/issues/17243/comments
1
2024-02-08T15:40:43Z
2024-02-08T16:54:50Z
https://github.com/langchain-ai/langchain/issues/17243
2,125,484,631
17,243
[ "hwchase17", "langchain" ]
Feature request discussed in https://github.com/langchain-ai/langchain/discussions/17176 Expand `cache` to accept a cache implementation in addition to a bool value: https://github.com/langchain-ai/langchain/blob/00a09e1b7117f3bde14a44748510fcccc95f9de5/libs/core/langchain_core/language_models/chat_models.py#L10...
Enhancement: Add ability to pass local cache to chat models
https://api.github.com/repos/langchain-ai/langchain/issues/17242/comments
1
2024-02-08T15:37:44Z
2024-05-21T16:09:01Z
https://github.com/langchain-ai/langchain/issues/17242
2,125,476,844
17,242
[ "hwchase17", "langchain" ]
### Discussed in https://github.com/langchain-ai/langchain/discussions/16446 <div type='discussions-op-text'> <sup>Originally posted by **jason1315** January 23, 2024</sup> In my project, I need to implement the following logic. Here is a simple: ```python import asyncio from langchain_core.runnables import...
In the astream_log() method, you cannot use the bind method with RunnableLambda.
https://api.github.com/repos/langchain-ai/langchain/issues/17241/comments
1
2024-02-08T15:03:18Z
2024-07-15T16:06:25Z
https://github.com/langchain-ai/langchain/issues/17241
2,125,385,400
17,241
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` child_splitter = RecursiveCharacterTextSplitter(chunk_size=400, chunk_overlap=50) parent_splitter = RecursiveCharacterTextSplitter(chunk_size=1200, chunk_overlap=300) vectorstore = Chroma( collection_name="full_documents", embedding_function=embeddi...
can i use FAISS isntead of Chroma for ParentDocumentRetriver?
https://api.github.com/repos/langchain-ai/langchain/issues/17237/comments
5
2024-02-08T13:40:32Z
2024-02-14T03:34:53Z
https://github.com/langchain-ai/langchain/issues/17237
2,125,216,339
17,237
[ "hwchase17", "langchain" ]
### Issue with current documentation: The function sitemap doesn't fetching, it gives me a empty list. Code: ``` from langchain_community.document_loaders.sitemap import SitemapLoader sitemap_loader = SitemapLoader(web_path="https://langchain.readthedocs.io/sitemap.xml") sitemap_loader.requests_per_second ...
Update documentation for sitemap loader to use correct URL
https://api.github.com/repos/langchain-ai/langchain/issues/17236/comments
1
2024-02-08T12:46:55Z
2024-02-13T00:20:34Z
https://github.com/langchain-ai/langchain/issues/17236
2,125,103,304
17,236
[ "hwchase17", "langchain" ]
### Issue with current documentation: Below's the code ``` loader = DirectoryLoader(f'/content', glob="./*.pdf", loader_cls=PyPDFLoader) documents = loader.load() text_splitter = RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=50) texts = text_spl...
returning wrong source document name
https://api.github.com/repos/langchain-ai/langchain/issues/17233/comments
6
2024-02-08T12:17:21Z
2024-02-09T14:53:47Z
https://github.com/langchain-ai/langchain/issues/17233
2,125,050,901
17,233
[ "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...
Error when setting PostgreSQL search_path using exec_driver_sql in SQLDatabase class
https://api.github.com/repos/langchain-ai/langchain/issues/17231/comments
2
2024-02-08T10:31:05Z
2024-06-12T16:08:01Z
https://github.com/langchain-ai/langchain/issues/17231
2,124,824,598
17,231
[ "hwchase17", "langchain" ]
### Issue with current documentation: https://python.langchain.com/docs/integrations/retrievers/self_query/supabase_self_query Can anyone actually make out the SQL commands? In the studio, jump to the [SQL editor](https://supabase.com/dashboard/project/_/sql/new) and run the following script to enable pgvector a...
poorly formatted SQL commands for pgvector Supabase
https://api.github.com/repos/langchain-ai/langchain/issues/17225/comments
1
2024-02-08T07:28:07Z
2024-02-12T10:23:03Z
https://github.com/langchain-ai/langchain/issues/17225
2,124,517,651
17,225
[ "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...
Documents and queries with bedrock's cohere model should result in different embedding values
https://api.github.com/repos/langchain-ai/langchain/issues/17222/comments
1
2024-02-08T04:56:58Z
2024-05-16T16:09:05Z
https://github.com/langchain-ai/langchain/issues/17222
2,124,359,955
17,222
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. ### Example Code...
The pip install for langchain-pinecone shows error.
https://api.github.com/repos/langchain-ai/langchain/issues/17221/comments
4
2024-02-08T04:56:41Z
2024-02-09T09:56:04Z
https://github.com/langchain-ai/langchain/issues/17221
2,124,359,758
17,221
[ "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...
SQLDatabaseChain, SQLDatabase max_string_length not working
https://api.github.com/repos/langchain-ai/langchain/issues/17212/comments
13
2024-02-08T00:03:42Z
2024-05-21T16:08:56Z
https://github.com/langchain-ai/langchain/issues/17212
2,124,119,799
17,212
[ "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...
os.environ["LANCHAIN_WANDB_TRACING"]="true" doesn't work
https://api.github.com/repos/langchain-ai/langchain/issues/17211/comments
1
2024-02-08T00:02:59Z
2024-05-16T16:08:54Z
https://github.com/langchain-ai/langchain/issues/17211
2,124,119,088
17,211
[ "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_sql_agent ignores custom prefix and suffix if agent_type="zero-shot-react-description"
https://api.github.com/repos/langchain-ai/langchain/issues/17210/comments
4
2024-02-07T23:50:17Z
2024-02-23T18:22:31Z
https://github.com/langchain-ai/langchain/issues/17210
2,124,105,690
17,210
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. ### Example Code...
Web Scrapping: specific cases where it fails to extract any content
https://api.github.com/repos/langchain-ai/langchain/issues/17203/comments
1
2024-02-07T22:30:41Z
2024-05-15T16:08:04Z
https://github.com/langchain-ai/langchain/issues/17203
2,124,008,096
17,203
[ "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...
Can't acces return_intermediate_steps of a tool when dealing with an agent
https://api.github.com/repos/langchain-ai/langchain/issues/17182/comments
1
2024-02-07T14:47:53Z
2024-05-15T16:07:59Z
https://github.com/langchain-ai/langchain/issues/17182
2,123,203,370
17,182
[ "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: [MongoDBAtlasVectorSearch] Fix KeyError 'embedding'
https://api.github.com/repos/langchain-ai/langchain/issues/17177/comments
2
2024-02-07T13:31:02Z
2024-06-08T16:09:40Z
https://github.com/langchain-ai/langchain/issues/17177
2,123,046,146
17,177
[ "hwchase17", "langchain" ]
Can we also update the pricing information for the latest OpenAI models (released 0125)? _Originally posted by @huanvo88 in https://github.com/langchain-ai/langchain/issues/12994#issuecomment-1923687183_
Can we also update the pricing information for the latest OpenAI models (released 0125)?
https://api.github.com/repos/langchain-ai/langchain/issues/17173/comments
3
2024-02-07T12:41:17Z
2024-07-17T16:04:53Z
https://github.com/langchain-ai/langchain/issues/17173
2,122,949,251
17,173
[ "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 "KeyError: 'pk' " while using Milvus DB
https://api.github.com/repos/langchain-ai/langchain/issues/17172/comments
9
2024-02-07T12:37:12Z
2024-06-18T08:05:08Z
https://github.com/langchain-ai/langchain/issues/17172
2,122,942,016
17,172
[ "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 raised by bedrock service: An error occurred (ValidationException) when calling the InvokeModel operation.
https://api.github.com/repos/langchain-ai/langchain/issues/17170/comments
2
2024-02-07T11:10:10Z
2024-06-29T16:07:42Z
https://github.com/langchain-ai/langchain/issues/17170
2,122,775,441
17,170
[ "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: JsonOutputParser's get_format_instructions() Modifying Pydantic Class Schema
https://api.github.com/repos/langchain-ai/langchain/issues/17161/comments
1
2024-02-07T09:03:18Z
2024-02-13T22:41:48Z
https://github.com/langchain-ai/langchain/issues/17161
2,122,518,120
17,161
[ "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...
AgentExecutor giving inconsistent results
https://api.github.com/repos/langchain-ai/langchain/issues/17160/comments
3
2024-02-07T07:34:57Z
2024-02-07T13:41:56Z
https://github.com/langchain-ai/langchain/issues/17160
2,122,370,678
17,160
[ "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...
ValidationError: 1 validation error for VertexAI
https://api.github.com/repos/langchain-ai/langchain/issues/17159/comments
2
2024-02-07T06:32:43Z
2024-02-07T13:42:50Z
https://github.com/langchain-ai/langchain/issues/17159
2,122,288,498
17,159
[ "hwchase17", "langchain" ]
### Issue with current documentation: There is a point of improvement in the import statement included in the following sample code that exists in the Usage. > from langchain_community.llms import OCIGenAI ```py from langchain_community.llms import OCIGenAI # use default authN method API-key llm = OCIGenA...
DOC: some import statement of Oracle Cloud Infrastructure Generative AI can be improved
https://api.github.com/repos/langchain-ai/langchain/issues/17156/comments
3
2024-02-07T05:00:30Z
2024-02-13T06:38:55Z
https://github.com/langchain-ai/langchain/issues/17156
2,122,192,776
17,156
[ "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...
Vectorstore Milvus set auto_id=True seems incompatible with old version
https://api.github.com/repos/langchain-ai/langchain/issues/17147/comments
9
2024-02-07T01:39:21Z
2024-07-07T17:14:57Z
https://github.com/langchain-ai/langchain/issues/17147
2,121,991,274
17,147
[ "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...
Incorrect answers related to tables in the original Llama2 article used in the tutorial
https://api.github.com/repos/langchain-ai/langchain/issues/17140/comments
1
2024-02-07T00:02:38Z
2024-05-15T16:07:49Z
https://github.com/langchain-ai/langchain/issues/17140
2,121,894,168
17,140
[ "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...
Exracting images from PDF Error "pypdf.errors.PdfReadError: Not encrypted file"
https://api.github.com/repos/langchain-ai/langchain/issues/17134/comments
3
2024-02-06T22:17:45Z
2024-07-14T16:05:47Z
https://github.com/langchain-ai/langchain/issues/17134
2,121,762,214
17,134
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. ### Examp...
In the lanchain.vectorstores Pinecone-library, the method from_existing_index() seems broken
https://api.github.com/repos/langchain-ai/langchain/issues/17128/comments
1
2024-02-06T21:25:58Z
2024-05-14T16:08:56Z
https://github.com/langchain-ai/langchain/issues/17128
2,121,692,628
17,128
[ "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: broken docker_tests target
https://api.github.com/repos/langchain-ai/langchain/issues/17111/comments
1
2024-02-06T15:24:36Z
2024-05-14T16:08:50Z
https://github.com/langchain-ai/langchain/issues/17111
2,121,053,514
17,111
[ "hwchase17", "langchain" ]
#11740 new openLLM remote client is not working with langchain.llms.OpenLLM This raises Attribute Error ```AttributeError: 'GenerationOutput' object has no attribute 'responses'``` - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated ...
OpenLLM: GenerationOutput object has no attribute 'responses'
https://api.github.com/repos/langchain-ai/langchain/issues/17108/comments
5
2024-02-06T14:19:16Z
2024-02-22T11:19:05Z
https://github.com/langchain-ai/langchain/issues/17108
2,120,899,339
17,108
[ "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...
Redis vector store using HuggingFaceEmbeddings
https://api.github.com/repos/langchain-ai/langchain/issues/17107/comments
1
2024-02-06T14:07:20Z
2024-05-14T16:08:46Z
https://github.com/langchain-ai/langchain/issues/17107
2,120,871,807
17,107
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. ### Example Code...
SemanticChunker error with single sentence documents
https://api.github.com/repos/langchain-ai/langchain/issues/17106/comments
1
2024-02-06T13:43:40Z
2024-05-14T16:08:40Z
https://github.com/langchain-ai/langchain/issues/17106
2,120,816,919
17,106
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangChain rather than my code. ### Example Code...
Callbacks are not working with SQLDatabaseChain
https://api.github.com/repos/langchain-ai/langchain/issues/17103/comments
1
2024-02-06T12:11:48Z
2024-02-08T03:29:25Z
https://github.com/langchain-ai/langchain/issues/17103
2,120,631,069
17,103
[ "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...
ChatOpenai logprobs not reported despite being set to True in `model_kwargs`
https://api.github.com/repos/langchain-ai/langchain/issues/17101/comments
8
2024-02-06T11:27:50Z
2024-05-20T16:08:45Z
https://github.com/langchain-ai/langchain/issues/17101
2,120,554,426
17,101
[ "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...
Why assign the value of milvus doc.matadatas to insert dict several times?
https://api.github.com/repos/langchain-ai/langchain/issues/17095/comments
4
2024-02-06T08:43:05Z
2024-05-14T16:08:30Z
https://github.com/langchain-ai/langchain/issues/17095
2,120,246,560
17,095
[ "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...
SemanticSimilarityExampleSelector with Chroma return duplicated examples
https://api.github.com/repos/langchain-ai/langchain/issues/17093/comments
1
2024-02-06T08:15:50Z
2024-05-14T16:08:25Z
https://github.com/langchain-ai/langchain/issues/17093
2,120,203,051
17,093
[ "hwchase17", "langchain" ]
### Issue with current documentation: below's the code ``` %%time # query = 'how many are injured and dead in christchurch Mosque?' pdf_file = '/content/documents/Neha Wadikar Resume.pdf' # Define your prompt template prompt_template = """Use the following pieces of information to answer the user's questio...
how metadata_fields_info is helpful in SelfQueryRetrieval?
https://api.github.com/repos/langchain-ai/langchain/issues/17090/comments
5
2024-02-06T06:27:28Z
2024-02-14T03:34:53Z
https://github.com/langchain-ai/langchain/issues/17090
2,120,059,025
17,090
[ "hwchase17", "langchain" ]
### Issue with current documentation: Please write docs for SQLRecordManager ### Idea or request for content: - Supported databases - List of methods - Description of method parameters
DOC: SQLRecordManager documentation does not exist
https://api.github.com/repos/langchain-ai/langchain/issues/17088/comments
9
2024-02-06T05:04:15Z
2024-08-09T16:07:08Z
https://github.com/langchain-ai/langchain/issues/17088
2,119,969,318
17,088
[ "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...
NetworkError when attempting to fetch resource with chain.astream
https://api.github.com/repos/langchain-ai/langchain/issues/17087/comments
1
2024-02-06T04:58:16Z
2024-02-07T03:51:47Z
https://github.com/langchain-ai/langchain/issues/17087
2,119,963,524
17,087
[ "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...
Editable SQL in SQLDatabaseChain
https://api.github.com/repos/langchain-ai/langchain/issues/17071/comments
3
2024-02-05T22:47:34Z
2024-05-15T16:07:39Z
https://github.com/langchain-ai/langchain/issues/17071
2,119,604,240
17,071
[ "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 filtering improvements to support self-querying
https://api.github.com/repos/langchain-ai/langchain/issues/17064/comments
1
2024-02-05T21:36:46Z
2024-05-13T16:10:33Z
https://github.com/langchain-ai/langchain/issues/17064
2,119,498,678
17,064
[ "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...
IndexError: index -1 is out of bounds for axis 0 with size 0 in langchain_experimental
https://api.github.com/repos/langchain-ai/langchain/issues/17060/comments
1
2024-02-05T21:23:13Z
2024-02-06T19:53:11Z
https://github.com/langchain-ai/langchain/issues/17060
2,119,479,277
17,060
[ "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...
Using SurrealDB as a vector store with no metadatas throws a TypeError
https://api.github.com/repos/langchain-ai/langchain/issues/17057/comments
1
2024-02-05T20:29:47Z
2024-04-01T00:45:15Z
https://github.com/langchain-ai/langchain/issues/17057
2,119,403,982
17,057
[ "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 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
[ "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...
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
[ "hwchase17", "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
[ "hwchase17", "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
[ "hwchase17", "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
[ "hwchase17", "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
[ "hwchase17", "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
[ "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 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
[ "hwchase17", "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
[ "hwchase17", "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
[ "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...
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
[ "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 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
[ "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 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
[ "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...
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
[ "hwchase17", "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
[ "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...
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
[ "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...
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
[ "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 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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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
[ "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...
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