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. ### Example Code ```python found_response_schemas = [ ResponseSchema(name="ans...
mathematical scaling of RAG chain
https://api.github.com/repos/langchain-ai/langchain/issues/16181/comments
1
2024-01-18T05:51:52Z
2024-01-22T23:01:53Z
https://github.com/langchain-ai/langchain/issues/16181
2,087,559,416
16,181
[ "hwchase17", "langchain" ]
### Issue with current documentation: import os import qdrant_client from dotenv import load_dotenv from langchain.chains import RetrievalQA from langchain.embeddings.huggingface import HuggingFaceInstructEmbeddings from langchain.llms import OpenAI from langchain.vectorstores import Qdrant os.environ['OPENAI...
How can I embed chat logs into the specified collection 'QDRANT_COLLECTION_NAME' in Qrdant, and what approach should I use to write the chain for short-term memory?
https://api.github.com/repos/langchain-ai/langchain/issues/16179/comments
1
2024-01-18T05:22:40Z
2024-04-25T16:12:43Z
https://github.com/langchain-ai/langchain/issues/16179
2,087,527,966
16,179
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code none ### Description In the HOME directory of the langchain sourc...
No file/folder found for package langchain-monorepo
https://api.github.com/repos/langchain-ai/langchain/issues/16170/comments
3
2024-01-18T01:24:10Z
2024-07-01T16:04:49Z
https://github.com/langchain-ai/langchain/issues/16170
2,087,297,421
16,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. ### Example Code ``` def createAgent(): pinecone.init(environment="gcp-s...
Chroma and Pinecone provide totally different results even when created with the same document set.
https://api.github.com/repos/langchain-ai/langchain/issues/16166/comments
3
2024-01-18T00:16:00Z
2024-05-03T16:06:00Z
https://github.com/langchain-ai/langchain/issues/16166
2,087,233,605
16,166
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I have noticed that the prompt produced by LangChain when u...
Improper chat_template when using Ollama
https://api.github.com/repos/langchain-ai/langchain/issues/16165/comments
3
2024-01-17T23:17:06Z
2024-04-25T16:23:12Z
https://github.com/langchain-ai/langchain/issues/16165
2,087,170,268
16,165
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The bug was found by trying to install [jupyter-ai](https://github....
Geopandas and Langchain blocking issue.
https://api.github.com/repos/langchain-ai/langchain/issues/16156/comments
2
2024-01-17T19:08:48Z
2024-07-31T04:26:52Z
https://github.com/langchain-ai/langchain/issues/16156
2,086,808,660
16,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. ### Example Code ``` pip install langchain langchain-community langchain-core lang...
Dependency issues with Spark toolkit examples
https://api.github.com/repos/langchain-ai/langchain/issues/16151/comments
1
2024-01-17T17:37:23Z
2024-04-24T16:52:26Z
https://github.com/langchain-ai/langchain/issues/16151
2,086,661,037
16,151
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code llm = SagemakerEndpoint( endpoint_name=endpoint_name, ...
Inference Component Name header is required (SageMaker RedShift Flan T5)
https://api.github.com/repos/langchain-ai/langchain/issues/16150/comments
2
2024-01-17T17:11:42Z
2024-01-22T23:34:55Z
https://github.com/langchain-ai/langchain/issues/16150
2,086,621,372
16,150
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The following code: ``` from langchain.vectorstores import PGV...
Missing unpack operator for or_clause in pgvector document filter
https://api.github.com/repos/langchain-ai/langchain/issues/16146/comments
2
2024-01-17T15:18:55Z
2024-01-17T17:19:16Z
https://github.com/langchain-ai/langchain/issues/16146
2,086,414,888
16,146
[ "hwchase17", "langchain" ]
### Issue with current documentation: This is no documentation about QAGenerationChain in langchain.evaluation.qa I used `from langchain.evaluation.qa import QAGenerateChain` to run evaluation using LLM-generated examples. I tried to find documentation regarding the QAGenerateChain and found none. Even in [a...
DOC: No documentation about QAGenerationChain in langchain.evaluation.qa
https://api.github.com/repos/langchain-ai/langchain/issues/16145/comments
1
2024-01-17T14:46:57Z
2024-04-24T16:52:22Z
https://github.com/langchain-ai/langchain/issues/16145
2,086,351,099
16,145
[ "hwchase17", "langchain" ]
### Feature request like from langchain.output_parsers import OutputFixingParser fix_parser = OutputFixingParser.from_llm(llm, parser) chain= chat_template | llm | parser |fix_parser ### Motivation I think OutputFixing should be in the process of generating content in a specific format. ### Your contributio...
i want to add OutputFixingParser in LCEL chain
https://api.github.com/repos/langchain-ai/langchain/issues/16140/comments
1
2024-01-17T12:35:21Z
2024-04-24T16:49:52Z
https://github.com/langchain-ai/langchain/issues/16140
2,086,101,220
16,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. ### Example Code The chain is defined as: ```python retriever_chain = create_retri...
Return Source Documents in LECL
https://api.github.com/repos/langchain-ai/langchain/issues/16136/comments
5
2024-01-17T10:43:29Z
2024-02-06T04:32:30Z
https://github.com/langchain-ai/langchain/issues/16136
2,085,909,062
16,136
[ "hwchase17", "langchain" ]
### Feature request We should be able to pass some extra parameters to `ElasticsearchStore` in form of kwargs or predefined parameters. For example, to allow usage of `RequestsHttpNode` that takes `https_proxy` / `http_proxy` / `no_proxy` env variables. ### Motivation In some cases, all the external calls t...
ElasticsearchStore does not accept proxy
https://api.github.com/repos/langchain-ai/langchain/issues/16135/comments
2
2024-01-17T10:17:26Z
2024-05-08T16:07:04Z
https://github.com/langchain-ai/langchain/issues/16135
2,085,861,615
16,135
[ "hwchase17", "langchain" ]
<peek> ``` below is my code :- def regenerate_custom_prompt(new_project_qa,chroma_db_path,query,name,not_uuid): check = query.lower() relevant_document = new_project_qa.get_relevant_documents(query=query) context_text="\n\n---\n\n".join([doc.page_content for doc in relevant_document]) #...
How is multiquery retreiver implemented with RAG?
https://api.github.com/repos/langchain-ai/langchain/issues/16134/comments
1
2024-01-17T10:01:04Z
2024-05-08T16:06:59Z
https://github.com/langchain-ai/langchain/issues/16134
2,085,829,150
16,134
[ "hwchase17", "langchain" ]
### Feature request Allow manual definition of embedding column length in PGVector ### Motivation Right now embeddings stores in PGVector are initialised with: `embedding: Vector = sqlalchemy.Column(Vector(None))` This won't allow indexing of the DB ([https://learn.microsoft.com/en-us/azure/postgresql/flexible-ser...
Implement vector length definition at init time in PGVector for indexing
https://api.github.com/repos/langchain-ai/langchain/issues/16132/comments
2
2024-01-17T09:31:57Z
2024-04-27T16:24:43Z
https://github.com/langchain-ai/langchain/issues/16132
2,085,775,436
16,132
[ "hwchase17", "langchain" ]
### Issue with current documentation: https://python.langchain.com/docs/langgraph The paragraph under "Examples": > > Modifications > > We also have a lot of examples highlighting how to slightly modify the base chat agent executor. These all build off the [getting started notebook](https://python.langchai...
DOC: Dead link in langgraph docs
https://api.github.com/repos/langchain-ai/langchain/issues/16131/comments
1
2024-01-17T09:28:12Z
2024-04-24T16:42:57Z
https://github.com/langchain-ai/langchain/issues/16131
2,085,768,721
16,131
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` db = SQLDatabase.from_uri( 'vertica+vertica_pytho...
SQLDatabase.from_uri Throws an error when used with Vertica
https://api.github.com/repos/langchain-ai/langchain/issues/16129/comments
4
2024-01-17T09:09:24Z
2024-04-30T16:28:51Z
https://github.com/langchain-ai/langchain/issues/16129
2,085,735,570
16,129
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The following code follows the example from [langchain docs](https:...
PydanticOutputParser ` ValidationError: Field required [type=missing,' for an Optional field
https://api.github.com/repos/langchain-ai/langchain/issues/16123/comments
2
2024-01-17T06:51:10Z
2024-06-08T16:09:10Z
https://github.com/langchain-ai/langchain/issues/16123
2,085,521,161
16,123
[ "hwchase17", "langchain" ]
### Issue with current documentation: import os from langchain_community.chat_models import ChatOpenAI from langchain.schema import Document from langchain_community.embeddings import HuggingFaceEmbeddings from langchain_community.vectorstores import Qdrant from langchain.chains import ConversationChain from lan...
Why can't test117 be retrieved by vector and provide replies for reference to achieve long-term memory?
https://api.github.com/repos/langchain-ai/langchain/issues/16121/comments
1
2024-01-17T06:29:33Z
2024-04-24T16:47:45Z
https://github.com/langchain-ai/langchain/issues/16121
2,085,484,831
16,121
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python llm = VertexAI(model_name='gemini-pro', max_output_token...
structured output parser on ChatPromptTemplate.from_template()
https://api.github.com/repos/langchain-ai/langchain/issues/16114/comments
11
2024-01-17T00:34:20Z
2024-01-17T05:09:20Z
https://github.com/langchain-ai/langchain/issues/16114
2,085,185,440
16,114
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code This code: ```python def parse(output): # If no fu...
JSONDecodeError: Invalid control character at: line 2 column 631 (char 632) when using langchain new agent
https://api.github.com/repos/langchain-ai/langchain/issues/16102/comments
5
2024-01-16T18:04:37Z
2024-05-02T16:05:24Z
https://github.com/langchain-ai/langchain/issues/16102
2,084,539,156
16,102
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python from langchain_community.vectorstores.redis import Redis...
RedisVectorStoreRetriever similarity search similarity_distance_threshold is not implemented asyncronously
https://api.github.com/repos/langchain-ai/langchain/issues/16099/comments
1
2024-01-16T17:19:05Z
2024-04-23T16:57:21Z
https://github.com/langchain-ai/langchain/issues/16099
2,084,474,502
16,099
[ "hwchase17", "langchain" ]
### Feature request When using `MessagesPlaceholder`, it always includes all messages. For some prompts I want the full message history, but for others, I want to limit it to just the most recent few messages. This can be accomplished with `ConversationBufferWindowMemory`, but that limits the memory storage which ...
Allow MessagesPlaceholder to include a maximum number of messages
https://api.github.com/repos/langchain-ai/langchain/issues/16096/comments
1
2024-01-16T16:48:18Z
2024-04-23T17:00:55Z
https://github.com/langchain-ai/langchain/issues/16096
2,084,423,853
16,096
[ "hwchase17", "langchain" ]
### Feature request This feature request adds support for NVIDIA NeMo embedding models. ### Motivation I am constantly in need of custom embedding models like Embedding models from NeMo. ### Your contribution I will open a PR to add support for this.
Embedding for NVIDIA NeMo
https://api.github.com/repos/langchain-ai/langchain/issues/16095/comments
1
2024-01-16T16:46:07Z
2024-04-23T17:02:50Z
https://github.com/langchain-ai/langchain/issues/16095
2,084,420,246
16,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. ### Example Code ``` Python from langchain_community.document_loaders import Direc...
PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
https://api.github.com/repos/langchain-ai/langchain/issues/16085/comments
8
2024-01-16T13:44:40Z
2024-05-21T03:03:06Z
https://github.com/langchain-ai/langchain/issues/16085
2,083,997,805
16,085
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I have omitted as much as possible irrelevant portions: ...
ConversationalRetrievalChain with ChatGoogleGenerativeAI performs poorly
https://api.github.com/repos/langchain-ai/langchain/issues/16081/comments
2
2024-01-16T12:21:54Z
2024-04-23T17:21:35Z
https://github.com/langchain-ai/langchain/issues/16081
2,083,828,687
16,081
[ "hwchase17", "langchain" ]
### Feature request I would like to use the research assistant template with OpenAI models on Azure. Can this be integrated into the template somehow ? I can of course modify the code post template expansion (ChatOpenAI -> AzureChatOpenAI etc.), but that would be lost upon changes / enhancements to the templates. ###...
Make research assistant template work with OpenAI models on AzureAI
https://api.github.com/repos/langchain-ai/langchain/issues/16079/comments
1
2024-01-16T10:56:49Z
2024-04-23T17:00:49Z
https://github.com/langchain-ai/langchain/issues/16079
2,083,642,796
16,079
[ "hwchase17", "langchain" ]
### Issue with current documentation: import os from docarray.index.backends.qdrant import qdrant_client from langchain.schema import Document from langchain_community.embeddings import HuggingFaceEmbeddings from langchain_community.vectorstores import Qdrant from qdrant_client import QdrantClient from langchain...
Why can't the response refer to the vector data of the historical conversation in test116 for achieving long-term memory in replies?
https://api.github.com/repos/langchain-ai/langchain/issues/16074/comments
1
2024-01-16T09:10:31Z
2024-04-23T16:59:32Z
https://github.com/langchain-ai/langchain/issues/16074
2,083,390,517
16,074
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code This code gives me an weird error: ``` from langchain_c...
Input to ChatPromptTemplate is missing variables {'input', 'agent_scratchpad'}. Expected: ['agent_scratchpad', 'input']
https://api.github.com/repos/langchain-ai/langchain/issues/16073/comments
6
2024-01-16T07:31:25Z
2024-07-05T11:31:03Z
https://github.com/langchain-ai/langchain/issues/16073
2,083,177,951
16,073
[ "hwchase17", "langchain" ]
### Checked other resources - [x] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ` llm = AzureChatOpenAI( openai_api_ver...
Issue will function calling using Langchain, incase of OpenAI it works fine
https://api.github.com/repos/langchain-ai/langchain/issues/16069/comments
2
2024-01-16T06:59:33Z
2024-04-23T17:04:42Z
https://github.com/langchain-ai/langchain/issues/16069
2,083,138,870
16,069
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```bash qa_system_prompt = """Note\ Make sure...
Created a RAG with history it's working but not following the prompt instructions properly
https://api.github.com/repos/langchain-ai/langchain/issues/16068/comments
8
2024-01-16T06:08:41Z
2024-01-20T07:08:20Z
https://github.com/langchain-ai/langchain/issues/16068
2,083,083,972
16,068
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code db_chain = SQLDatabaseChain.from_llm(llm, db, verbose=True, return_...
how to save plots/graphs when using PythonREPLTool in langchain experimental
https://api.github.com/repos/langchain-ai/langchain/issues/16067/comments
10
2024-01-16T05:39:37Z
2024-08-05T16:07:51Z
https://github.com/langchain-ai/langchain/issues/16067
2,083,056,200
16,067
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python from langchain_google_genai import ChatGoogleGenerativeA...
500 Internal Error when using google genai langchain with agents
https://api.github.com/repos/langchain-ai/langchain/issues/16066/comments
2
2024-01-16T05:06:54Z
2024-07-28T19:30:45Z
https://github.com/langchain-ai/langchain/issues/16066
2,083,029,208
16,066
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python llm = VertexAI(model_name='gemini-pro', max_output_token...
multiple prompt in a single RAG chain
https://api.github.com/repos/langchain-ai/langchain/issues/16063/comments
4
2024-01-16T03:49:37Z
2024-07-03T05:43:47Z
https://github.com/langchain-ai/langchain/issues/16063
2,082,970,379
16,063
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python template = """ **Role:** You are a helpful assistant. ...
inconsistent performance of langchain rag
https://api.github.com/repos/langchain-ai/langchain/issues/16056/comments
3
2024-01-16T00:53:43Z
2024-01-16T03:40:22Z
https://github.com/langchain-ai/langchain/issues/16056
2,082,852,718
16,056
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` # No code provided # LangSmith trace link in Descript...
In RunnableSequence Action input / tool_input incorrectly set, ultimately causing incorrect answers, results
https://api.github.com/repos/langchain-ai/langchain/issues/16042/comments
6
2024-01-15T17:04:57Z
2024-01-23T09:17:55Z
https://github.com/langchain-ai/langchain/issues/16042
2,082,409,723
16,042
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I implemented a custom retriever like this: ``` class CustomUse...
RetrievalQAWithSourcesChain result sources is not deterministic
https://api.github.com/repos/langchain-ai/langchain/issues/16038/comments
1
2024-01-15T15:26:14Z
2024-04-22T16:38:56Z
https://github.com/langchain-ai/langchain/issues/16038
2,082,253,988
16,038
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code This is a minor issue with metadata for pip. I opened a ticket agai...
langchain 0.0.27 should NOT be installed on python 3.6.5
https://api.github.com/repos/langchain-ai/langchain/issues/16037/comments
3
2024-01-15T14:54:25Z
2024-01-15T23:26:19Z
https://github.com/langchain-ai/langchain/issues/16037
2,082,196,329
16,037
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` embeddings = HuggingFaceEmbeddings( model_name="mistralai...
Using faiss.from_documents require tokenizer pad_token
https://api.github.com/repos/langchain-ai/langchain/issues/16036/comments
3
2024-01-15T14:44:21Z
2024-06-20T16:06:33Z
https://github.com/langchain-ai/langchain/issues/16036
2,082,177,846
16,036
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` Python # Chunking the sentence with fixed size from langchain...
AttributeError: 'list' object has no attribute 'embed_query'
https://api.github.com/repos/langchain-ai/langchain/issues/16034/comments
1
2024-01-15T14:11:22Z
2024-04-22T16:39:52Z
https://github.com/langchain-ai/langchain/issues/16034
2,082,115,236
16,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. ### Example Code My code was fully working till i updated from 0.0.259 to 0.1.0 lang...
ElasticVectorSearch Error similarity_search openai.NotFoundError: Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}}
https://api.github.com/repos/langchain-ai/langchain/issues/16032/comments
3
2024-01-15T13:03:17Z
2024-04-22T16:32:13Z
https://github.com/langchain-ai/langchain/issues/16032
2,081,995,442
16,032
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code pip install langchain-google-genai ### Description I am trying to...
Unable to install langchain-google-genai
https://api.github.com/repos/langchain-ai/langchain/issues/16029/comments
1
2024-01-15T11:47:08Z
2024-04-22T16:32:09Z
https://github.com/langchain-ai/langchain/issues/16029
2,081,867,005
16,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. ### Example Code ```llm = LlamaCpp(model_path=model_loc, n_ctx=0, verbose=True, n_gp...
Multiple GPU - Degradation over time
https://api.github.com/repos/langchain-ai/langchain/issues/16027/comments
3
2024-01-15T11:21:31Z
2024-04-22T16:36:46Z
https://github.com/langchain-ai/langchain/issues/16027
2,081,826,200
16,027
[ "hwchase17", "langchain" ]
### Issue with current documentation: https://python.langchain.com/docs/integrations/text_embedding/together import is incorrect in documentation ```python from langchain_together.embeddings import TogetherEmbeddings embeddings = TogetherEmbeddings(model="togethercomputer/m2-bert-80M-8k-retrieval") ``` ### I...
DOC: <Please write a comprehensive title after the 'DOC: ' prefix>
https://api.github.com/repos/langchain-ai/langchain/issues/16026/comments
1
2024-01-15T10:46:12Z
2024-04-22T16:39:44Z
https://github.com/langchain-ai/langchain/issues/16026
2,081,765,188
16,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. ### Example Code Following code in https://github.com/langchain-ai/langchain/blob/ma...
langchain_community: SQL Database - Don't assume "PostgreSQL" in the else
https://api.github.com/repos/langchain-ai/langchain/issues/16023/comments
2
2024-01-15T10:22:57Z
2024-04-22T16:39:41Z
https://github.com/langchain-ai/langchain/issues/16023
2,081,714,878
16,023
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` from langchain.embeddings import HuggingFaceEmbeddings neo4j_...
SessionExpired: Failed to read from defunct connection IPv4Address(('ae3cd622.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('34.126.64.110', 7687)))
https://api.github.com/repos/langchain-ai/langchain/issues/16021/comments
1
2024-01-15T09:50:22Z
2024-01-17T08:18:48Z
https://github.com/langchain-ai/langchain/issues/16021
2,081,650,878
16,021
[ "hwchase17", "langchain" ]
### Issue with current documentation: import os from langchain.chat_models import ChatOpenAI from langchain.chains import ConversationalRetrievalChain from langchain.memory import ConversationTokenBufferMemory from langchain_community.embeddings import HuggingFaceEmbeddings from langchain_community.vectorstores.q...
retriever=retriever has a yellow underline, unable to perform the retrieval of vector database function
https://api.github.com/repos/langchain-ai/langchain/issues/16014/comments
2
2024-01-15T01:53:38Z
2024-04-22T16:44:30Z
https://github.com/langchain-ai/langchain/issues/16014
2,081,104,570
16,014
[ "hwchase17", "langchain" ]
### Issue with current documentation: I'm basically running the same code as [Weaviate Hybrid Search](https://python.langchain.com/docs/integrations/retrievers/weaviate-hybrid): ```python import os import dotenv import weaviate from langchain.retrievers.weaviate_hybrid_search import WeaviateHybridSearchRetr...
WeaviateHybridSearchRetriever docs result in error
https://api.github.com/repos/langchain-ai/langchain/issues/16008/comments
2
2024-01-14T20:14:55Z
2024-04-21T17:18:52Z
https://github.com/langchain-ai/langchain/issues/16008
2,080,881,498
16,008
[ "hwchase17", "langchain" ]
### Issue with current documentation: The [Weaviate docs](https://python.langchain.com/docs/integrations/vectorstores/weaviate) just show examples of using `Weaviate.from_documents()` or `Weaviate.from_texts()`, but do not describe how to use an existing database with embedded documents already stored in the database....
unclear docs for using existing Weaviate database
https://api.github.com/repos/langchain-ai/langchain/issues/16007/comments
6
2024-01-14T19:34:08Z
2024-05-22T15:02:33Z
https://github.com/langchain-ai/langchain/issues/16007
2,080,868,064
16,007
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` from langchain import hub from langchain.agents import crea...
KeyError: 'intermediate_steps' when using Wikipedia tool within the create_react_agent function
https://api.github.com/repos/langchain-ai/langchain/issues/16006/comments
3
2024-01-14T18:20:13Z
2024-01-16T20:35:08Z
https://github.com/langchain-ai/langchain/issues/16006
2,080,840,998
16,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. ### Example Code using python and FastAPI ``` async def websocket_handler(websock...
Status is Pending Forever while using a websocket connection (py & FastAPI)
https://api.github.com/repos/langchain-ai/langchain/issues/16004/comments
1
2024-01-14T15:59:22Z
2024-04-21T16:17:42Z
https://github.com/langchain-ai/langchain/issues/16004
2,080,785,194
16,004
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code None ### Description * I am using the `AzureChatOpenAI` integrati...
LLM cache includes `azure_ad_token` in caching key which may frequently change across identical requests.
https://api.github.com/repos/langchain-ai/langchain/issues/16000/comments
2
2024-01-14T11:52:00Z
2024-04-30T16:14:05Z
https://github.com/langchain-ai/langchain/issues/16000
2,080,696,735
16,000
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code Not applicable ### Description The pyproject.toml files of the la...
Langchain partner libraries (langchain-openai etc.) missing license field pyproject.toml files
https://api.github.com/repos/langchain-ai/langchain/issues/15998/comments
1
2024-01-14T11:27:54Z
2024-04-21T16:28:52Z
https://github.com/langchain-ai/langchain/issues/15998
2,080,688,723
15,998
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The followiwng simple example will log the warning: ```python f...
The `dict` method is deprecated; use `model_dump` instead [pydantic]
https://api.github.com/repos/langchain-ai/langchain/issues/15997/comments
1
2024-01-14T02:06:34Z
2024-04-21T17:39:23Z
https://github.com/langchain-ai/langchain/issues/15997
2,080,548,669
15,997
[ "hwchase17", "langchain" ]
### Feature request Support Cloudflare AI Gateway's endpoint `https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY` See https://developers.cloudflare.com/ai-gateway/providers/universal/ ### Motivation CF Workers AI (https://developers.cloudflare.com/workers-ai/get-started/rest-api/) is currently support...
[Feature Request] Cloudflare AI Gateway
https://api.github.com/repos/langchain-ai/langchain/issues/15993/comments
1
2024-01-13T22:08:54Z
2024-04-20T16:29:38Z
https://github.com/langchain-ai/langchain/issues/15993
2,080,492,504
15,993
[ "hwchase17", "langchain" ]
### Feature request Add the 'id' attribute to the Document class. Or add a method to get id. ### Motivation Adding an 'id' attribute makes data manipulation easier. When using the Weaviate database, I need to manually set additional parameters to query the 'id', and it's not convenient to use. ### Your contributio...
Add the 'id' attribute to the Document class.
https://api.github.com/repos/langchain-ai/langchain/issues/15982/comments
2
2024-01-13T06:21:14Z
2024-04-20T16:29:32Z
https://github.com/langchain-ai/langchain/issues/15982
2,080,122,853
15,982
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code qa_chain = ( RunnablePassthrough.assign(context=( lamb...
not able to use local llm endpoints in chains
https://api.github.com/repos/langchain-ai/langchain/issues/15981/comments
2
2024-01-13T06:07:52Z
2024-04-20T16:23:22Z
https://github.com/langchain-ai/langchain/issues/15981
2,080,118,556
15,981
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code from langchain_community.embeddings import HuggingFaceHubEm...
Bug in langchain_community/embeddings/huggingface_hub.py HuggingFaceHubEmbeddings.embed_query
https://api.github.com/repos/langchain-ai/langchain/issues/15969/comments
7
2024-01-12T21:50:53Z
2024-04-23T17:11:59Z
https://github.com/langchain-ai/langchain/issues/15969
2,079,773,966
15,969
[ "hwchase17", "langchain" ]
### Issue with current documentation: I wasn't able to follow the [quick start guide](https://python.langchain.com/docs/get_started/quickstart) because of a dependency issue. Everything was going well until I tried to install Faiss. ### Idea or request for content: My experience trying to follow langchain quick sta...
DOC: Quickstart
https://api.github.com/repos/langchain-ai/langchain/issues/15965/comments
6
2024-01-12T19:27:42Z
2024-05-17T17:44:32Z
https://github.com/langchain-ai/langchain/issues/15965
2,079,554,933
15,965
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code qa_chain = ( RunnablePassthrough.assign(context=( lamb...
Runnable error
https://api.github.com/repos/langchain-ai/langchain/issues/15960/comments
3
2024-01-12T17:35:06Z
2024-04-19T16:20:00Z
https://github.com/langchain-ai/langchain/issues/15960
2,079,356,436
15,960
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code multiquery_llm_retriever = MultiQueryRetriever.from_llm( ...
generate_queries results in list with empty inbetween generated questions.
https://api.github.com/repos/langchain-ai/langchain/issues/15959/comments
2
2024-01-12T16:46:16Z
2024-07-19T17:13:13Z
https://github.com/langchain-ai/langchain/issues/15959
2,079,265,947
15,959
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python prompt_template = ("Human: Say hello to the user using t...
Input or output validation errors are not reported to run manager
https://api.github.com/repos/langchain-ai/langchain/issues/15954/comments
2
2024-01-12T15:10:12Z
2024-02-15T13:21:46Z
https://github.com/langchain-ai/langchain/issues/15954
2,079,064,234
15,954
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I run this in google colab and get error: ``` !pip3 insta...
1 validation error for LlamaCpp __root__ Could not load Llama model from path
https://api.github.com/repos/langchain-ai/langchain/issues/15950/comments
4
2024-01-12T14:18:25Z
2024-07-30T16:05:46Z
https://github.com/langchain-ai/langchain/issues/15950
2,078,943,521
15,950
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I want to create an OpenAI assistant using an existing ID, ...
OpenAIAssistantRunnable raise exception when pass client
https://api.github.com/repos/langchain-ai/langchain/issues/15948/comments
2
2024-01-12T14:08:14Z
2024-01-25T23:26:52Z
https://github.com/langchain-ai/langchain/issues/15948
2,078,924,254
15,948
[ "hwchase17", "langchain" ]
qa = RetrievalQA.from_chain_type(llm=llm, chain_type='stuff', retriever=retriever, return_source_documents=True, chain_type_kwargs={'prompt': prompt}, ...
is Retreival QA returning True result when I am implementing RAG
https://api.github.com/repos/langchain-ai/langchain/issues/15945/comments
1
2024-01-12T11:52:06Z
2024-04-19T16:20:24Z
https://github.com/langchain-ai/langchain/issues/15945
2,078,677,181
15,945
[ "hwchase17", "langchain" ]
### Discussed in https://github.com/langchain-ai/langchain/discussions/15877 <div type='discussions-op-text'> <sup>Originally posted by **arthurbrenno** January 11, 2024</sup> I'm trying to make a **generalized method** that **works with any vector database**, so I can **change the implementation** later. The ma...
Making a generalized method to ingest documents in any vector database.
https://api.github.com/repos/langchain-ai/langchain/issues/15944/comments
1
2024-01-12T11:22:20Z
2024-07-01T16:04:44Z
https://github.com/langchain-ai/langchain/issues/15944
2,078,621,814
15,944
[ "hwchase17", "langchain" ]
<code> def set_custom_prompt(): 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 to make up an answer. Context: {context} Question: {question} Only return the helpful answer below a...
getting error while implementing memory
https://api.github.com/repos/langchain-ai/langchain/issues/15938/comments
2
2024-01-12T09:22:41Z
2024-04-23T17:00:47Z
https://github.com/langchain-ai/langchain/issues/15938
2,078,415,718
15,938
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code In langchain_community/vectorstores/jaguar.py line 196: values_co...
jaguar vector store reports error when adding integer metadata field
https://api.github.com/repos/langchain-ai/langchain/issues/15937/comments
1
2024-01-12T09:01:32Z
2024-04-19T16:30:33Z
https://github.com/langchain-ai/langchain/issues/15937
2,078,379,367
15,937
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` if non_empty_ids: metadatas = [meta...
b64 strings not inserted for Chroma 'add_images' method when metadata is present
https://api.github.com/repos/langchain-ai/langchain/issues/15935/comments
1
2024-01-12T08:29:07Z
2024-04-19T16:12:50Z
https://github.com/langchain-ai/langchain/issues/15935
2,078,326,124
15,935
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code here is my code: import sqlalchemy as sal import os, sys, open...
adding special instruction to llm model.
https://api.github.com/repos/langchain-ai/langchain/issues/15934/comments
3
2024-01-12T06:43:17Z
2024-04-19T16:20:24Z
https://github.com/langchain-ai/langchain/issues/15934
2,078,174,147
15,934
[ "hwchase17", "langchain" ]
### Feature request The tool I'm talking about is: from langchain.tools import ShellTool As Shell tool is very versatile, while integrating it into applications as openai functions, developers have no clue about what command is being executed using the ShellTool. All one can see is: ![image](https://github.com/...
Adding more capabilities to Langchain Shell Tool
https://api.github.com/repos/langchain-ai/langchain/issues/15931/comments
5
2024-01-12T05:19:27Z
2024-02-05T05:40:21Z
https://github.com/langchain-ai/langchain/issues/15931
2,078,090,352
15,931
[ "hwchase17", "langchain" ]
### Discussed in https://github.com/langchain-ai/langchain/discussions/15928 <div type='discussions-op-text'> <sup>Originally posted by **BalajiPolisetty2207** January 11, 2024</sup> i am using this langchain to query my postgres sql with natural language. with sql server i am successful in asking and getting...
i am working on SQL Langchain to ask natural english questions and get answers from postgress sql but not getting any answers
https://api.github.com/repos/langchain-ai/langchain/issues/15929/comments
2
2024-01-12T03:15:11Z
2024-01-12T03:38:11Z
https://github.com/langchain-ai/langchain/issues/15929
2,077,988,964
15,929
[ "hwchase17", "langchain" ]
### Feature request When there are multiple GPUs available, the Ollama API provides the main_gpu option to specify which GPU to use as the main one. Please modify Langchain's ChatOllama to also include this feature. ![image](https://github.com/langchain-ai/langchain/assets/42790398/2c085dbf-0fe8-496f-b6d5-490d3a6b7...
Please modify ChatOllama to allow the option to specify main_gpu
https://api.github.com/repos/langchain-ai/langchain/issues/15924/comments
2
2024-01-12T01:38:21Z
2024-01-12T02:59:13Z
https://github.com/langchain-ai/langchain/issues/15924
2,077,910,530
15,924
[ "hwchase17", "langchain" ]
### Issue with current documentation: With langchain version == 0.1.0 This stop param of the Class VLLM does not work. For instance, this code has no effect regarding stop word. ``` model = VLLM( stop=["stop_word"], model=model_name, trust_remote_code=True, # mandatory for hf models max_new_to...
DOC: stop params does not work with langchain_community.llms import VLLM but work in LLMChain
https://api.github.com/repos/langchain-ai/langchain/issues/15921/comments
1
2024-01-12T00:02:57Z
2024-04-19T16:19:52Z
https://github.com/langchain-ai/langchain/issues/15921
2,077,798,404
15,921
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python metadata_field_info = [ AttributeInfo(name="sou...
Issues with SelfQueryRetriever and the "AND" operator failing in queries that search for multiple metadata flags
https://api.github.com/repos/langchain-ai/langchain/issues/15919/comments
8
2024-01-11T23:03:50Z
2024-06-08T16:09:06Z
https://github.com/langchain-ai/langchain/issues/15919
2,077,750,276
15,919
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code See description. ### Description I am using SelfQueryRetriever. F...
query_constructor throws OutputParserException is query is null
https://api.github.com/repos/langchain-ai/langchain/issues/15914/comments
1
2024-01-11T21:54:11Z
2024-04-18T16:21:30Z
https://github.com/langchain-ai/langchain/issues/15914
2,077,661,061
15,914
[ "hwchase17", "langchain" ]
### Feature request Make it easy to use `tokenizers` for HF tokenizers instead of `transformers` ### Motivation `tokenizers` has far fewer dependencies
Add ability to use `tokenizers` instead of `transformers` for HF tokenizers
https://api.github.com/repos/langchain-ai/langchain/issues/15902/comments
1
2024-01-11T18:42:00Z
2024-04-18T16:30:29Z
https://github.com/langchain-ai/langchain/issues/15902
2,077,368,838
15,902
[ "hwchase17", "langchain" ]
### Feature request Tool for OpenAI image generation API using openai's v1 sdk https://platform.openai.com/docs/guides/images ### Motivation Useful for image-gen applications with language interfaces
Integration for OpenAI image gen with v1 sdk
https://api.github.com/repos/langchain-ai/langchain/issues/15901/comments
3
2024-01-11T18:37:41Z
2024-06-01T00:19:27Z
https://github.com/langchain-ai/langchain/issues/15901
2,077,362,764
15,901
[ "hwchase17", "langchain" ]
### Feature request Tool for OpenAI speech-to-text (using openai v1) https://platform.openai.com/docs/guides/speech-to-text ### Motivation Useful for building voice interfaces
OpenAI speech-to-text API integration
https://api.github.com/repos/langchain-ai/langchain/issues/15900/comments
2
2024-01-11T18:35:31Z
2024-06-15T16:06:57Z
https://github.com/langchain-ai/langchain/issues/15900
2,077,359,821
15,900
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code from langchain_openai import ChatOpenAI llm = ChatOpenAI() ll...
The sample code of version 0.1.0 of the official website cannot be executed.
https://api.github.com/repos/langchain-ai/langchain/issues/15888/comments
13
2024-01-11T15:14:23Z
2024-07-14T13:05:49Z
https://github.com/langchain-ai/langchain/issues/15888
2,076,928,679
15,888
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The following code: ```python from arango import ArangoClient fr...
Instantiating ArangoGraph(db) produces [HTTP 400][ERR 1501] AQL: syntax error
https://api.github.com/repos/langchain-ai/langchain/issues/15886/comments
1
2024-01-11T14:50:40Z
2024-04-18T16:21:27Z
https://github.com/langchain-ai/langchain/issues/15886
2,076,869,945
15,886
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python model_name = "Intel/dynamic_tinybert" tokeniz...
argument needs to be of type (SquadExample, dict)
https://api.github.com/repos/langchain-ai/langchain/issues/15884/comments
18
2024-01-11T14:29:24Z
2024-06-08T16:09:01Z
https://github.com/langchain-ai/langchain/issues/15884
2,076,818,792
15,884
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code - With `LLM`: ```py import os from typing import Any, ...
CustomLLM cannot be used to build `Chains` when using `LLM` or `Runnable`
https://api.github.com/repos/langchain-ai/langchain/issues/15880/comments
5
2024-01-11T13:49:44Z
2024-06-05T07:44:12Z
https://github.com/langchain-ai/langchain/issues/15880
2,076,708,819
15,880
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code import os import openai import sys import panel as pn # GUI ...
Resource not found error trying to use chromadb with Azure Open AI
https://api.github.com/repos/langchain-ai/langchain/issues/15878/comments
7
2024-01-11T13:05:25Z
2024-06-01T00:07:38Z
https://github.com/langchain-ai/langchain/issues/15878
2,076,601,164
15,878
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code from langchain_google_genai import GoogleGenerativeAIEmbeddings ...
langchain_google_genai._common.GoogleGenerativeAIError: Error embedding content: Deadline of 60.0s exceeded while calling target function
https://api.github.com/repos/langchain-ai/langchain/issues/15876/comments
1
2024-01-11T12:44:17Z
2024-04-18T16:07:30Z
https://github.com/langchain-ai/langchain/issues/15876
2,076,546,582
15,876
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code Here is my custom parser code: ``` def parse(output): ...
agent_executor.invoke method: An error occurred: Invalid control character at: line y column xxx (char xxx)
https://api.github.com/repos/langchain-ai/langchain/issues/15872/comments
2
2024-01-11T08:29:48Z
2024-01-11T09:11:37Z
https://github.com/langchain-ai/langchain/issues/15872
2,076,039,740
15,872
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code from langchain.chat_models import ChatOpenAI from langchai...
No function called
https://api.github.com/repos/langchain-ai/langchain/issues/15871/comments
2
2024-01-11T08:24:30Z
2024-01-11T18:50:01Z
https://github.com/langchain-ai/langchain/issues/15871
2,076,031,634
15,871
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code from langchain.document_loaders import ConfluenceLoader loader =...
ConfluenceLoader.load giving AttributeError: 'str' object has no attribute 'get' while reading all documents from space
https://api.github.com/repos/langchain-ai/langchain/issues/15869/comments
11
2024-01-11T06:48:42Z
2024-07-03T16:05:07Z
https://github.com/langchain-ai/langchain/issues/15869
2,075,891,242
15,869
[ "hwchase17", "langchain" ]
### Feature request I noticed that the MongoDBChatMessageHistory class object is attempting to create an index during connection, causing each request to take longer than usual. Index Creation is one time process, So no need create index everytime. By default, index creation is enabled. To address this, add an additio...
Index Creation
https://api.github.com/repos/langchain-ai/langchain/issues/15868/comments
2
2024-01-11T06:35:00Z
2024-06-01T00:20:58Z
https://github.com/langchain-ai/langchain/issues/15868
2,075,869,822
15,868
[ "hwchase17", "langchain" ]
### Issue with current documentation: import os from langchain.chat_models import ChatOpenAI from langchain.chains import ConversationalRetrievalChain from langchain.memory import ConversationTokenBufferMemory from langchain_community.embeddings import HuggingFaceEmbeddings from langchain_community.vectorstores.q...
How can I store chat history in a database and retrieve results using cosine similarity when querying the database?"
https://api.github.com/repos/langchain-ai/langchain/issues/15866/comments
1
2024-01-11T05:20:34Z
2024-04-18T16:30:26Z
https://github.com/langchain-ai/langchain/issues/15866
2,075,774,096
15,866
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ```python import os from langchain_openai import ChatOpenAI from...
the agent example in the quickstart documentation failed to run
https://api.github.com/repos/langchain-ai/langchain/issues/15863/comments
4
2024-01-11T03:54:33Z
2024-05-07T16:07:53Z
https://github.com/langchain-ai/langchain/issues/15863
2,075,684,626
15,863
[ "hwchase17", "langchain" ]
I am creating a tool using _run and _arun versions for my FastAPI code to use the tool in AgentExecutor. When I test my agent, I am running into this AttributeError which I am unable to resolve even with a debugger. Am I missing anything here? from fastapi import Request from langchain.tools import tool, BaseToo...
AttributeError: 'str' object has no attribute 'log'
https://api.github.com/repos/langchain-ai/langchain/issues/15861/comments
2
2024-01-11T03:44:47Z
2024-04-18T16:33:09Z
https://github.com/langchain-ai/langchain/issues/15861
2,075,674,679
15,861
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code The following code: ``` import os from langchain_community.utili...
Google Trend utility makes assumptions on keys from response
https://api.github.com/repos/langchain-ai/langchain/issues/15859/comments
4
2024-01-11T03:03:52Z
2024-04-18T16:21:26Z
https://github.com/langchain-ai/langchain/issues/15859
2,075,635,675
15,859
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code Metadata ```python doc.metadata["date_year_short"] = date_obj.str...
SelfQueryRetriever with Pinecone Automatically Converts String Metadata into DateTime
https://api.github.com/repos/langchain-ai/langchain/issues/15856/comments
5
2024-01-11T02:23:09Z
2024-04-19T16:30:32Z
https://github.com/langchain-ai/langchain/issues/15856
2,075,587,256
15,856
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code I wrote the code for categorization of prompt. ```python...
embedding router with conversation history
https://api.github.com/repos/langchain-ai/langchain/issues/15854/comments
6
2024-01-11T01:33:54Z
2024-01-11T02:34:53Z
https://github.com/langchain-ai/langchain/issues/15854
2,075,537,332
15,854
[ "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. ### Description `AmadeusClosestAirport` contains a "hardcoded" call to `Chat...
AmadeusClosestAirport tool should accept any LLM
https://api.github.com/repos/langchain-ai/langchain/issues/15847/comments
3
2024-01-10T22:22:03Z
2024-01-12T12:00:49Z
https://github.com/langchain-ai/langchain/issues/15847
2,075,315,430
15,847
[ "hwchase17", "langchain" ]
### Issue with current documentation: When running the `WebBaseLoader` it requires `bs4` installed which is not mentioned in the docs. https://github.com/langchain-ai/langchain/blob/21a153894917e530cbe82a778be6f9cf10c9ae5f/docs/docs/get_started/quickstart.mdx#L185C1-L194C1 ### Idea or request for content: I think i...
DOC: Missing dependency when going through the Quickstart section
https://api.github.com/repos/langchain-ai/langchain/issues/15845/comments
1
2024-01-10T21:47:23Z
2024-01-11T03:32:56Z
https://github.com/langchain-ai/langchain/issues/15845
2,075,269,126
15,845
[ "hwchase17", "langchain" ]
### Issue with current documentation: Clicking on any of the `agent_types` [here](https://python.langchain.com/docs/modules/agents/agent_types) leads to faulty links with the following message: Example from this link: https://python.langchain.com/docs/modules/agents/openai_tools <img width="873" alt="image" src=...
DOC: Page Not Found when clicking on different agent types in table
https://api.github.com/repos/langchain-ai/langchain/issues/15837/comments
2
2024-01-10T18:42:33Z
2024-01-24T20:11:42Z
https://github.com/langchain-ai/langchain/issues/15837
2,074,963,053
15,837
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation, with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` from langchain.output_parsers import PydanticOutputParser fr...
Cannot combine an output parser and a conversation buffer memory
https://api.github.com/repos/langchain-ai/langchain/issues/15835/comments
3
2024-01-10T18:08:47Z
2024-04-18T16:33:06Z
https://github.com/langchain-ai/langchain/issues/15835
2,074,909,445
15,835
[ "hwchase17", "langchain" ]
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation, with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. ### Example Code ``` # Chunking the sentence with fixed size from langchain.text_...
ValueError: Index with name vector already exists.The provided embedding function and vector index dimensions do not match.
https://api.github.com/repos/langchain-ai/langchain/issues/15834/comments
5
2024-01-10T18:02:46Z
2024-01-12T12:40:02Z
https://github.com/langchain-ai/langchain/issues/15834
2,074,900,437
15,834