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"
] | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to 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 pass botocore.config.Config to BedrockChat (pydantic error: field "config" not yet prepared so type is still a ForwardRef) | https://api.github.com/repos/langchain-ai/langchain/issues/17420/comments | 1 | 2024-02-12T15:56:47Z | 2024-05-20T16:09:25Z | https://github.com/langchain-ai/langchain/issues/17420 | 2,130,433,068 | 17,420 |
[
"langchain-ai",
"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:
-
### Idea or request for content:
below's the code
```
# Categorize documents
documents_dict = {
'amd': Directory... | not able to retrieve metadata from FAISS instance | https://api.github.com/repos/langchain-ai/langchain/issues/17419/comments | 5 | 2024-02-12T15:34:38Z | 2024-02-14T03:34:58Z | https://github.com/langchain-ai/langchain/issues/17419 | 2,130,386,858 | 17,419 |
[
"langchain-ai",
"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:
-
### Idea or request for content:
below's the code
```
faiss_instance = vector_stores['amd'] # Assuming this is your F... | unable to retrieve the metadata of FAISS vector db | https://api.github.com/repos/langchain-ai/langchain/issues/17417/comments | 1 | 2024-02-12T15:21:06Z | 2024-02-14T03:34:57Z | https://github.com/langchain-ai/langchain/issues/17417 | 2,130,359,673 | 17,417 |
[
"langchain-ai",
"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
```
# Categorize documents
documents_dict = {
'cri... | How to load data into vector db and use it retrieval and QA? | https://api.github.com/repos/langchain-ai/langchain/issues/17412/comments | 5 | 2024-02-12T13:58:31Z | 2024-02-14T03:34:57Z | https://github.com/langchain-ai/langchain/issues/17412 | 2,130,198,517 | 17,412 |
[
"langchain-ai",
"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:
below's the code
```
# loader = TextLoader('single_text_file.txt')
loader = DirectoryLoader(f'/content/files', glob=".... | How to create multiple vectorDB's for multiple files, then extract the details/metadata of it in FAISS and Chroma? | https://api.github.com/repos/langchain-ai/langchain/issues/17410/comments | 5 | 2024-02-12T12:59:45Z | 2024-02-14T03:34:57Z | https://github.com/langchain-ai/langchain/issues/17410 | 2,130,090,684 | 17,410 |
[
"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... | OpenAIEmbeddings model argument does not work | https://api.github.com/repos/langchain-ai/langchain/issues/17409/comments | 4 | 2024-02-12T12:59:44Z | 2024-04-06T09:39:41Z | https://github.com/langchain-ai/langchain/issues/17409 | 2,130,090,661 | 17,409 |
[
"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... | APIERROR: PGRST202, can't find function on Supabase pgvector database | https://api.github.com/repos/langchain-ai/langchain/issues/17407/comments | 1 | 2024-02-12T12:22:07Z | 2024-05-20T16:09:19Z | https://github.com/langchain-ai/langchain/issues/17407 | 2,130,026,799 | 17,407 |
[
"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 does conversational buffer memory and llm caching can be used together? | https://api.github.com/repos/langchain-ai/langchain/issues/17402/comments | 13 | 2024-02-12T10:03:33Z | 2024-02-14T01:50:46Z | https://github.com/langchain-ai/langchain/issues/17402 | 2,129,783,031 | 17,402 |
[
"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 get source/Metadata in Pgvector? | https://api.github.com/repos/langchain-ai/langchain/issues/17400/comments | 1 | 2024-02-12T09:50:00Z | 2024-02-14T01:48:56Z | https://github.com/langchain-ai/langchain/issues/17400 | 2,129,758,298 | 17,400 |
[
"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... | LlamaCpp error when a model that was built using a grammar_path is deallocated | https://api.github.com/repos/langchain-ai/langchain/issues/17399/comments | 1 | 2024-02-12T09:43:52Z | 2024-05-20T16:09:14Z | https://github.com/langchain-ai/langchain/issues/17399 | 2,129,747,771 | 17,399 |
[
"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 store QA object in a folder. | https://api.github.com/repos/langchain-ai/langchain/issues/17394/comments | 1 | 2024-02-12T07:26:58Z | 2024-02-14T01:49:02Z | https://github.com/langchain-ai/langchain/issues/17394 | 2,129,559,523 | 17,394 |
[
"langchain-ai",
"langchain"
] | Regarding the discrepancy between the official documentation and my experience, I have checked the versions of langchain and langchain core as suggested:
```python
python -m langchain_core.sys_info
```
The output is as follows:
```python
langchain_core: 0.1.13
langchain: 0.0.340
langchain_comm... | Regarding the discrepancy between the official documentation and my experience, I have checked the versions of langchain and langchain core as suggested: | https://api.github.com/repos/langchain-ai/langchain/issues/17392/comments | 1 | 2024-02-12T07:21:34Z | 2024-05-20T16:09:09Z | https://github.com/langchain-ai/langchain/issues/17392 | 2,129,553,655 | 17,392 |
[
"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... | Milvus VectorStore not returning primary key field value (PK) in Similarity Search document | https://api.github.com/repos/langchain-ai/langchain/issues/17390/comments | 1 | 2024-02-12T06:00:59Z | 2024-02-27T04:43:59Z | https://github.com/langchain-ai/langchain/issues/17390 | 2,129,473,165 | 17,390 |
[
"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... | Custom Callback Handlers does not return data as expected during AgentExecutor runs | https://api.github.com/repos/langchain-ai/langchain/issues/17389/comments | 4 | 2024-02-12T05:43:41Z | 2024-02-12T23:22:21Z | https://github.com/langchain-ai/langchain/issues/17389 | 2,129,457,966 | 17,389 |
[
"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 DataFreame agent streaming issue | https://api.github.com/repos/langchain-ai/langchain/issues/17388/comments | 2 | 2024-02-12T05:33:27Z | 2024-07-09T22:22:24Z | https://github.com/langchain-ai/langchain/issues/17388 | 2,129,450,263 | 17,388 |
[
"langchain-ai",
"langchain"
] | ### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
I am on azure databricks notebook. i am getting this error. i tried different versions of langchain and had no luck. any opini... | Issue about get_type_to_cls_dict in azure databricks notebook | https://api.github.com/repos/langchain-ai/langchain/issues/17384/comments | 5 | 2024-02-12T02:38:48Z | 2024-06-11T16:08:03Z | https://github.com/langchain-ai/langchain/issues/17384 | 2,129,329,631 | 17,384 |
[
"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... | MultiQueryRetriever with bedrock claude | https://api.github.com/repos/langchain-ai/langchain/issues/17382/comments | 3 | 2024-02-11T21:38:03Z | 2024-06-24T19:21:01Z | https://github.com/langchain-ai/langchain/issues/17382 | 2,129,180,857 | 17,382 |
[
"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... | merge_dicts in _merge can't merge different values of instance float and raises a type error | https://api.github.com/repos/langchain-ai/langchain/issues/17376/comments | 4 | 2024-02-11T10:18:31Z | 2024-05-21T16:09:11Z | https://github.com/langchain-ai/langchain/issues/17376 | 2,128,927,696 | 17,376 |
[
"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... | Amadeus searchflight not working | https://api.github.com/repos/langchain-ai/langchain/issues/17375/comments | 5 | 2024-02-11T01:38:03Z | 2024-03-07T01:24:06Z | https://github.com/langchain-ai/langchain/issues/17375 | 2,128,789,064 | 17,375 |
[
"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... | Keep getting AuthenticationError: Error code: 401 - {'statusCode': 401, 'message': 'Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired.'} | https://api.github.com/repos/langchain-ai/langchain/issues/17373/comments | 6 | 2024-02-10T22:50:16Z | 2024-07-22T15:25:14Z | https://github.com/langchain-ai/langchain/issues/17373 | 2,128,743,120 | 17,373 |
[
"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... | gRPC error with Milvus retriever | https://api.github.com/repos/langchain-ai/langchain/issues/17371/comments | 2 | 2024-02-10T20:01:16Z | 2024-06-19T16:07:03Z | https://github.com/langchain-ai/langchain/issues/17371 | 2,128,696,829 | 17,371 |
[
"langchain-ai",
"langchain"
] | ### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
On the official documentation page for "Modules -> Agents -> Agent Types -> OpenAI assistants" (https://python.langchain.com/d... | Correction Needed in OpenAI Assistants Example on Official Documentation | https://api.github.com/repos/langchain-ai/langchain/issues/17367/comments | 4 | 2024-02-10T14:33:55Z | 2024-02-11T13:33:33Z | https://github.com/langchain-ai/langchain/issues/17367 | 2,128,498,821 | 17,367 |
[
"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... | Bug Encountered in OpenLLM invoke method: TypeError with client's config | https://api.github.com/repos/langchain-ai/langchain/issues/17362/comments | 1 | 2024-02-10T05:40:29Z | 2024-05-18T16:07:48Z | https://github.com/langchain-ai/langchain/issues/17362 | 2,128,119,760 | 17,362 |
[
"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 get IDs of documents stored in postgres pgvector | https://api.github.com/repos/langchain-ai/langchain/issues/17361/comments | 9 | 2024-02-10T05:21:56Z | 2024-07-19T18:59:09Z | https://github.com/langchain-ai/langchain/issues/17361 | 2,128,105,436 | 17,361 |
[
"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... | $JSON_BLOB ```Invalid or incomplete response - ChatHuggingFace.. Langchain | https://api.github.com/repos/langchain-ai/langchain/issues/17356/comments | 8 | 2024-02-10T03:13:11Z | 2024-02-10T19:26:19Z | https://github.com/langchain-ai/langchain/issues/17356 | 2,128,067,649 | 17,356 |
[
"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... | MultiQueryRetriever is failing | https://api.github.com/repos/langchain-ai/langchain/issues/17352/comments | 13 | 2024-02-09T23:57:05Z | 2024-05-13T10:21:47Z | https://github.com/langchain-ai/langchain/issues/17352 | 2,127,990,898 | 17,352 |
[
"langchain-ai",
"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's present in the latest MultiQueryRetriever documentat... | MultiQueryRetriever documentation code is not executing | https://api.github.com/repos/langchain-ai/langchain/issues/17343/comments | 5 | 2024-02-09T21:16:25Z | 2024-02-12T22:07:02Z | https://github.com/langchain-ai/langchain/issues/17343 | 2,127,859,163 | 17,343 |
[
"langchain-ai",
"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 directly took from MultiQueryRetriever LangChain doc... | MultiQueryRetriever documentation code itself is not executing | https://api.github.com/repos/langchain-ai/langchain/issues/17342/comments | 7 | 2024-02-09T20:23:23Z | 2024-02-12T22:06:47Z | https://github.com/langchain-ai/langchain/issues/17342 | 2,127,799,180 | 17,342 |
[
"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 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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"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
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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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 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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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_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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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: [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 |
[
"langchain-ai",
"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 |
[
"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 "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 |
[
"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 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 |
[
"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: 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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: 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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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... | 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 |
[
"langchain-ai",
"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 |
[
"langchain-ai",
"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 |
[
"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... | 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 |
[
"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... | 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 |
[
"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 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 |
[
"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... | 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 |
[
"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... | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.