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" ]
### System Info Langchain 0.0.214 Python 3.10 Ubuntu 22.04 ### Who can help? _No response_ ### Information - [X] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Ou...
Issue: create_csv_agent() error when loading a list of csv files
https://api.github.com/repos/langchain-ai/langchain/issues/6695/comments
7
2023-06-24T23:06:32Z
2023-07-08T15:24:50Z
https://github.com/langchain-ai/langchain/issues/6695
1,772,957,835
6,695
[ "langchain-ai", "langchain" ]
### System Info windows 11 python 3.9.16 langchain 0.0.212 ### Who can help? Code from https://python.langchain.com/docs/modules/data_connection/document_loaders/integrations/sitemap ```python from langchain.document_loaders.sitemap import SitemapLoader sitemap_loader = SitemapLoader(web_path="https://langc...
sitemap loader throws error TypeError: _request() got an unexpected keyword argument 'verify', many docs refer to wrong links for sitemap as well.
https://api.github.com/repos/langchain-ai/langchain/issues/6691/comments
8
2023-06-24T19:11:29Z
2023-10-24T16:07:28Z
https://github.com/langchain-ai/langchain/issues/6691
1,772,877,397
6,691
[ "langchain-ai", "langchain" ]
### System Info platform: macOS-13.2.1-arm64-arm-64bit Python 3.11.3 langchain 0.0.212 langchainplus-sdk 0.0.17 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] E...
Agent knows how to correctly proceed, but uses tool incorrectly anyways
https://api.github.com/repos/langchain-ai/langchain/issues/6690/comments
3
2023-06-24T18:58:15Z
2024-04-08T05:17:16Z
https://github.com/langchain-ai/langchain/issues/6690
1,772,873,469
6,690
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I have a use case where the agent is supposed to perform certain activities (going over the metadata and telling if the currently selected column is fit for querying). This would need a `zero-shot-react-agent` to use several LLMs as tools instead of the present ones (like search being sh...
Issue: Can an LLM be used as a tool?
https://api.github.com/repos/langchain-ai/langchain/issues/6687/comments
4
2023-06-24T18:41:11Z
2023-11-07T03:29:34Z
https://github.com/langchain-ai/langchain/issues/6687
1,772,868,158
6,687
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I would like to know what software was used to create the flowcharts in the document. They look very beautiful. ### Suggestion: _No response_
Issue: What software was used to create the flowcharts in the document?
https://api.github.com/repos/langchain-ai/langchain/issues/6681/comments
1
2023-06-24T09:21:32Z
2023-09-30T16:05:07Z
https://github.com/langchain-ai/langchain/issues/6681
1,772,562,004
6,681
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. This problem occurred when I tried to use the tool support for a conversation-type agent using an agent of type SRUCTURED_CHAT_SHOT_REACT_DESCRIPTION. Here is some of the source code and errors ![IMG_20230624_134959](https://github.com/hwchase17/langchain/assets/64879324/17529dfe-68bc-4...
Help for an error that appears in the CONVERSATIONAL Agent
https://api.github.com/repos/langchain-ai/langchain/issues/6680/comments
2
2023-06-24T08:20:06Z
2023-09-30T16:05:13Z
https://github.com/langchain-ai/langchain/issues/6680
1,772,530,890
6,680
[ "langchain-ai", "langchain" ]
### System Info Langchain: 2.12 commit: #6455 version 2.11 does niet have this ### Who can help? @rlancemartin, @eyurtsev ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templa...
crash because of missing bs4 dependency in version 2.12
https://api.github.com/repos/langchain-ai/langchain/issues/6679/comments
3
2023-06-24T06:31:34Z
2023-06-24T20:54:12Z
https://github.com/langchain-ai/langchain/issues/6679
1,772,489,819
6,679
[ "langchain-ai", "langchain" ]
### System Info see: https://github.com/hwchase17/langchain/discussions/1533 ### Who can help? @hwchase17 ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [X] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Sele...
Problem to run on linux but not on windows
https://api.github.com/repos/langchain-ai/langchain/issues/6678/comments
3
2023-06-24T06:10:07Z
2024-03-22T07:26:20Z
https://github.com/langchain-ai/langchain/issues/6678
1,772,484,021
6,678
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. In my application, I am using the ConversationalRetrievalChain with "stuff" chain type, FAISS as the vector store and ConversationBufferMemory. I have noticed that when I ask a question related to a previous response (i.e. a request that is only looking for answers from chat history, suc...
Issue: ConversationalRetrievalChain Fails to Distinguish User's Intention for Chat History Only or Chat History + Vector Store Answer
https://api.github.com/repos/langchain-ai/langchain/issues/6677/comments
5
2023-06-24T04:38:11Z
2023-10-30T16:06:18Z
https://github.com/langchain-ai/langchain/issues/6677
1,772,449,472
6,677
[ "langchain-ai", "langchain" ]
### System Info ```python Linux-6.3.7-1-default-x86_64-with-glibc2.37 Python Version: 3.10.11 Langchain Version: 0.0.21 ``` ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [X] LLMs/Chat Models ...
[ChatVertexAI] 'ChatSession' object has no attribute '_history'
https://api.github.com/repos/langchain-ai/langchain/issues/6675/comments
4
2023-06-24T04:02:32Z
2023-10-02T16:06:29Z
https://github.com/langchain-ai/langchain/issues/6675
1,772,436,936
6,675
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. with the QA generation over a document store is it possible to use hugging face models (local) instead of chat open AI? ### Suggestion: _No response_
Issue: using different local models for QA generation
https://api.github.com/repos/langchain-ai/langchain/issues/6674/comments
1
2023-06-24T04:02:09Z
2023-09-30T16:05:28Z
https://github.com/langchain-ai/langchain/issues/6674
1,772,436,473
6,674
[ "langchain-ai", "langchain" ]
### System Info v0.0.211 ### Who can help? @hw ### Information - [X] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Document Loaders - [ ] Ve...
openapi_spec_to_openai_fn generates Date objects which are not JSON serializable
https://api.github.com/repos/langchain-ai/langchain/issues/6671/comments
3
2023-06-23T22:52:10Z
2023-09-30T16:05:33Z
https://github.com/langchain-ai/langchain/issues/6671
1,772,260,655
6,671
[ "langchain-ai", "langchain" ]
### System Info |software|Version| |:---:|:---:| |python|3.10.11| |LangChain|0.0.209| |Chroma|0.3.26| |Windows|11| |Ubuntu|22.06| I have tried on both windows and ubuntu ### Who can help? @eyurtsev ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Comp...
Chromadb only returns the first document from persistent db
https://api.github.com/repos/langchain-ai/langchain/issues/6657/comments
3
2023-06-23T16:36:06Z
2023-12-15T12:38:44Z
https://github.com/langchain-ai/langchain/issues/6657
1,771,741,425
6,657
[ "langchain-ai", "langchain" ]
### System Info langchain 0.0.208 Archcraft x86_64 Python 3.11.3 ### Who can help? @eyurtsev ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ...
WhatsAppChatLoader doesn't extract messages exported from WhatsApp
https://api.github.com/repos/langchain-ai/langchain/issues/6654/comments
0
2023-06-23T15:42:11Z
2023-06-26T09:16:16Z
https://github.com/langchain-ai/langchain/issues/6654
1,771,671,290
6,654
[ "langchain-ai", "langchain" ]
### Feature request Since the doc refactor, users are now limited to four search results per query. <img width="837" alt="image" src="https://github.com/hwchase17/langchain/assets/1082786/e340d78c-b8bb-4242-93bc-0d96d4514b44"> I think users should be able to purchase tokens if they would like to be able to access...
Allow users to purchase tokens for more search results
https://api.github.com/repos/langchain-ai/langchain/issues/6651/comments
1
2023-06-23T14:10:15Z
2023-09-29T16:05:33Z
https://github.com/langchain-ai/langchain/issues/6651
1,771,531,070
6,651
[ "langchain-ai", "langchain" ]
### System Info Hello, during the development of an application that needs to authenticate to Azure services and use the wrapper [AzureChatOpenAi](https://github.com/hwchase17/langchain/blob/master/langchain/chat_models/azure_openai.py), we encountered an error due to the fact that the model could not use the 'azur...
[AzureChatOpenAI] openai_api_type can't be changed from the default 'azure' value
https://api.github.com/repos/langchain-ai/langchain/issues/6650/comments
1
2023-06-23T14:09:47Z
2023-08-04T03:21:42Z
https://github.com/langchain-ai/langchain/issues/6650
1,771,530,370
6,650
[ "langchain-ai", "langchain" ]
### System Info Python 3.11.3 MacOs ### Who can help? _No response_ ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Docum...
Installation Issue with Langchain Package - 'predict_messages' Function Not Available in Pip Version 0.0.209
https://api.github.com/repos/langchain-ai/langchain/issues/6643/comments
2
2023-06-23T11:27:58Z
2023-10-01T16:05:48Z
https://github.com/langchain-ai/langchain/issues/6643
1,771,298,502
6,643
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I would like to know how many **tokens** the tokenizer would generate for the **prompt** doing the **OpenAI** call, but I'm finding issues in reproducing the real call. Indeed I'm trying two methods (that internally use `tiktoken` library if I'm not wrong) found in the documentation: ...
Tokenize before OpenAI call issues
https://api.github.com/repos/langchain-ai/langchain/issues/6642/comments
2
2023-06-23T11:21:02Z
2023-07-12T13:21:20Z
https://github.com/langchain-ai/langchain/issues/6642
1,771,287,642
6,642
[ "langchain-ai", "langchain" ]
因为LLAMA没有中文数据,想用中文数据fine tuning LLAMA模型,请问langchain有这个功能吗?
是否有fine tuning LLAMA预训练模型功能
https://api.github.com/repos/langchain-ai/langchain/issues/6641/comments
1
2023-06-23T10:34:28Z
2023-09-29T16:05:43Z
https://github.com/langchain-ai/langchain/issues/6641
1,771,224,942
6,641
[ "langchain-ai", "langchain" ]
### System Info langchain==0.0.207 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Documen...
sql_db_list_tables returning different order each time making caching impossible
https://api.github.com/repos/langchain-ai/langchain/issues/6640/comments
2
2023-06-23T10:32:43Z
2023-09-30T16:05:48Z
https://github.com/langchain-ai/langchain/issues/6640
1,771,222,506
6,640
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. In order to read all the text of wikipedia page, we would need to allow overriding the hard limit of 4000 characters set in `WikipediaAPIWrapper` ### Suggestion: Just add a new argument to `WikipediaLoader` named `doc_content_chars_max` (the very same name that uses `WikipediaAPI...
Issue: Set doc_content_chars_max with WikipediaLoader
https://api.github.com/repos/langchain-ai/langchain/issues/6639/comments
2
2023-06-23T10:20:04Z
2023-10-30T09:11:52Z
https://github.com/langchain-ai/langchain/issues/6639
1,771,205,138
6,639
[ "langchain-ai", "langchain" ]
### System Info langchain - 0.0.198 platform - ubuntu python - 3.10.11 ### Who can help? @hwchase17 @agola11 ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt...
how to pass additional variables using kwargs to CustomLLM
https://api.github.com/repos/langchain-ai/langchain/issues/6638/comments
5
2023-06-23T10:09:31Z
2024-02-08T16:29:11Z
https://github.com/langchain-ai/langchain/issues/6638
1,771,189,299
6,638
[ "langchain-ai", "langchain" ]
### System Info I've recently changed to use this agent since I started getting errors with `chat-conversational-react-description` (about it not being able to use multi-input tools). I've noticed that it often finishes a chain telling the user that it'll make a search/use a tool but it never does (because the chain i...
STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION finishes chain BEFORE using a tool
https://api.github.com/repos/langchain-ai/langchain/issues/6637/comments
14
2023-06-23T09:50:41Z
2024-02-28T16:10:15Z
https://github.com/langchain-ai/langchain/issues/6637
1,771,161,521
6,637
[ "langchain-ai", "langchain" ]
### System Info Ubuntu 20.04 Python 3.10 langchain 0.0.166 ### Who can help? @hwchase17 @agola11 ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - ...
'ConversationSummaryMemory' has no attribute 'from_messages'
https://api.github.com/repos/langchain-ai/langchain/issues/6636/comments
2
2023-06-23T08:37:14Z
2023-09-29T16:05:58Z
https://github.com/langchain-ai/langchain/issues/6636
1,771,057,110
6,636
[ "langchain-ai", "langchain" ]
### System Info langchain 0.0.206 python 3.11.3 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [X] Prompts / Prompt Templates / Prompt Selectors - [ ] ...
ValidationError: 1 validation error for ConversationalRetrievalChain chain_type_kwargs extra fields not permitted (type=value_error.extra)
https://api.github.com/repos/langchain-ai/langchain/issues/6635/comments
11
2023-06-23T08:13:12Z
2023-11-03T04:33:18Z
https://github.com/langchain-ai/langchain/issues/6635
1,771,023,299
6,635
[ "langchain-ai", "langchain" ]
### Feature request Why does the langchain js version have a github repo document loader and this one can only load github issues? ### Motivation - ### Your contribution -
Github issues instead of Github repo?
https://api.github.com/repos/langchain-ai/langchain/issues/6631/comments
1
2023-06-23T06:21:35Z
2023-09-29T16:06:04Z
https://github.com/langchain-ai/langchain/issues/6631
1,770,856,353
6,631
[ "langchain-ai", "langchain" ]
### System Info langchain-0.0.209 ### Who can help? @hwchase17 ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [X] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Document L...
Can't use arun acall, no return and can't stop
https://api.github.com/repos/langchain-ai/langchain/issues/6630/comments
1
2023-06-23T06:18:54Z
2023-09-29T16:06:09Z
https://github.com/langchain-ai/langchain/issues/6630
1,770,853,281
6,630
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. qa = ConversationalRetrievalChain.from_llm(AzureChatOpenAI(deployment_name="gpt-35-turbo"), db.as_retriever(), memory=memory) print(qa.combine_docs_chain.llm_chain.prompt) ChatPromptTemplate(input_variables=['question', 'context'], output_parser=None, partial_variables={}, messages...
Issue: How to print the complete prompt that chain used
https://api.github.com/repos/langchain-ai/langchain/issues/6628/comments
12
2023-06-23T04:03:35Z
2024-05-17T16:06:03Z
https://github.com/langchain-ai/langchain/issues/6628
1,770,741,393
6,628
[ "langchain-ai", "langchain" ]
### System Info Langchain 0.0.209, Python 3.8.17 https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5725807 Hi, we are deploying an app in our environment to production with langchain as one of the packages. Today, on Snyk this critical vulnerability showed up, and as a result we're blocked from deploying as ...
Critical Vulnerability Blocking Deployment
https://api.github.com/repos/langchain-ai/langchain/issues/6627/comments
10
2023-06-23T03:47:23Z
2023-08-28T21:35:45Z
https://github.com/langchain-ai/langchain/issues/6627
1,770,729,226
6,627
[ "langchain-ai", "langchain" ]
### System Info Langchain 0.0.209 The recent commit #6518 provided an OpenAIMultiFunctionsAgent class. This MultiFunctions agent fails often when using Custom Tools that worked fine with the OpenAIFunctionsAgent. ``` File "/home/gene/endpoints/app/routers/query.py", line 44, in query3 result = a...
OpenAIMultiFunctionsAgent KeyError: 'actions' on custom tools
https://api.github.com/repos/langchain-ai/langchain/issues/6624/comments
11
2023-06-23T02:49:01Z
2024-02-19T16:09:16Z
https://github.com/langchain-ai/langchain/issues/6624
1,770,691,161
6,624
[ "langchain-ai", "langchain" ]
### Feature request How can I make a toolset be dependent on some situation? In the examples I have seen so far and from what I have been able to piece together from reading code, awhile ago (you guys work fast)... is there a way to make it so that I can only make certain tools available to an Agent at certain times ...
Variable or Conditional Toolbox
https://api.github.com/repos/langchain-ai/langchain/issues/6621/comments
1
2023-06-23T01:26:22Z
2023-09-29T16:06:14Z
https://github.com/langchain-ai/langchain/issues/6621
1,770,602,411
6,621
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Is it possible to integrate [replit-code-v1-3b](https://replicate.com/replit/replit-code-v1-3b) as an [LLM Model](https://python.langchain.com/en/latest/modules/models.html) or an [Agent](https://python.langchain.com/en/latest/modules/agents.html) with [LangChain](https://github.com/hw...
How can I implement a custom LangChain class wrapper (LLM model/Agent) for replit-code-v1-3b model?
https://api.github.com/repos/langchain-ai/langchain/issues/6620/comments
1
2023-06-23T00:59:38Z
2023-09-29T16:06:18Z
https://github.com/langchain-ai/langchain/issues/6620
1,770,580,833
6,620
[ "langchain-ai", "langchain" ]
For models like -> "h2oai/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2" the generated output doesn't contain the prompt. So it is wrong to filter the first characters of the response. https://github.com/hwchase17/langchain/blob/9d42621fa4385e519f702b7005d475781033188c/langchain/llms/huggingface_pipeline.py#L172C13-L172C64 ...
Truncate HF pipeline response
https://api.github.com/repos/langchain-ai/langchain/issues/6619/comments
1
2023-06-23T00:30:59Z
2023-09-29T16:06:24Z
https://github.com/langchain-ai/langchain/issues/6619
1,770,563,613
6,619
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Hello, Team How can I integrate SerpAPI with custom ChatGLM model. It looks like my code is not correct and I can't find useful information from internet. Hope post here can help me to resolve this issue. Thanks in advcance. ``` import time import logging import requests from t...
How can I integrate SerpAPI with custom ChatGLM model
https://api.github.com/repos/langchain-ai/langchain/issues/6618/comments
2
2023-06-23T00:05:19Z
2023-10-01T16:05:53Z
https://github.com/langchain-ai/langchain/issues/6618
1,770,546,185
6,618
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I have the following BaseModel: ```python class MainMagnetClass(BaseModel): main_materials: List[str] = Field(description="main material") additional_doping_elements: List[str] = Field(description="doping") ``` which can be instantiated as: ```python instance = Py...
Dynamic fields for BaseModels in PydanticOutputParser?
https://api.github.com/repos/langchain-ai/langchain/issues/6617/comments
5
2023-06-22T23:40:52Z
2024-03-28T16:05:53Z
https://github.com/langchain-ai/langchain/issues/6617
1,770,528,462
6,617
[ "langchain-ai", "langchain" ]
### System Info langchain version: 0.0.209 ### Who can help? _No response_ ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [X] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ]...
ChatVertexAI Error: _ChatSessionBase.send_message() got an unexpected keyword argument 'context'
https://api.github.com/repos/langchain-ai/langchain/issues/6610/comments
0
2023-06-22T20:56:38Z
2023-06-26T17:21:02Z
https://github.com/langchain-ai/langchain/issues/6610
1,770,383,094
6,610
[ "langchain-ai", "langchain" ]
### System Info When querying with no context (emptyStore below) GPU memory goes up to 8GB and after the chain completes, GPU memory goes back down to 630MB. When using a ChromaDB to provide vector context, GPU memory is never released. Memory usage goes up to 8GB and stays there. Once enough calls have been made, ...
RetrievalQA.from_chain_type does not release GPU memory when given ChromaDB context
https://api.github.com/repos/langchain-ai/langchain/issues/6608/comments
9
2023-06-22T20:31:11Z
2024-06-20T16:08:56Z
https://github.com/langchain-ai/langchain/issues/6608
1,770,352,279
6,608
[ "langchain-ai", "langchain" ]
### System Info Tried on Colab. Version: [v0.0.209](https://github.com/hwchase17/langchain/releases/tag/v0.0.209) Platform: Google Colab Python: 3.10 ### Who can help? @hwchase17 ### Information - [x] The official example notebooks/scripts - [x] My own modified scripts ### Related Component...
For JSON loaders - like a Figma Design - similarity does not work, and ends up with the wrong output.
https://api.github.com/repos/langchain-ai/langchain/issues/6606/comments
1
2023-06-22T20:09:41Z
2023-09-30T16:05:58Z
https://github.com/langchain-ai/langchain/issues/6606
1,770,326,709
6,606
[ "langchain-ai", "langchain" ]
### System Info Hello, When using AIPluginTool with ChatOpenAI sometimes the chain call the plugin and sometimes the response is like "the user can call the url ... to get the response" . Why is it? My code: import os import openai from dotenv import load_dotenv, find_dotenv from langchain.ch...
response does not call the plugin
https://api.github.com/repos/langchain-ai/langchain/issues/6599/comments
2
2023-06-22T16:03:31Z
2023-10-23T16:07:42Z
https://github.com/langchain-ai/langchain/issues/6599
1,769,997,382
6,599
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I need to upgrade our Langchain version due to a security issue flagged in version 0.0.27 (see https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5411357). However, I can't do this because Langchain depends on SQLAlchemy 2.0, while we use 1.4. 1. Why is SQLALchemy 2.0 needed? It...
Issue: why SQLAlchemy 2.0 is forced?
https://api.github.com/repos/langchain-ai/langchain/issues/6597/comments
1
2023-06-22T15:48:15Z
2023-09-28T16:05:39Z
https://github.com/langchain-ai/langchain/issues/6597
1,769,970,133
6,597
[ "langchain-ai", "langchain" ]
### System Info Langchain 0.27 Python 3.7 Amazon Linux ### Who can help? @ag ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers -...
ImportError: cannot import name 'RetrievalQAWithSourcesChain' from 'langchain.chains'
https://api.github.com/repos/langchain-ai/langchain/issues/6596/comments
1
2023-06-22T15:47:32Z
2023-06-28T16:18:28Z
https://github.com/langchain-ai/langchain/issues/6596
1,769,968,762
6,596
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. We are trying to summarize contents of some URLs using Vertex AI. Below is the code snippet ``` from langchain.llms import VertexAI from langchain.chains.summarize import load_summarize_chain llm = VertexAI(temperature=0.5, max_output_tokens=1024) chain = load_summarize_chain(llm,...
Issue: Summarization using Vertex AI - returns 400 Error on certain cases
https://api.github.com/repos/langchain-ai/langchain/issues/6592/comments
1
2023-06-22T14:44:12Z
2023-06-29T12:59:38Z
https://github.com/langchain-ai/langchain/issues/6592
1,769,837,088
6,592
[ "langchain-ai", "langchain" ]
### Feature request Consider the following example: ```python # All the dependencies being used import openai import os from dotenv import load_dotenv from langchain.chains import RetrievalQA from langchain.document_loaders import TextLoader from langchain.embeddings.openai import OpenAIEmbeddings from lang...
Custom prompts for chain types that aren't "stuff" in RetrievalQA
https://api.github.com/repos/langchain-ai/langchain/issues/6590/comments
6
2023-06-22T12:48:37Z
2023-11-25T16:08:59Z
https://github.com/langchain-ai/langchain/issues/6590
1,769,608,656
6,590
[ "langchain-ai", "langchain" ]
### Issue with current documentation: https://python.langchain.com/docs/modules/data_connection/document_transformers/text_splitters/recursive_text_splitter this function isn't to be found in the text_splitter.py file : from langchain.text_splitter import RecursiveCharacterTextSplitter this returns an error...
DOC: RecursiveTextSplitter function doesn't exist
https://api.github.com/repos/langchain-ai/langchain/issues/6589/comments
3
2023-06-22T12:48:29Z
2023-11-26T16:08:54Z
https://github.com/langchain-ai/langchain/issues/6589
1,769,608,451
6,589
[ "langchain-ai", "langchain" ]
### Issue with current documentation: I haven't been able to find any documentation on a comprehensive list of pre-built tools available on Langchain, for example, there is nothing in the documentation that suggests we're able to load the "llm-math" tool? ### Idea or request for content: It would be good to have a l...
Pre-built tool list
https://api.github.com/repos/langchain-ai/langchain/issues/6586/comments
2
2023-06-22T11:29:09Z
2023-09-28T16:05:43Z
https://github.com/langchain-ai/langchain/issues/6586
1,769,487,548
6,586
[ "langchain-ai", "langchain" ]
### Feature request The current implementation of ConversationBufferMemory lacks the capability to clear the memory history. When using the load_qa_chain function with ConversationBufferMemory and uploading the abc.pdf file for the first time, subsequent questions based on that document yield expected answers. However...
Not able to clear Conversationbuffermemory.
https://api.github.com/repos/langchain-ai/langchain/issues/6585/comments
4
2023-06-22T11:23:00Z
2023-07-17T14:42:27Z
https://github.com/langchain-ai/langchain/issues/6585
1,769,478,728
6,585
[ "langchain-ai", "langchain" ]
### Feature request Can we have create_document function for MarkdownHeaderTextSplitter to create documents based on the splits? ### Motivation MarkdownHeaderTextSplitter only has split_text. Not sure how to get documents from the list of dict. ### Your contribution ...
Create_documents for MarkdownHeaderTextSplitter?
https://api.github.com/repos/langchain-ai/langchain/issues/6583/comments
1
2023-06-22T10:26:00Z
2023-09-02T03:34:02Z
https://github.com/langchain-ai/langchain/issues/6583
1,769,393,945
6,583
[ "langchain-ai", "langchain" ]
### System Info latest version ### Who can help? _No response_ ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Document Lo...
Typo
https://api.github.com/repos/langchain-ai/langchain/issues/6582/comments
0
2023-06-22T09:34:08Z
2023-06-23T21:56:55Z
https://github.com/langchain-ai/langchain/issues/6582
1,769,304,923
6,582
[ "langchain-ai", "langchain" ]
### Feature request Improve PubMedAPIWrapper to get the PubMed ID and/or DOI and/or journal information returned. Please rename langchain/utilities/pu**p**med.py to langchain/utilities/pu**b**med.py ### Motivation A user of a chat model can ask the model to provide a link to the original literature to verify i...
Improve PubMedAPIWrapper to get the PubMed ID and/or DOI and/or journal information returned.
https://api.github.com/repos/langchain-ai/langchain/issues/6581/comments
1
2023-06-22T09:30:14Z
2023-09-28T16:05:48Z
https://github.com/langchain-ai/langchain/issues/6581
1,769,299,151
6,581
[ "langchain-ai", "langchain" ]
### Feature request You now support Hugging Face Inference endpoints, could you support also HF Models deployed in Azure ML as Managed endpoints? It should be a similar implementation, its a REST API ### Motivation My company would like to use Azure services only :) and many companies are like this ### Your cont...
HuggingFace Models as Azure ML Managed endpoints
https://api.github.com/repos/langchain-ai/langchain/issues/6579/comments
2
2023-06-22T08:33:39Z
2023-08-14T17:42:55Z
https://github.com/langchain-ai/langchain/issues/6579
1,769,210,319
6,579
[ "langchain-ai", "langchain" ]
### System Info langchain 0.0.207 platform ubuntu python 3.9 ### Who can help? @hwaking @eyurtsev @tomaspiaggio ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / P...
unable to use matching engine
https://api.github.com/repos/langchain-ai/langchain/issues/6577/comments
2
2023-06-22T07:26:32Z
2023-12-06T08:17:35Z
https://github.com/langchain-ai/langchain/issues/6577
1,769,104,042
6,577
[ "langchain-ai", "langchain" ]
### System Info Version: PyAthena[SQLAlchemy]==2.25.2 langchain==0.0.166 sqlalchemy==1.4.47 Python==3.10.10 ### Who can help? @hwchase17 @agola11 @ey ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Mode...
error when creating SQLDatabase agent with Amazon Athena
https://api.github.com/repos/langchain-ai/langchain/issues/6574/comments
1
2023-06-22T04:08:00Z
2023-09-28T16:05:59Z
https://github.com/langchain-ai/langchain/issues/6574
1,768,892,323
6,574
[ "langchain-ai", "langchain" ]
### System Info Python 3 Langchain: 0.0.199 ### Who can help? @hwchase17 @agola11 ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [X] LLMs/Chat Models - [ ] Embedding Models - [X] Prompts / Prompt Templates / Prompt Selector...
Unable to utilize AzureCognitiveSearch retriever without error.
https://api.github.com/repos/langchain-ai/langchain/issues/6551/comments
0
2023-06-21T16:43:04Z
2023-06-27T17:14:06Z
https://github.com/langchain-ai/langchain/issues/6551
1,768,000,281
6,551
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Hi guys, I'm wanting to use the llm = GPT4All(model=local_path, callbacks=callbacks, verbose=True) and know if I can make it use the GPU instead of the CPU. Specifically the GPT4All integration, I saw that it does not have any parameters that indicate the use of GPUs so I wanted to kn...
GPU Usage with GPT4All Integration
https://api.github.com/repos/langchain-ai/langchain/issues/6549/comments
5
2023-06-21T16:04:07Z
2024-06-08T16:07:10Z
https://github.com/langchain-ai/langchain/issues/6549
1,767,937,057
6,549
[ "langchain-ai", "langchain" ]
### Feature request Thanks so much for merging the PR to update the dev container in this repo https://github.com/hwchase17/langchain/pull/6189! While the dev container now builds and runs successfully, it can take some time to build. One recommendation is for the LangChain team to pre-build an image. ### Moti...
Prebuild a dev container image to improve build time
https://api.github.com/repos/langchain-ai/langchain/issues/6547/comments
3
2023-06-21T15:40:23Z
2023-11-18T16:06:32Z
https://github.com/langchain-ai/langchain/issues/6547
1,767,891,979
6,547
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. In order to read all the text of an arxiv article, we want to specify the number of characters that can be read by the ArxivLoader. Is there a way to achieve this in the current code? ### Suggestion: If not, we will create a PR that exposes doc_content_chars_max so that it can be spec...
Set doc_content_chars_max with ArxivLoader
https://api.github.com/repos/langchain-ai/langchain/issues/6546/comments
1
2023-06-21T15:07:33Z
2023-09-27T16:05:34Z
https://github.com/langchain-ai/langchain/issues/6546
1,767,824,734
6,546
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I try to use this code: `from langchain.agents import create_csv_agent from langchain.llms import AzureOpenAI agent = create_csv_agent(AzureOpenAI(temperature=0, deployment_name="text-davinci-003"), 'data.csv', sep='|', on_bad_lines='skip', verbose=True) print(agent.run("how...
Issue: <Please write a comprehensive title after the 'Issue: ' prefix>
https://api.github.com/repos/langchain-ai/langchain/issues/6543/comments
2
2023-06-21T14:38:16Z
2023-10-06T16:07:09Z
https://github.com/langchain-ai/langchain/issues/6543
1,767,763,752
6,543
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. I try to use the create_csv_agent from langchain.agents but I receive the ImportError that it can't be imported. Do you have a solution for this problem? I have installed langchain with pip ### Suggestion: _No response_
Issue: ImportError: cannot import name 'create_csv_agent' from 'langchain.agents'
https://api.github.com/repos/langchain-ai/langchain/issues/6539/comments
2
2023-06-21T14:17:45Z
2023-06-21T14:43:58Z
https://github.com/langchain-ai/langchain/issues/6539
1,767,713,412
6,539
[ "langchain-ai", "langchain" ]
### System Info Langchain version: 0.0.190 boto3: 1.26.156 python: 3.11.4 Linux OS ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / ...
S3 Directory Loader reads prefix directory as file_path
https://api.github.com/repos/langchain-ai/langchain/issues/6535/comments
5
2023-06-21T14:04:53Z
2024-01-06T10:33:02Z
https://github.com/langchain-ai/langchain/issues/6535
1,767,682,298
6,535
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. `realistic_vision_tool = Tool( name="realistic_vision_V1.4 image generating", func=realistic_vision_v1_4, #would like to pass some params here description="""Use when you want to generate an image of something with realistic_vision model. Input like "a dog standing on a ro...
Issue: in "Tool()" seperate the chat models input to "func"
https://api.github.com/repos/langchain-ai/langchain/issues/6534/comments
4
2023-06-21T13:28:23Z
2023-09-22T17:22:16Z
https://github.com/langchain-ai/langchain/issues/6534
1,767,607,552
6,534
[ "langchain-ai", "langchain" ]
### System Info AutoGPT on LangChain implementation has shown bugs in internal steps and file output processing phase. In particular, I noticed occasional inconsistencies within the internal processes of the AutoGPT implementation. These slight hitches, though infrequent, interrupt the seamless flow of operations. Als...
Keep retrying and writing output to local file in an unstructured way in AutoGPT implemented in LangChain
https://api.github.com/repos/langchain-ai/langchain/issues/6533/comments
1
2023-06-21T13:11:42Z
2023-09-27T16:05:39Z
https://github.com/langchain-ai/langchain/issues/6533
1,767,575,817
6,533
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Hello! First, thanks a lot for this awesome framework! My question is: As I was trying out ConversationalRetrievalChain, I see that it has the prompt saying: "System: Use the following pieces of context to answer the users question. If you don't know the answer, just say that yo...
Issue: Changing Prompt (from Default) when Using ConversationalRetrievalChain?
https://api.github.com/repos/langchain-ai/langchain/issues/6530/comments
15
2023-06-21T11:51:07Z
2024-07-09T19:30:52Z
https://github.com/langchain-ai/langchain/issues/6530
1,767,424,154
6,530
[ "langchain-ai", "langchain" ]
### System Info langchain version:0.0.207 python version: 3.9.7 When I use the AzureOpenai llms of Langchain. It doesn't generate the right result according to my prompt. But when i use the AzureOpenai of openai. It can generate the right result. langchain's AzureOpenai: ![image](https://github.com/hwchase17...
langchain use AzureOpenai would generate the wrong content
https://api.github.com/repos/langchain-ai/langchain/issues/6529/comments
4
2023-06-21T10:41:16Z
2023-06-30T17:19:13Z
https://github.com/langchain-ai/langchain/issues/6529
1,767,300,742
6,529
[ "langchain-ai", "langchain" ]
### System Info I have the following prompt: ``` Assistant is a chatbot named _BOT_NAME_. Assistant is designed to answer questions regarding _DOMAIN_. Assistant answers the question in the same language as the question. Assistant knows nothing about _DOMAIN_ and should use "Retrieve Infomation" tool to find an...
Tool not being used and Could not parse LLM output error when using gpt-3.5-turbo-16k
https://api.github.com/repos/langchain-ai/langchain/issues/6527/comments
3
2023-06-21T10:05:30Z
2023-12-27T16:07:14Z
https://github.com/langchain-ai/langchain/issues/6527
1,767,241,248
6,527
[ "langchain-ai", "langchain" ]
### System Info Langchain Version: 0.0.207 ### Who can help? @hwchase17 Hi, I am now having a deep dive into the vectorstores and found a wrong implementation in faiss. The relevant file is as below: https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/faiss.py#L210 In the similarity_...
Wrong implementation of score_threshold in Faiss vectorstore
https://api.github.com/repos/langchain-ai/langchain/issues/6526/comments
5
2023-06-21T09:15:39Z
2024-04-16T16:58:38Z
https://github.com/langchain-ai/langchain/issues/6526
1,767,154,841
6,526
[ "langchain-ai", "langchain" ]
### System Info langchain-0.0.207, osx, python 3.11 Hi @eyurtsev I am using this example from the docs and get the error below . Any idea ? im kind of stuck. Seems to work with version 202 - everything above seems broken `TypeError: ClientSession._request() got an unexpected keyword argument 'verify' ...
sitemap loader : got an unexpected keyword argument 'verify'
https://api.github.com/repos/langchain-ai/langchain/issues/6521/comments
9
2023-06-21T07:28:23Z
2023-10-05T16:09:00Z
https://github.com/langchain-ai/langchain/issues/6521
1,766,937,478
6,521
[ "langchain-ai", "langchain" ]
https://github.com/hwchase17/langchain/blob/0fce8ef178eed2a5f898f65c17179c0a01275745/langchain/output_parsers/format_instructions.py#L13 There are too many closing curly braces here: `"required": ["foo"]}}}}`. It should only be the following: `"required": ["foo"]}}` Happy to open a PR if agreed to fix.
Wrong number of closing curly brackets in Pydantic Format Instructions
https://api.github.com/repos/langchain-ai/langchain/issues/6517/comments
3
2023-06-21T06:27:21Z
2023-09-20T17:03:25Z
https://github.com/langchain-ai/langchain/issues/6517
1,766,844,221
6,517
[ "langchain-ai", "langchain" ]
### Feature request Add: Daily plan in Generative Agent. Plan details in Generative Agent. Update plan when interaction with others. ### Motivation The planing is a very important part in Generative Agent. Without plan the agent is not normal 'human'. ### Your contribution I'm still read the code. Maybe I'l...
Why there is no daily plan in Generative Agent? This is an important part in the party.
https://api.github.com/repos/langchain-ai/langchain/issues/6514/comments
1
2023-06-21T03:03:18Z
2023-09-27T16:05:44Z
https://github.com/langchain-ai/langchain/issues/6514
1,766,588,792
6,514
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Agent final output is not streaming output when AgentType.OPENAI_FUNCTION is specified I am interested in AI and started programming for the first time. I have been studying Python for 3 months now. I am enjoying using LangChain OSS. Thank you very much! This is my first time p...
Issue: <Agent final output is not streaming output when AgentType.OPENAI_FUNCTION is specified>
https://api.github.com/repos/langchain-ai/langchain/issues/6513/comments
4
2023-06-21T02:54:11Z
2024-03-28T16:05:48Z
https://github.com/langchain-ai/langchain/issues/6513
1,766,581,381
6,513
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. So, I've tried to create a custom callback and try to return a stream but got no luck: ```python class MyCallbackHandler(BaseCallbackHandler): def on_llm_new_token(self, token, **kwargs) -> None: # print every token on a new line yield token llm = ChatOp...
Issue: How to return a stream in api
https://api.github.com/repos/langchain-ai/langchain/issues/6512/comments
8
2023-06-21T02:18:00Z
2024-02-22T16:08:53Z
https://github.com/langchain-ai/langchain/issues/6512
1,766,553,482
6,512
[ "langchain-ai", "langchain" ]
### System Info agent_new("What is the average age of male members?") {'input': 'What is the average age of male members?', 'output': 'Agent stopped due to iteration limit or time limit.', 'intermediate_steps': [(AgentAction(tool='I will use the `mean()` function from pandas to calculate the average age.', to...
create_csv_agent with custom prefix prompt is not calling PythonREPL tool, reaching max iterations with no answer
https://api.github.com/repos/langchain-ai/langchain/issues/6505/comments
3
2023-06-20T22:59:04Z
2023-10-05T16:08:50Z
https://github.com/langchain-ai/langchain/issues/6505
1,766,316,392
6,505
[ "langchain-ai", "langchain" ]
### Feature request The Open AI Functions feature is uesful not only in an Agent. I wonder if LangChain can provide a simpler wrapper for Functions feature, for example, in the ChatOpenAI Class. ### Motivation Creating and defining an Agent is redundant if I only want to use Open AI Functions for a single call, or...
A simpler wrapper of Open AI Functions else than in an Agent
https://api.github.com/repos/langchain-ai/langchain/issues/6504/comments
2
2023-06-20T22:14:03Z
2023-09-26T16:05:03Z
https://github.com/langchain-ai/langchain/issues/6504
1,766,276,515
6,504
[ "langchain-ai", "langchain" ]
### Issue with current documentation: _No response_ ### Idea or request for content: _No response_
DOC: there are no examples in the documentation on how to work with access tokens
https://api.github.com/repos/langchain-ai/langchain/issues/6502/comments
2
2023-06-20T21:44:25Z
2023-09-28T16:06:09Z
https://github.com/langchain-ai/langchain/issues/6502
1,766,234,152
6,502
[ "langchain-ai", "langchain" ]
I implemented langchain as a Python API, created via FASTAPI and uvicorn. The Python API is composed of one main service and various microservices the main service call when required. These microservices are tools. I use 3 tools: web search, image generation, image description. All are long running tasks. The m...
Issue: langchain implementation where asynchronous tools don't break the chain
https://api.github.com/repos/langchain-ai/langchain/issues/6500/comments
2
2023-06-20T21:01:48Z
2023-10-21T16:08:05Z
https://github.com/langchain-ai/langchain/issues/6500
1,766,146,160
6,500
[ "langchain-ai", "langchain" ]
### Issue with current documentation: Hello there, **Youtube Tutorial** link given [here](https://python.langchain.com/docs/get_started/introduction#additional-resources) is not working as per expectation. [look here](https://python.langchain.com/docs/ecosystem/youtube.html) ### Idea or request for content:...
DOC: Youtube tutorial link is not working at introduction section in documentation
https://api.github.com/repos/langchain-ai/langchain/issues/6491/comments
0
2023-06-20T17:40:44Z
2023-06-24T19:59:37Z
https://github.com/langchain-ai/langchain/issues/6491
1,765,860,457
6,491
[ "langchain-ai", "langchain" ]
### System Info I am running this code on my Mac and on a linux server ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selector...
Pinecone add_texts function does not populate vector store as expected, repeats first text in iterable
https://api.github.com/repos/langchain-ai/langchain/issues/6485/comments
3
2023-06-20T16:12:04Z
2023-09-27T16:05:55Z
https://github.com/langchain-ai/langchain/issues/6485
1,765,725,729
6,485
[ "langchain-ai", "langchain" ]
### Issue with current documentation: https://t.co/QcsorxSzSG https://twitter.com/LangChainAI/status/1666093323780767746 The sections in docs where the ClickHouse integration is covered (as a vector db) no longer load properly. The links (above) are broken, and you can no longer navigate to the ClickHouse sectio...
DOC: Documentation links for the ClickHouse integration is broken
https://api.github.com/repos/langchain-ai/langchain/issues/6484/comments
4
2023-06-20T16:10:53Z
2023-10-21T16:08:10Z
https://github.com/langchain-ai/langchain/issues/6484
1,765,724,063
6,484
[ "langchain-ai", "langchain" ]
### System Info LangChain version: 0.0.205 Platform: Ubuntu 20.04 LTS Python version: 3.10.4 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ]...
`get_relevant_documents` of Chroma retriever uses cosine distance instead of cosine similarity as similarity score
https://api.github.com/repos/langchain-ai/langchain/issues/6481/comments
7
2023-06-20T15:07:26Z
2023-11-10T16:08:42Z
https://github.com/langchain-ai/langchain/issues/6481
1,765,612,990
6,481
[ "langchain-ai", "langchain" ]
JSONLaoder takes a callable `metadata_func` that should supposedly allow the user to enrich the document metadata. The output of the callable however is unused and the and docs are created with the bare source/seq_num pairs. https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langcha...
JSONLoader ignores metadata processed with `metadata_func`
https://api.github.com/repos/langchain-ai/langchain/issues/6478/comments
7
2023-06-20T14:03:20Z
2024-02-28T16:10:20Z
https://github.com/langchain-ai/langchain/issues/6478
1,765,483,231
6,478
[ "langchain-ai", "langchain" ]
### Issue with current documentation: In the documentation the tag type is string, but in the code it's a dictionary. The proposed fix is to change the following two lines "tags (str):" to "tags (dict):". https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langchain/callbacks/mlf...
DOC: Incorrect type for tags parameter in MLflow callback
https://api.github.com/repos/langchain-ai/langchain/issues/6472/comments
0
2023-06-20T09:57:57Z
2023-06-26T09:12:24Z
https://github.com/langchain-ai/langchain/issues/6472
1,765,061,934
6,472
[ "langchain-ai", "langchain" ]
### System Info { "name": "server-chatgpt", "version": "1.0.0", "description": "", "type": "module", "main": "dist/app.js", "scripts": { "start": "tsc & node dist/app.js", "dev": "tsc -w & nodemon -x 'node dist/app.js || touch dist/app.js'", "dev2": "tsc -w & pm2 start dist/app.js --wa...
pdf-parse.d.ts not found when using PDFLoader
https://api.github.com/repos/langchain-ai/langchain/issues/6471/comments
3
2023-06-20T09:27:25Z
2023-12-04T16:06:58Z
https://github.com/langchain-ai/langchain/issues/6471
1,765,012,048
6,471
[ "langchain-ai", "langchain" ]
### Issue with current documentation: [Text Embedding Model python Guide ](https://python.langchain.com/docs/modules/model_io/models/text_embedding.html) Seems to be broken and can't be accessed. ![issue1](https://github.com/hwchase17/langchain/assets/101401469/4af5afb4-fc3e-44e2-b8c9-2bcc5f1eeb49) ![issue2](https:/...
DOC: Broken link to the Text Embedding Model
https://api.github.com/repos/langchain-ai/langchain/issues/6470/comments
4
2023-06-20T09:03:41Z
2023-12-27T16:07:18Z
https://github.com/langchain-ai/langchain/issues/6470
1,764,969,441
6,470
[ "langchain-ai", "langchain" ]
### Feature request Multiple Completions support would enable users to receive multiple responses or variations from the model for a given prompt. This feature would provide greater flexibility and allow users to explore different possibilities or perspectives in their conversations. Allowing users to specify the n...
Multiple completions support in ChatOpenAI
https://api.github.com/repos/langchain-ai/langchain/issues/6466/comments
8
2023-06-20T06:02:51Z
2024-02-14T16:13:38Z
https://github.com/langchain-ai/langchain/issues/6466
1,764,703,591
6,466
[ "langchain-ai", "langchain" ]
### System Info langchain-0.0.205-py3, macos ventura, python 3.11 ### Who can help? @hwchase17 / @agola11 ### Information - [x] The official example notebooks/scripts https://python.langchain.com/docs/modules/model_io/models/chat/how_to/streaming ### Related Components - [X] LLMs/Chat Models ### Repro...
AzureChatOpenAI Streaming causes IndexError: list index out of range
https://api.github.com/repos/langchain-ai/langchain/issues/6462/comments
9
2023-06-20T04:57:00Z
2023-07-25T18:30:27Z
https://github.com/langchain-ai/langchain/issues/6462
1,764,637,339
6,462
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. When using ChatOpenAI, will ChatOpenAI save the conversation history? When I use the same data many times to call a service built with langchain, after a fixed number of times, a langchain.schema.OutputParserException error occurs, which seems to be The answer returned by OpenAI is incom...
Issue: <Some problems when using ChatOpenAI>
https://api.github.com/repos/langchain-ai/langchain/issues/6461/comments
4
2023-06-20T03:59:27Z
2023-10-09T16:06:36Z
https://github.com/langchain-ai/langchain/issues/6461
1,764,582,337
6,461
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. There may be no header in my csv. CSVLoader seems to take the first row of data as a header, resulting in the missing of the first row of data. How to solve this problem ### Suggestion: _No response_
Issue: how to load csv without headers
https://api.github.com/repos/langchain-ai/langchain/issues/6460/comments
3
2023-06-20T03:50:04Z
2023-09-26T16:05:18Z
https://github.com/langchain-ai/langchain/issues/6460
1,764,570,374
6,460
[ "langchain-ai", "langchain" ]
### System Info AnalyticDB v6.3.10.14 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Do...
Init Vector store AnalyticDB raise error data type real[] has no default operator class for access method "ann"
https://api.github.com/repos/langchain-ai/langchain/issues/6458/comments
3
2023-06-20T02:49:40Z
2023-06-25T02:03:51Z
https://github.com/langchain-ai/langchain/issues/6458
1,764,527,031
6,458
[ "langchain-ai", "langchain" ]
### Issue with current documentation: I had links for the older documentation and now all those links are broken. It was easy to figure out version as well. It would be great if we could access the older UI. Thanks. ### Idea or request for content: _No response_
DOC: Is it possible to access older documentation UI?
https://api.github.com/repos/langchain-ai/langchain/issues/6452/comments
2
2023-06-19T23:18:23Z
2023-08-19T20:18:44Z
https://github.com/langchain-ai/langchain/issues/6452
1,764,350,023
6,452
[ "langchain-ai", "langchain" ]
### Issue with current documentation: https://python.langchain.com/docs/modules/chains/popular/question_answering.html Link for question answering ### Idea or request for content: Fix and redirect to a different link
DOC:QA notebook link broken
https://api.github.com/repos/langchain-ai/langchain/issues/6445/comments
2
2023-06-19T21:23:06Z
2023-09-26T16:05:23Z
https://github.com/langchain-ai/langchain/issues/6445
1,764,242,835
6,445
[ "langchain-ai", "langchain" ]
### System Info Can't use sqldatabasechains with multipromptchain like this ` facing this error `ValidationError: 20 validation errors for MultiPromptChain destination_chains -> table_format -> prompt none is not an allowed value (type=type_error.none.not_allowed) destination_chains -> table_format -> llm ...
Can't use SQLdatabasechain with Multipromptchain
https://api.github.com/repos/langchain-ai/langchain/issues/6444/comments
16
2023-06-19T20:40:11Z
2023-11-16T16:07:22Z
https://github.com/langchain-ai/langchain/issues/6444
1,764,194,908
6,444
[ "langchain-ai", "langchain" ]
### System Info ImportError: cannot import name 'create_citation_fuzzy_match_chain' from 'langchain.chains' Python=3.11.4 Langchain=0.0.129 The code: `from langchain.chains import create_citation_fuzzy_match_chain` The error > ImportError: cannot import name 'create_citation_fuzzy_match_chain' from 'la...
cannot import name 'create_citation_fuzzy_match_chain' from 'langchain.chains'
https://api.github.com/repos/langchain-ai/langchain/issues/6439/comments
2
2023-06-19T19:00:56Z
2023-09-25T16:04:55Z
https://github.com/langchain-ai/langchain/issues/6439
1,764,063,357
6,439
[ "langchain-ai", "langchain" ]
### Issue with current documentation: Hey i had a question which waqs bugging me ! I need to load a hugging face model for local path rather than loading it for the first time in HuggingFcaeInstructEmebddings. Can anybdoy tell me how we can do that ?? ### Idea or request for content: _No response_
DOC : Load model from local path in HuggingFaceInstructEmebddings
https://api.github.com/repos/langchain-ai/langchain/issues/6436/comments
2
2023-06-19T16:50:21Z
2023-09-26T16:05:28Z
https://github.com/langchain-ai/langchain/issues/6436
1,763,879,224
6,436
[ "langchain-ai", "langchain" ]
### Issue you'd like to raise. Issue: Is there a way to modify these default api prompts while using open api spec agent. Could someone please guide https://github.com/hwchase17/langchain/blob/master/langchain/agents/agent_toolkits/openapi/planner_prompt.py#LL6C1-L7C1 Or should I right my own custom open api spec ...
Issue: Related to open api spec agent default prompts
https://api.github.com/repos/langchain-ai/langchain/issues/6434/comments
1
2023-06-19T16:41:33Z
2023-09-25T16:05:05Z
https://github.com/langchain-ai/langchain/issues/6434
1,763,869,712
6,434
[ "langchain-ai", "langchain" ]
### System Info langchain-0.0.205, python3.10 ### Who can help? @hwchase17 @agola11 ### Information - [ ] The official example notebooks/scripts - [X] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [X] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Par...
ChatPromptTemplate with partial variables is giving validation error
https://api.github.com/repos/langchain-ai/langchain/issues/6431/comments
2
2023-06-19T16:15:49Z
2023-06-20T05:39:17Z
https://github.com/langchain-ai/langchain/issues/6431
1,763,841,708
6,431
[ "langchain-ai", "langchain" ]
### System Info Python 3.11 Langchain 201 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ]...
Structured Tools don't work with OpenAI's new functions
https://api.github.com/repos/langchain-ai/langchain/issues/6428/comments
1
2023-06-19T15:16:54Z
2023-07-23T15:51:11Z
https://github.com/langchain-ai/langchain/issues/6428
1,763,751,453
6,428
[ "langchain-ai", "langchain" ]
### Feature request Natively a [Chromadb collection](https://github.com/chroma-core/chroma/blob/main/chromadb/api/models/Collection.py) support multiple parameters when making a get or a query on a collection, for example `where` and `ids`. For the moment the `get` method of [Chroma vector store](https://github.com/h...
Missing arguments for Chroma vector store get methods
https://api.github.com/repos/langchain-ai/langchain/issues/6422/comments
1
2023-06-19T13:44:29Z
2023-07-10T12:14:20Z
https://github.com/langchain-ai/langchain/issues/6422
1,763,580,005
6,422
[ "langchain-ai", "langchain" ]
### System Info Langchain == 0.0.205 Python == 3.10.7 openai == 0.27.8 ### Who can help? @hwchase17 ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [X] LLMs/Chat Models - [ ] Embedding Models - [x] Prompts / Prompt Templates ...
gpt-3.5-turbo-0613 is not following the instructions of agents
https://api.github.com/repos/langchain-ai/langchain/issues/6418/comments
7
2023-06-19T09:21:38Z
2023-10-06T16:07:19Z
https://github.com/langchain-ai/langchain/issues/6418
1,763,117,280
6,418
[ "langchain-ai", "langchain" ]
### System Info langchain 0.209 ### Who can help? _No response_ ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [ ] LLMs/Chat Models - [ ] Embedding Models - [ ] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Document L...
too many doc url invalid
https://api.github.com/repos/langchain-ai/langchain/issues/6416/comments
5
2023-06-19T07:49:21Z
2023-09-27T16:06:00Z
https://github.com/langchain-ai/langchain/issues/6416
1,762,955,233
6,416
[ "langchain-ai", "langchain" ]
### System Info LangChain 0.0.204, Windoews, Python 3.9.16, SQLAlchemy 2.0.15 db = SQLDatabase.from_uri( oracle_connection_str, include_tables=["EVR_REGION"], sample_rows_in_table_info=3, ) Getting following error: Traceback (most recent call last): File "Z:\MHossain_OneDrive\OneDrive\ChatGPT...
Getting error when including Tables in SQLDatabase.from_uri for Oracle
https://api.github.com/repos/langchain-ai/langchain/issues/6415/comments
10
2023-06-19T07:44:40Z
2023-12-06T17:45:20Z
https://github.com/langchain-ai/langchain/issues/6415
1,762,948,644
6,415
[ "langchain-ai", "langchain" ]
### System Info LangChain 0.0.204, Windoews, Python 3.9.16, SQLAlchemy 2.0.15 My Query: list products created between 01 March 2015 and 31 March 2015 and status is 4 Results From SQLDatabaseSequentialChain: SQLQuery:The original query is correct and does not contain any of the common mistakes listed. Therefor...
SQLDatabaseSequentialChain is not submiting the SQL query with error to model to correct it.
https://api.github.com/repos/langchain-ai/langchain/issues/6414/comments
2
2023-06-19T07:20:53Z
2023-09-26T16:05:38Z
https://github.com/langchain-ai/langchain/issues/6414
1,762,915,859
6,414