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"
] | ### Issue you'd like to raise.
Looking to use `AsyncChromiumLoader` to scrape URLs but I keep running into the following error:
```python
loader = AsyncChromiumLoader(["https://www.espn.com/nfl/story/_/id/38652877/lions-rb-jahmyr-gibbs-wr-amon-ra-st-brown-return-vs-bucs"])
loader.load()
-----------------------... | Issue: `AsyncChromiumLoader` RuntimeError: asyncio.run() cannot be called from a running event loop | https://api.github.com/repos/langchain-ai/langchain/issues/11810/comments | 2 | 2023-10-14T16:12:24Z | 2024-02-08T16:18:46Z | https://github.com/langchain-ai/langchain/issues/11810 | 1,943,375,169 | 11,810 |
[
"hwchase17",
"langchain"
] | ### System Info
LangChain: langchain-0.0.314
Python: Anaconda Python 3.9.18
X86
RTX3080 Laptop (16G)
CUDA 11.8
cuDNN 8.9.5
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [X] Embeddin... | AttributeError: 'LlamaForCausalLM' object has no attribute 'is_quantized' | https://api.github.com/repos/langchain-ai/langchain/issues/11809/comments | 4 | 2023-10-14T13:46:33Z | 2023-10-16T23:54:22Z | https://github.com/langchain-ai/langchain/issues/11809 | 1,943,280,693 | 11,809 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I'm encountering an error while trying to use a Falcon model to chat with a bunch of text files. I've downloaded the model locally on my Google Drive, and everything seems fine up to this point. However, when I try to define the LLM model in Langchain using the following code:
```
fr... | Issue: : Issue with HuggingFacePipeline while trying to use a Falcon model for chat with text files | https://api.github.com/repos/langchain-ai/langchain/issues/11807/comments | 2 | 2023-10-14T12:59:34Z | 2024-02-07T16:18:58Z | https://github.com/langchain-ai/langchain/issues/11807 | 1,943,251,646 | 11,807 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
[Link](https://python.langchain.com/docs/expression_language/cookbook/retrieval#with-memory-and-returning-source-documents)
Hi, I've been exploring the Cookbook RAG (link provided above) and noticed that `expanded_memory` is not defined anywhere in the code snippet(**With Memor... | DOC: LangChain Cookbook RAG typo | https://api.github.com/repos/langchain-ai/langchain/issues/11805/comments | 3 | 2023-10-14T09:54:28Z | 2023-10-15T14:39:12Z | https://github.com/langchain-ai/langchain/issues/11805 | 1,943,154,020 | 11,805 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
Sorry to raise this as an issue, but I have a quick question. I am preparing come code for `langchain` and noticed that most of the code I wish to build on lacks unit tests. I was considering first submitting a PR of purely unit tests for the existing code I wish to use in order to keep ... | Issue: unit tests, a quick question. | https://api.github.com/repos/langchain-ai/langchain/issues/11803/comments | 2 | 2023-10-14T09:11:36Z | 2024-02-07T16:19:03Z | https://github.com/langchain-ai/langchain/issues/11803 | 1,943,107,712 | 11,803 |
[
"hwchase17",
"langchain"
] | ### Feature request
- If user wants to get content from document which are having confidence HIGH or HIGHEST then with help of this feature Kendra will return only more relevance records.
### Motivation
- Sometimes kendra return content with LOW `ScoreConfidence` which may lead to inaccurate results.
### Your cont... | Add support for AWS Kendra `ScoreConfidence` filter. | https://api.github.com/repos/langchain-ai/langchain/issues/11801/comments | 2 | 2023-10-14T07:10:08Z | 2024-03-08T01:28:10Z | https://github.com/langchain-ai/langchain/issues/11801 | 1,943,036,454 | 11,801 |
[
"hwchase17",
"langchain"
] | ### Feature request
The feature proposal is to integrate a new Langchain tool that would provide support for queries on [https://api.nasa.gov/](NASA APIs)
Here is the list of NASA APIs that will be integrated into the new tool:
- APOD
- Asteroids NeoWs
- Earth
- EONET
- EPIC
- GeneLab
- Insight
- Mars Rover... | feat: add NASA API tool | https://api.github.com/repos/langchain-ai/langchain/issues/11787/comments | 8 | 2023-10-13T23:29:42Z | 2024-03-13T19:56:56Z | https://github.com/langchain-ai/langchain/issues/11787 | 1,942,774,990 | 11,787 |
[
"hwchase17",
"langchain"
] | ### System Info
Python Version: 3.11.0
LangChain Version: 0.0.264
### 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 ... | MultiPromptChain does not use its assigned destination chains | https://api.github.com/repos/langchain-ai/langchain/issues/11786/comments | 4 | 2023-10-13T23:23:40Z | 2024-02-09T16:15:58Z | https://github.com/langchain-ai/langchain/issues/11786 | 1,942,772,500 | 11,786 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
my Azure search index has 4 fields
id, user_id, content, content_vector.
I am trying to add a conversation to the azure search vector store for a user_id ="msunkara"
The code is given below:
memory_vector_store: AzureSearch = AzureSearch(
azure_search_endpoint=vect... | Issue: <add_texts method in AzureSearch class throwing a metadata error> | https://api.github.com/repos/langchain-ai/langchain/issues/11780/comments | 10 | 2023-10-13T19:51:52Z | 2024-02-14T16:09:28Z | https://github.com/langchain-ai/langchain/issues/11780 | 1,942,553,296 | 11,780 |
[
"hwchase17",
"langchain"
] | ### Feature request
As it stands, `LLMRouterChain` basically only supports a single input. Here is the template:
https://github.com/langchain-ai/langchain/blob/v0.0.314/libs/langchain/langchain/chains/router/multi_prompt_prompt.py
While it is currently supported to define multiple input variables on a `PromptTem... | LLMRouterChain should easily support multiple inputs | https://api.github.com/repos/langchain-ai/langchain/issues/11778/comments | 4 | 2023-10-13T19:41:14Z | 2024-02-11T16:11:17Z | https://github.com/langchain-ai/langchain/issues/11778 | 1,942,541,303 | 11,778 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I tried to follow the contributing Quick Start [here](https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md#-quick-start), but I'm running into issues when I run the unit tests using `make test`
Here are the failing tests:
```
FAILED tests/unit_tests/agents/t... | Issue: Many unit tests failing when running on Windows | https://api.github.com/repos/langchain-ai/langchain/issues/11775/comments | 3 | 2023-10-13T17:01:59Z | 2023-12-21T21:45:43Z | https://github.com/langchain-ai/langchain/issues/11775 | 1,942,295,198 | 11,775 |
[
"hwchase17",
"langchain"
] | ### System Info
Using `langchain==0.0.300`
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [x] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
- [ ]... | ElasticsearchDatabaseChain SerializationError | https://api.github.com/repos/langchain-ai/langchain/issues/11771/comments | 4 | 2023-10-13T16:35:06Z | 2023-11-04T04:21:52Z | https://github.com/langchain-ai/langchain/issues/11771 | 1,942,262,577 | 11,771 |
[
"hwchase17",
"langchain"
] | ### Feature request
Implement a feature using Langchain's image_captions.py and audio_speech_to_text.py to produce .srt files. This system will provide both subtitles and visual scene descriptions, essentially creating closed captioning.
### Motivation
Current closed captioning primarily captures spoken content, om... | Video imagery to text (Closed Captioning) | https://api.github.com/repos/langchain-ai/langchain/issues/11770/comments | 8 | 2023-10-13T16:29:52Z | 2024-03-18T16:05:44Z | https://github.com/langchain-ai/langchain/issues/11770 | 1,942,255,454 | 11,770 |
[
"hwchase17",
"langchain"
] | ### System Info
I encountered a very strange problem when using AsyncCallbackHandler. Most of the time, it works normally, but occasionally strange problems occur. Therefore, I logged the entire call process in each function, and finally learned from the logs that under normal circumstances, the logs are on_ llm_ star... | When using Streaming and AsyncCallbackHandler, sometimes it is not possible to obtain the complete token concatenation string. | https://api.github.com/repos/langchain-ai/langchain/issues/11769/comments | 3 | 2023-10-13T14:56:55Z | 2024-02-09T16:16:13Z | https://github.com/langchain-ai/langchain/issues/11769 | 1,942,118,596 | 11,769 |
[
"hwchase17",
"langchain"
] | ### System Info
llm = ChatOpenAI(model_name="gpt-4", temperature=0.5, request_timeout=300)
qa_chain = ConversationalRetrievalChain.from_llm(
verbose=True,
llm=llm,
retriever=retriever,
return_source_documents=True,
combine_docs_chain_kwargs={"prompt": prompt},
rephrase_question=False,
... | Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')). | https://api.github.com/repos/langchain-ai/langchain/issues/11767/comments | 2 | 2023-10-13T11:51:17Z | 2024-02-11T16:11:22Z | https://github.com/langchain-ai/langchain/issues/11767 | 1,941,800,234 | 11,767 |
[
"hwchase17",
"langchain"
] | ### Feature request
I would like to propose a new vector database to be included in the Langchain ecosystem to expand Langchain's influence. Below is the official link to our vector database.
https://www.transwarp.cn/starwarp
### Motivation
I hope that everyone can more conveniently use Hippo + Langchain to bui... | Add a new vector store hippo to langchain | https://api.github.com/repos/langchain-ai/langchain/issues/11763/comments | 1 | 2023-10-13T10:54:02Z | 2024-02-06T16:21:51Z | https://github.com/langchain-ai/langchain/issues/11763 | 1,941,719,788 | 11,763 |
[
"hwchase17",
"langchain"
] | ### Feature request
It would be great to make it possible to use multiple retrievers, LLM, and conversation history together.
### Motivation
Currently, when using `MultiRetrievalQAChain.fromLLMAndRetrievers`, you can provide an LLM and multiple retrievers for context. If there was a possibility to add a conversation... | Use conversation history with MultiRetrievalQAChain | https://api.github.com/repos/langchain-ai/langchain/issues/11760/comments | 2 | 2023-10-13T10:28:58Z | 2024-02-20T16:14:35Z | https://github.com/langchain-ai/langchain/issues/11760 | 1,941,683,584 | 11,760 |
[
"hwchase17",
"langchain"
] | ### System Info
Google Colab
langchain==0.0.313
transformers==4.34.0
Python 3.10.12
[Dependencies](https://pastebin.com/raw/T1BqzVq1)
I am trying to download huggingface model and feed them to the chain. It was working prior to few weeks. I have tried to change model id to other models.
### Who can help?... | AttributeError: 'BloomForCausalLM' object has no attribute 'is_quantized' | https://api.github.com/repos/langchain-ai/langchain/issues/11759/comments | 6 | 2023-10-13T09:35:49Z | 2024-02-11T16:11:27Z | https://github.com/langchain-ai/langchain/issues/11759 | 1,941,602,588 | 11,759 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
From the page
https://python.langchain.com/docs/integrations/platforms/aws
If you select See a [usage example.](https://python.langchain.com/docs/integrations/llms/amazon_api_gateway_example) the following message is generated:
**Page Not Found**
We could not find what y... | DOC:**Page Not Found** | https://api.github.com/repos/langchain-ai/langchain/issues/11758/comments | 1 | 2023-10-13T09:16:52Z | 2024-03-13T20:03:18Z | https://github.com/langchain-ai/langchain/issues/11758 | 1,941,572,219 | 11,758 |
[
"hwchase17",
"langchain"
] | ### Feature request
will you update to follow the update of https://github.com/openai/openai-python/discussions/631 ?
### Motivation
Many issues in langchain point that when calling async api and using openai LLM(Chains like MapReduceDocumentsChain), it will raise '[Error Response payload is not complete](ht... | Adapt to openai-python v1.0.0 Beta | https://api.github.com/repos/langchain-ai/langchain/issues/11755/comments | 11 | 2023-10-13T07:18:30Z | 2024-02-15T16:08:42Z | https://github.com/langchain-ai/langchain/issues/11755 | 1,941,385,504 | 11,755 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I am trying to build an agent with multiple tools. Based on the query agent may need to execute single or multiple tools. Some of the tools may ask clarification question to the user. In that case agent should add the question to the final answer along with other tools response. But it... | Question (Urgent): Agent with multiple tools doesn't work as expected and also caused infinite loop. | https://api.github.com/repos/langchain-ai/langchain/issues/11751/comments | 3 | 2023-10-13T06:26:38Z | 2024-03-29T16:06:25Z | https://github.com/langchain-ai/langchain/issues/11751 | 1,941,321,112 | 11,751 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
_No response_
### Suggestion:
_No response_ | langchain agentε¦δ½η₯ιιζ©εͺδΈͺTool? | https://api.github.com/repos/langchain-ai/langchain/issues/11750/comments | 2 | 2023-10-13T05:25:20Z | 2024-02-08T16:19:20Z | https://github.com/langchain-ai/langchain/issues/11750 | 1,941,264,138 | 11,750 |
[
"hwchase17",
"langchain"
] | ### System Info
```sh
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/langchain/__init__.py", line 8, in <module>
from langchain.agents import MRKLChain, ReActChain, SelfAskWithSearchChain
File "/usr/local/lib/python3.8/dist-packages/la... | @root_validator error | https://api.github.com/repos/langchain-ai/langchain/issues/11749/comments | 3 | 2023-10-13T04:51:51Z | 2023-10-18T18:52:26Z | https://github.com/langchain-ai/langchain/issues/11749 | 1,941,233,288 | 11,749 |
[
"hwchase17",
"langchain"
] | ### Feature request
We would like to add Slack toolkit, which for a slack user, he can:
1. fetch information of workplaces (name, user type, time joined, etc.) he is a member of
2. fetch chat history across workplaces he is a member, and further process/analyze such data with LLM
3. fetch interaction (reply, ment... | Add Slack Toolkit | https://api.github.com/repos/langchain-ai/langchain/issues/11747/comments | 4 | 2023-10-13T01:32:38Z | 2024-02-11T16:11:36Z | https://github.com/langchain-ai/langchain/issues/11747 | 1,941,067,816 | 11,747 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
_No response_
### Suggestion:
_No response_ | ζδΉζ§εΆlangchain agentηζεΎεη±»ηη±»ε«ζ°οΌ | https://api.github.com/repos/langchain-ai/langchain/issues/11746/comments | 3 | 2023-10-13T00:48:54Z | 2024-02-08T16:19:30Z | https://github.com/langchain-ai/langchain/issues/11746 | 1,941,036,248 | 11,746 |
[
"hwchase17",
"langchain"
] | ### System Info
Hi, I've implemented my own MultiRouteChain
### Who can help?
@UmerHA
@hwchase17
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / P... | BaseCallbackHandler on_llm_new_token not working with custom MultiRouteChain | https://api.github.com/repos/langchain-ai/langchain/issues/11739/comments | 4 | 2023-10-12T22:41:51Z | 2024-02-10T16:13:27Z | https://github.com/langchain-ai/langchain/issues/11739 | 1,940,902,588 | 11,739 |
[
"hwchase17",
"langchain"
] | ### System Info
Platform: Windows Server 2022
Python: 3.11.6
Langchain version: 0.0.306
### Who can help?
@agola11 @hwchase17
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [X] Prompts / Prompt T... | `extra_tools` argument in `create_pandas_dataframe_agent()` doesn't seem to be working | https://api.github.com/repos/langchain-ai/langchain/issues/11737/comments | 3 | 2023-10-12T22:22:09Z | 2024-02-05T15:14:43Z | https://github.com/langchain-ai/langchain/issues/11737 | 1,940,885,814 | 11,737 |
[
"hwchase17",
"langchain"
] | ### Feature request
There is an option to specify the prompt sent to LLM and also the CONDENSE_QUESTION prompt. But there is no way to specify the prompt that is being used by SelfQueryRetriever. This can be helpful to provide additional context to the LLM in order to construct a proper query.
### Motivation
For my ... | Add option to specify prompt for SelfQueryRetriever | https://api.github.com/repos/langchain-ai/langchain/issues/11735/comments | 5 | 2023-10-12T21:49:59Z | 2024-05-07T16:05:58Z | https://github.com/langchain-ai/langchain/issues/11735 | 1,940,842,588 | 11,735 |
[
"hwchase17",
"langchain"
] | ### System Info
Langchain version: 0.0.312
Python: 3.10.11
Platform: Ubuntu
### 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 / Pr... | IndexError: pop from empty list - bug in ConversationTokenBufferMemory | https://api.github.com/repos/langchain-ai/langchain/issues/11734/comments | 6 | 2023-10-12T21:11:56Z | 2024-02-11T16:11:42Z | https://github.com/langchain-ai/langchain/issues/11734 | 1,940,800,530 | 11,734 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I am following the notebook in this github to create two agents with tools:
https://github.com/langchain-ai/langchain/blob/master/cookbook/two_agent_debate_tools.ipynb
I am also using AzureOpenAI instead of OpenAI directly because of corporate firewalls. I am getting this error:
... | TypeError: BaseChatModel.__call__() missing 1 required positional argument: 'messages' | https://api.github.com/repos/langchain-ai/langchain/issues/11733/comments | 3 | 2023-10-12T20:45:25Z | 2024-07-14T15:27:49Z | https://github.com/langchain-ai/langchain/issues/11733 | 1,940,767,532 | 11,733 |
[
"hwchase17",
"langchain"
] | ### Feature request
Hello everyone!
Please when will we have SQLDatabaseChain async?
I believe it's crucial for all Chains to be async so that we can have a serverless service serving multiple clients.
Thank you!
### Motivation
I believe it's crucial for all Chains to be async so that we can have a serverle... | async SQLDatabaseChain | https://api.github.com/repos/langchain-ai/langchain/issues/11732/comments | 5 | 2023-10-12T20:25:16Z | 2024-03-28T16:06:32Z | https://github.com/langchain-ai/langchain/issues/11732 | 1,940,740,863 | 11,732 |
[
"hwchase17",
"langchain"
] | ### Feature request
The proposal is to enhance our Langchain by integrating support for querying The Movie Database (TMDb) using a Tool to retrieve detailed information about movies.
[https://developer.themoviedb.org/docs/getting-started](url)
[https://github.com/celiao/tmdbsimple/](url)
### Motivation
Allowing... | Add support for themoviedb querying to get movie info | https://api.github.com/repos/langchain-ai/langchain/issues/11728/comments | 3 | 2023-10-12T19:15:07Z | 2023-10-16T04:21:47Z | https://github.com/langchain-ai/langchain/issues/11728 | 1,940,635,026 | 11,728 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.

The retriever object in the VectorStoreRetrieverMemory class is a VectorStoreRetriever and not AzureSearchVectorStoreRetriever.
The VectorStoreRetriever and AzureSearchVectorS... | Issue: <VectorStoreRetrieverMemory class doesn't support AzureSearchVectorStoreRetriever retriever> | https://api.github.com/repos/langchain-ai/langchain/issues/11720/comments | 2 | 2023-10-12T16:49:35Z | 2024-02-06T16:22:36Z | https://github.com/langchain-ai/langchain/issues/11720 | 1,940,398,645 | 11,720 |
[
"hwchase17",
"langchain"
] | ### System Info
LangChain 0.0.240
but code on latest master has same issue
### Who can help?
@agola11
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Select... | Cost calculation is always zero with fine-tuned OpenAI models | https://api.github.com/repos/langchain-ai/langchain/issues/11715/comments | 5 | 2023-10-12T14:46:31Z | 2024-02-04T19:41:20Z | https://github.com/langchain-ai/langchain/issues/11715 | 1,940,160,863 | 11,715 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
Having issue with cypherPrompt in GraphCypherQAChain .
I am trying to use GraphCypherQAChain and Bedrock to generate an answer from Neo4j database.
I am using local Neo4j Movies database and the code example from: https://js.langchain.com/docs/modules/chains/additional/cypher_chain
... | Issue: Invalid prompt schema: Missing value for input [GraphCypherQAChain][cypherPrompt] | https://api.github.com/repos/langchain-ai/langchain/issues/11706/comments | 2 | 2023-10-12T12:12:12Z | 2023-10-16T11:55:48Z | https://github.com/langchain-ai/langchain/issues/11706 | 1,939,853,669 | 11,706 |
[
"hwchase17",
"langchain"
] | ### Feature request
I propose a feature that allows the **API key** to be set as an optional **parameter** when changing the `openai_api_base` in LangChain's implementation of OpenAI. This feature would make it possible to set the API key to an empty string or any arbitrary string, similar to how it's done in **LiteLL... | Allow API_KEY to be optional when API_BASE is selected for OpenAI. | https://api.github.com/repos/langchain-ai/langchain/issues/11700/comments | 4 | 2023-10-12T10:47:50Z | 2024-02-10T16:13:37Z | https://github.com/langchain-ai/langchain/issues/11700 | 1,939,721,293 | 11,700 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.

ε¦δ½θ·εζε°ηζ₯εΏε’οΌδΈη₯ιζδΉε
³ιθΏδΊζε°ηζ₯εΏ
### Suggestion:
_No response_ | Agent stopped due to iteration limit or time limit. | https://api.github.com/repos/langchain-ai/langchain/issues/11699/comments | 5 | 2023-10-12T09:38:36Z | 2024-02-10T16:13:42Z | https://github.com/langchain-ai/langchain/issues/11699 | 1,939,606,027 | 11,699 |
[
"hwchase17",
"langchain"
] | ### System Info
Current master, all python versions
### Who can help?
@hwchase17
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [X] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parser... | LocalAI embeddings require OpenAI key | https://api.github.com/repos/langchain-ai/langchain/issues/11698/comments | 1 | 2023-10-12T08:58:04Z | 2024-02-06T16:22:51Z | https://github.com/langchain-ai/langchain/issues/11698 | 1,939,531,951 | 11,698 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
Dear Langchain Developers,
Thank you very much for developing Langchain.
I am writing to seek clarification on a few aspects of Langchain that I find intriguing. Specifically, I am interested in understanding more about the role and functionality of 'metadata' and 'page_content' wi... | Understanding the Role and Functionality of Metadata and Page_Content in Langchain | https://api.github.com/repos/langchain-ai/langchain/issues/11697/comments | 2 | 2023-10-12T08:31:39Z | 2024-02-09T16:16:58Z | https://github.com/langchain-ai/langchain/issues/11697 | 1,939,487,505 | 11,697 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
How to get the same values of the Float numbers generated as embeddings -
1/ Am comparing values generated from OpenAI - from langchain.embeddings.openai import OpenAIEmbeddings
embedding = OpenAIEmbeddings()
2/ comparing with the values generated from -- gpt4all
from langchain.em... | Issue: GPT4AllEmbeddings - dont compare with - OpenAIEmbeddings | https://api.github.com/repos/langchain-ai/langchain/issues/11696/comments | 2 | 2023-10-12T07:12:54Z | 2024-02-09T16:17:03Z | https://github.com/langchain-ai/langchain/issues/11696 | 1,939,352,699 | 11,696 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
_No response_
### Suggestion:
_No response_ | agentζ―ε¦ζ―ζllama2η³»εεε
Άθ‘η樑ε | https://api.github.com/repos/langchain-ai/langchain/issues/11695/comments | 2 | 2023-10-12T07:07:11Z | 2023-10-12T07:44:50Z | https://github.com/langchain-ai/langchain/issues/11695 | 1,939,343,638 | 11,695 |
[
"hwchase17",
"langchain"
] | ### System Info
APIError: HTTP code 200 from API ("{\"rate_limit_usage\": {\)
File "[...]/anaconda3/envs/sjj_env/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 541, in _run_script
exec(code, module.__dict__)
File "[...]/gitlab/run_finQA_webUI.py", line 158, in <module>
... | APIError: HTTP code 200 from API ("{\"rate_limit_usage\": {\) | https://api.github.com/repos/langchain-ai/langchain/issues/11694/comments | 7 | 2023-10-12T04:24:29Z | 2023-10-12T07:43:45Z | https://github.com/langchain-ai/langchain/issues/11694 | 1,939,149,824 | 11,694 |
[
"hwchase17",
"langchain"
] | ### Feature request
Would it make sense to use an llm to split a large document into smaller documents that have complete context?
### Motivation
My best guess is that most of the existing splitters may drop context ?
### Your contribution
Could try | text split by llm? | https://api.github.com/repos/langchain-ai/langchain/issues/11691/comments | 5 | 2023-10-12T01:29:23Z | 2024-02-26T16:07:38Z | https://github.com/langchain-ai/langchain/issues/11691 | 1,939,011,196 | 11,691 |
[
"hwchase17",
"langchain"
] | ### Feature request
At the moment the agent spends additional rounds of agent <> LLM to format the JSON data I request to be in a sentence format. Is there a way to avoid this?
### Motivation
If the user is asking for JSON the agent should provide JSON and not a properly formatted sentence(that costs more token>mone... | A way to use csv_agent to simply return JSON | https://api.github.com/repos/langchain-ai/langchain/issues/11683/comments | 1 | 2023-10-11T21:31:49Z | 2024-01-30T00:26:49Z | https://github.com/langchain-ai/langchain/issues/11683 | 1,938,775,462 | 11,683 |
[
"hwchase17",
"langchain"
] | ### System Info
Version `0.0.312`
### 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
- [ ] Document... | include_df_in_prompt should be compared as boolean value and not None | https://api.github.com/repos/langchain-ai/langchain/issues/11677/comments | 2 | 2023-10-11T20:47:09Z | 2024-06-28T16:30:12Z | https://github.com/langchain-ai/langchain/issues/11677 | 1,938,701,583 | 11,677 |
[
"hwchase17",
"langchain"
] | ### Feature request
Similar to the discussion in this thread https://github.com/langchain-ai/langchain/issues/7239, I would like to have a way to show inline citations in QA tasks.
Specially, I haven't had a whole lot of success integrating `create_citation_fuzzy_match_chain` with `ConversationalRetrievalChain`
... | Integrating `create_citation_fuzzy_match_chain` with `ConversationalRetrievalChain` | https://api.github.com/repos/langchain-ai/langchain/issues/11673/comments | 18 | 2023-10-11T19:24:42Z | 2023-12-15T10:43:03Z | https://github.com/langchain-ai/langchain/issues/11673 | 1,938,566,368 | 11,673 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
Similar to the discussion in this thread https://github.com/langchain-ai/langchain/issues/7239, I would like to have a way to show inline citations in QA tasks.
Specially, I haven't had a whole lot of success integrating `create_citation_fuzzy_match_chain` with `ConversationalRetrieva... | DELETE | https://api.github.com/repos/langchain-ai/langchain/issues/11671/comments | 0 | 2023-10-11T19:16:40Z | 2023-10-24T01:07:38Z | https://github.com/langchain-ai/langchain/issues/11671 | 1,938,552,713 | 11,671 |
[
"hwchase17",
"langchain"
] | ### Feature request
Currently, the Bedrock `chat_model` does not support async streaming, which is odd, as the previous [PR](https://github.com/langchain-ai/langchain/pull/10393/files#diff-9874347f7fa335df661ff4089b0922b3214e08a92e9879610424522f806358f7R62) included it; seems that the async method was not added proper... | Add async streaming for Bedrock | https://api.github.com/repos/langchain-ai/langchain/issues/11668/comments | 6 | 2023-10-11T16:06:06Z | 2024-06-18T08:41:48Z | https://github.com/langchain-ai/langchain/issues/11668 | 1,938,174,193 | 11,668 |
[
"hwchase17",
"langchain"
] | ### System Info
on Ubuntu with Python 3.11.5, Langchain 0.0.307
### Who can help?
@hwchase17
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ]... | ConversationalRetrievalChain Vectorstore cannot apply filter to a key with given multiple values | https://api.github.com/repos/langchain-ai/langchain/issues/11666/comments | 5 | 2023-10-11T15:29:24Z | 2024-02-12T16:11:33Z | https://github.com/langchain-ai/langchain/issues/11666 | 1,938,100,043 | 11,666 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain==0.0.306
chromadb==0.4.13
Python 3.11.5
### Who can help?
@hwchase17 @atroyn
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Sele... | `Chroma.from_documents` adds docs to same collection creating duplicates | https://api.github.com/repos/langchain-ai/langchain/issues/11665/comments | 5 | 2023-10-11T14:05:47Z | 2023-10-11T20:53:10Z | https://github.com/langchain-ai/langchain/issues/11665 | 1,937,873,604 | 11,665 |
[
"hwchase17",
"langchain"
] | ### System Info
0.0.3
### 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 Loaders
- [... | db = FAISS.from_documents(docs, embeddings) ;how to get docs's index or content from db? | https://api.github.com/repos/langchain-ai/langchain/issues/11661/comments | 6 | 2023-10-11T13:20:45Z | 2023-10-11T14:46:52Z | https://github.com/langchain-ai/langchain/issues/11661 | 1,937,769,538 | 11,661 |
[
"hwchase17",
"langchain"
] | 


... | Chat model answering incorrectly and weirdly | https://api.github.com/repos/langchain-ai/langchain/issues/11657/comments | 3 | 2023-10-11T11:39:43Z | 2024-02-08T16:20:16Z | https://github.com/langchain-ai/langchain/issues/11657 | 1,937,562,333 | 11,657 |
[
"hwchase17",
"langchain"
] | I am trying to use a prompt with my chain but I am getting an error which I'm not sure how to solve. Also, I was wondering is it possible to use a constitutional principle to apply it to the ConversationalRetrievalChain? If so, can someone guide me on how to do so? Sorry for beginner questions but I am new to all of th... | Prompt invalid with ConversationalRetrievalChain | https://api.github.com/repos/langchain-ai/langchain/issues/11656/comments | 5 | 2023-10-11T11:29:12Z | 2024-03-13T19:57:58Z | https://github.com/langchain-ai/langchain/issues/11656 | 1,937,545,931 | 11,656 |
[
"hwchase17",
"langchain"
] | ### Feature request
I want to make similar implementation of SQLAlchemyCache that can index prompts by md5 hash.
### Motivation
Postgres have limitation for 2704 bytes on index. Processing on simple index can be faster.
### Your contribution
I have prepared cache implementation β I will add it in contributing PR | Using hash for indexing prompts SQLAlchemyCache | https://api.github.com/repos/langchain-ai/langchain/issues/11655/comments | 3 | 2023-10-11T10:56:25Z | 2023-10-23T05:39:08Z | https://github.com/langchain-ai/langchain/issues/11655 | 1,937,471,577 | 11,655 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
In creating an app, ideally, you would like to let's say
db = SQLDatabase.from_uri(DATABASE_URI)
in one endpoint, and use the db in other endpoints,
The second endpoint could be what users get access to, so in getting responses, it should be quick, hence only accessing the already lo... | Issue: Inability to serialize langchain modules such as conversational retrieval chain, SQL database | https://api.github.com/repos/langchain-ai/langchain/issues/11654/comments | 3 | 2023-10-11T10:35:10Z | 2024-02-08T16:20:20Z | https://github.com/langchain-ai/langchain/issues/11654 | 1,937,424,892 | 11,654 |
[
"hwchase17",
"langchain"
] | ### System Info
IDE==PyCharm
Python==3.11.4
langchain==0.0.306
pinecone-client==2.2.2
### 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... | Hallucinations, ignoring data in vector store and returning all documents as sources | https://api.github.com/repos/langchain-ai/langchain/issues/11653/comments | 2 | 2023-10-11T10:27:20Z | 2024-02-08T16:20:25Z | https://github.com/langchain-ai/langchain/issues/11653 | 1,937,406,691 | 11,653 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
Hello folks,
I am not quite sure if my issue is an issue regarding the docs or rather the implementation.
### What is the differnece between HuggingFaceEmbeddings and HuggingFaceHubEmbeddings?
Currently in [v0.0.312](https://github.com/langchain-ai/langchain/releases/ta... | DOC: HuggingFaceEmbeddings vs. HuggingFaceHubEmbeddings | https://api.github.com/repos/langchain-ai/langchain/issues/11651/comments | 4 | 2023-10-11T09:37:15Z | 2024-02-11T16:11:51Z | https://github.com/langchain-ai/langchain/issues/11651 | 1,937,320,086 | 11,651 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I've tried building a Bot and now I see the following issue.
Architecture:
1. Cloud Run service 1 ; Streamlit app which accepts the user_input (question) on the topic and sends it to Flask API part of service 2.
2. Cloud Run service 2: Flask code which calls the LLM code and re... | ConversationalRetrievalChain + Memory ( New issue for me) | https://api.github.com/repos/langchain-ai/langchain/issues/11650/comments | 9 | 2023-10-11T08:41:59Z | 2024-02-13T16:10:52Z | https://github.com/langchain-ai/langchain/issues/11650 | 1,937,199,873 | 11,650 |
[
"hwchase17",
"langchain"
] | ### System Info
Langchain version : 0.0.312
python version: 3.11.4
conda env platform: osx-arm64 / x86
system : macos M1 13.2.1 (22D68)
### Who can help?
@hwchase17 @agola11
### Information
- [x] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Mode... | GPT4All Model Serializable.__init__ Error | https://api.github.com/repos/langchain-ai/langchain/issues/11649/comments | 1 | 2023-10-11T07:41:44Z | 2023-10-11T07:53:52Z | https://github.com/langchain-ai/langchain/issues/11649 | 1,937,072,756 | 11,649 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain=0.0.312
### code:
from langchain.llms import Minimax
minimax = Minimax(minimax_api_key=minimax_api_key, minimax_group_id=minimax_group_id)
print(minimax("What is the difference between panda and bear?"))
### or:
from langchain.chat_models import MiniMaxChat
from langchain.schem... | ValueError: "Minimax" object has no field "_client" | https://api.github.com/repos/langchain-ai/langchain/issues/11648/comments | 2 | 2023-10-11T06:52:49Z | 2024-02-08T16:20:41Z | https://github.com/langchain-ai/langchain/issues/11648 | 1,936,992,404 | 11,648 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain==0.0.311
python==3.9
I am trying to find out the similarity search score. but I got the score is abnormal. I hope the score is between 0 and 1.

### Who can help?
_No response_
##... | FAISS similarity search with score | https://api.github.com/repos/langchain-ai/langchain/issues/11645/comments | 2 | 2023-10-11T03:21:59Z | 2024-02-13T16:10:58Z | https://github.com/langchain-ai/langchain/issues/11645 | 1,936,721,958 | 11,645 |
[
"hwchase17",
"langchain"
] | ### System Info
Python version - Python 3
Langchain version - I am not completely sure, but I think 0.0.196
### Who can help?
@eyurtsev - can you help with the above issue as I see you look after DataLoader Abstractions?
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
... | ArxivLoader always returns 1 document | https://api.github.com/repos/langchain-ai/langchain/issues/11644/comments | 5 | 2023-10-11T02:24:01Z | 2023-10-14T04:35:52Z | https://github.com/langchain-ai/langchain/issues/11644 | 1,936,650,375 | 11,644 |
[
"hwchase17",
"langchain"
] | ### System Info
Flask==3.0.0
Flask-Cors==4.0.0
langchain==0.0.312
openai==0.28.1
pandas==2.1.1
tabulate==0.9.0
numpy==1.26.0
### Who can help?
@eyurtsev
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
... | create_csv_agent cannot read files hosted on Vercel blob | https://api.github.com/repos/langchain-ai/langchain/issues/11637/comments | 4 | 2023-10-11T00:00:18Z | 2023-10-11T03:26:55Z | https://github.com/langchain-ai/langchain/issues/11637 | 1,936,494,704 | 11,637 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I submitted a PR. Vercel 'deployment' failed. There is no other info. I dont seem to have access for this PR on vercel. How do i debug this?
### Suggestion:
_No response_ | How to debug vercel failures? | https://api.github.com/repos/langchain-ai/langchain/issues/11635/comments | 7 | 2023-10-10T23:10:20Z | 2024-05-14T20:03:32Z | https://github.com/langchain-ai/langchain/issues/11635 | 1,936,432,030 | 11,635 |
[
"hwchase17",
"langchain"
] | ### Feature request
Currently, the `save` method for `ChatPromptTemplate` is not implemented, preventing developers from saving templates as files.
### Motivation
This is a core feature that should be supported by all templates.
### Your contribution
If I have time I can make a PR. | feat: implement ChatPromptTemplate.save | https://api.github.com/repos/langchain-ai/langchain/issues/11631/comments | 3 | 2023-10-10T22:20:50Z | 2024-02-09T16:17:29Z | https://github.com/langchain-ai/langchain/issues/11631 | 1,936,362,500 | 11,631 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain version: 0.0.268
python version: 3.11
MacOS: Ventura 13.6
### Who can help?
@agola11
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [X] Embedding Models
- [ ] Prompts / Prompt Templates / Pr... | Issue as a result of Chroma.from_documents, OpenAI and AWS API Gateway | https://api.github.com/repos/langchain-ai/langchain/issues/11629/comments | 2 | 2023-10-10T22:04:33Z | 2024-02-06T16:23:46Z | https://github.com/langchain-ai/langchain/issues/11629 | 1,936,346,884 | 11,629 |
[
"hwchase17",
"langchain"
] | ### Feature request
### Feature request
Azure Cosmos DB for MongoDB vCore enables users to efficiently store, index, and query high dimensional vector data stored directly in Azure Cosmos DB for MongoDB vCore. It contains similarity measures such as COS (cosine distance), L2 (Euclidean distance) or IP (inner produc... | Add AzureCosmosDBVectorSearch VectorStore | https://api.github.com/repos/langchain-ai/langchain/issues/11627/comments | 1 | 2023-10-10T20:55:53Z | 2023-10-11T20:56:47Z | https://github.com/langchain-ai/langchain/issues/11627 | 1,936,230,465 | 11,627 |
[
"hwchase17",
"langchain"
] | ### System Info
I'm using Langchain's Human Tool as part of my application. However, I am having difficulty integrating it into streamlit.
I'm mainly trying to change the input_func argument in the function:
`Human_Tool =load_tools(["human"], lm=llm, input_func=get_input)`
I've tried many different approaches... | How to integrate Langchain's Human Tool into Streamlit | https://api.github.com/repos/langchain-ai/langchain/issues/11626/comments | 9 | 2023-10-10T20:26:57Z | 2024-06-19T06:09:17Z | https://github.com/langchain-ai/langchain/issues/11626 | 1,936,153,248 | 11,626 |
[
"hwchase17",
"langchain"
] | ### System Info
The method signatures of similaritySearchWithScore and similaritySearch are identical in Javascript. I assume this is a mistake.
```
export declare abstract class VectorStore extends Serializable {
...
similaritySearch(query: string, k?: number, filter?: this["FilterType"] | undefined, _cal... | similaritySearchWithScore and similaritySearch method signatures are identical in javascript | https://api.github.com/repos/langchain-ai/langchain/issues/11625/comments | 4 | 2023-10-10T20:24:24Z | 2024-02-09T16:17:34Z | https://github.com/langchain-ai/langchain/issues/11625 | 1,936,149,678 | 11,625 |
[
"hwchase17",
"langchain"
] | ### System Info
https://github.com/langchain-ai/langchain/releases/tag/v0.0.304
Reverting to 3.0.3 or under fixes it. The error looks something like (truncated confidential parts of the trace)
```
Traceback (most recent call last):
...
File "/Users/sid.gupta/.pyenv/versions/3.11.3/lib/python3.11/site-pack... | Release 3.0.4 breaks compatibility with ddtrace. | https://api.github.com/repos/langchain-ai/langchain/issues/11624/comments | 3 | 2023-10-10T20:12:25Z | 2024-02-06T16:23:56Z | https://github.com/langchain-ai/langchain/issues/11624 | 1,936,133,212 | 11,624 |
[
"hwchase17",
"langchain"
] | ### System Info
from langchain.docstore.document import Document
from typing import Dict
from langchain import PromptTemplate, SagemakerEndpoint
from langchain.llms.sagemaker_endpoint import LLMContentHandler
from langchain.chains.question_answering import load_qa_chain
import json
example_doc_1 = """
Peter a... | AWS Sagemaker "code":424, | https://api.github.com/repos/langchain-ai/langchain/issues/11618/comments | 3 | 2023-10-10T17:47:53Z | 2024-02-10T16:14:07Z | https://github.com/langchain-ai/langchain/issues/11618 | 1,935,901,944 | 11,618 |
[
"hwchase17",
"langchain"
] | ### Feature request
Add self-querying capability for MongoDBAtlasVectorSearch so that any natural language query could be converted to a MongoDB query and then be used to search the MongoDB vector store
### Motivation
I was testing self-quering using MongoDBAtlasVectorSearch when I got an error saying that self-quer... | Self-querying retriever for MongoDBAtlasVectorSearch | https://api.github.com/repos/langchain-ai/langchain/issues/11616/comments | 2 | 2023-10-10T16:37:06Z | 2024-01-30T18:27:37Z | https://github.com/langchain-ai/langchain/issues/11616 | 1,935,763,708 | 11,616 |
[
"hwchase17",
"langchain"
] | ### Feature request
[Infino callback handler](https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/callbacks/infino_callback.py) as of this writing does not support ChatOpenAI models, as it does not support `on_chat_model_start` callback.
Adding this callback will enable users to track lat... | Support ChatOpenAI models in Infino callback manager | https://api.github.com/repos/langchain-ai/langchain/issues/11607/comments | 5 | 2023-10-10T14:32:26Z | 2024-02-03T07:12:26Z | https://github.com/langchain-ai/langchain/issues/11607 | 1,935,507,768 | 11,607 |
[
"hwchase17",
"langchain"
] | ### System Info
openai==0.27.6
urllib3==1.26.15
pandas==2.0.1
slack-sdk==3.21.3
pydantic==2.4.2
langchain==0.0.311
SQLAlchemy==2.0.11
mysqlclient==2.2.0
pymysql==1.1.0
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Com... | langchain is not working on AWS , It is always giving "ImportError: libmariadb.so.3: cannot open shared object file: No such file or directory" , no where i am using mariadb | https://api.github.com/repos/langchain-ai/langchain/issues/11606/comments | 3 | 2023-10-10T14:13:21Z | 2024-02-08T16:21:06Z | https://github.com/langchain-ai/langchain/issues/11606 | 1,935,467,502 | 11,606 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I built a self-hosted LLM and applied Langchain's HuggingFaceTextGenInference for use in an offline environment, but an error occurred because the tokenizer was forced to call online in the code using the map_reduce type of summarize_chain.
I would like to solve this problem to use se... | Using a self-hosted LLM in an offline environment | https://api.github.com/repos/langchain-ai/langchain/issues/11599/comments | 4 | 2023-10-10T11:22:02Z | 2024-02-09T16:17:44Z | https://github.com/langchain-ai/langchain/issues/11599 | 1,935,118,678 | 11,599 |
[
"hwchase17",
"langchain"
] | ### Feature request
Add optional multithreading support for `TextSplitter`, e.g for the loop in `TextSplitter.create_documents`:
https://github.com/langchain-ai/langchain/blob/e2a9072b806b1a45b0e4c107b30dddd0f67a453f/libs/langchain/langchain/text_splitter.py#L138-L153
Question: Is there anything opposing thi... | Multithreading support for TextSplitter | https://api.github.com/repos/langchain-ai/langchain/issues/11595/comments | 2 | 2023-10-10T10:02:42Z | 2024-02-08T16:21:16Z | https://github.com/langchain-ai/langchain/issues/11595 | 1,934,953,718 | 11,595 |
[
"hwchase17",
"langchain"
] | ### Feature request
Hey hi hello :)
Some organizations expose Azure OpenAI endpoints via some proxies that need additional HTTP headers. Currently AzureOpenAI class doesn't expose (at least I wasn't able to find one) a capability to set this. Similarly to what is possible in OpenAIEmbeddings ([https://api.python.la... | AzureOpenAI doesn't expose parameter to set custom HTTP headers. | https://api.github.com/repos/langchain-ai/langchain/issues/11593/comments | 3 | 2023-10-10T07:56:04Z | 2024-02-06T16:24:21Z | https://github.com/langchain-ai/langchain/issues/11593 | 1,934,656,142 | 11,593 |
[
"hwchase17",
"langchain"
] | ### Feature request
I want to get the ids of the document returned when performing `similarity_search()` or `similarity_search_with_score()`. The id should be present in the metadata = {"id": id}
### Motivation
Want to update the metadata of the documents that are returned in the similarity search. This update... | Return ids for the document returned from the Similarity Search. | https://api.github.com/repos/langchain-ai/langchain/issues/11592/comments | 3 | 2023-10-10T07:14:45Z | 2024-02-15T16:08:35Z | https://github.com/langchain-ai/langchain/issues/11592 | 1,934,574,489 | 11,592 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain==0.0.311
### 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
- [ ] Documen... | Getting error "Just a moment...Enable JavaScript and cookies to continue" when loading website using WebBaseLoader | https://api.github.com/repos/langchain-ai/langchain/issues/11590/comments | 4 | 2023-10-10T05:53:55Z | 2024-03-02T12:50:18Z | https://github.com/langchain-ai/langchain/issues/11590 | 1,934,432,018 | 11,590 |
[
"hwchase17",
"langchain"
] | ### Feature request
Is there any plan for supporting BedrockChat async calls?
### Motivation
I am using this api in a fastapi backend, while receiving data from bedrock I have to send data back to frontend. But for now the network is totally blocked, and streaming is no possible in this case.
### Your contributio... | Request for BedrockChat async functions(BedrockChat.agenerate). | https://api.github.com/repos/langchain-ai/langchain/issues/11589/comments | 3 | 2023-10-10T04:36:10Z | 2024-02-05T23:26:22Z | https://github.com/langchain-ai/langchain/issues/11589 | 1,934,334,394 | 11,589 |
[
"hwchase17",
"langchain"
] | ### System Info
Langchain Version: 0.0.311
Python: 3.10.9
### 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 Sel... | similarity_search_with_relevance_scores is not working properly with Pinecone | https://api.github.com/repos/langchain-ai/langchain/issues/11587/comments | 3 | 2023-10-10T02:51:40Z | 2023-10-17T03:19:33Z | https://github.com/langchain-ai/langchain/issues/11587 | 1,934,209,959 | 11,587 |
[
"hwchase17",
"langchain"
] | ### Feature request
Introduce a comprehensive Discord Integration Toolkit to Langchain. This would allow a more seamless and direct interaction with the Discord API through an Agent interface. It should encompass capabilities like message dispatch, channel navigation, user role management, and channel administration.
... | Discord Integration Toolkit | https://api.github.com/repos/langchain-ai/langchain/issues/11584/comments | 1 | 2023-10-10T01:39:47Z | 2023-12-01T05:29:28Z | https://github.com/langchain-ai/langchain/issues/11584 | 1,934,118,870 | 11,584 |
[
"hwchase17",
"langchain"
] | ### Feature request
As of today, it's not possible to use Amazon API Gateway for exposing embeddings model and use it as part of a chain (e.g. ConversationalRetrievalChain). As of today, AmazonAPIGateway can be used only as LLM for text generation, but you cannot use it as embeddings for text embeddings generation (e.... | AmazonAPIGatewayEmbeddings class for text embeddings | https://api.github.com/repos/langchain-ai/langchain/issues/11580/comments | 1 | 2023-10-09T22:10:30Z | 2024-02-06T16:24:26Z | https://github.com/langchain-ai/langchain/issues/11580 | 1,933,898,140 | 11,580 |
[
"hwchase17",
"langchain"
] | ### Feature request
I propose to add the Python client for Arcee.ai as an LLM and retriever.
`arcee.py` under [langchain/utilities](https://github.com/langchain-ai/langchain/tree/master/libs/langchain/langchain/utilities)
`arcee.py` under [langchain/llms](https://github.com/langchain-ai/langchain/tree/master/libs/... | Support of Arcee.ai LLM and Retrievers | https://api.github.com/repos/langchain-ai/langchain/issues/11578/comments | 2 | 2023-10-09T21:26:51Z | 2023-10-10T19:43:10Z | https://github.com/langchain-ai/langchain/issues/11578 | 1,933,846,716 | 11,578 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
End-to-end Example: [GPT+WolframAlpha](https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain)
This link leads to a 404. A quick google search does not find a working page.
### Idea or request for content:
_No response_ | DOC: Wolfram Agent Link broken on README | https://api.github.com/repos/langchain-ai/langchain/issues/11574/comments | 1 | 2023-10-09T19:15:40Z | 2024-02-06T16:24:31Z | https://github.com/langchain-ai/langchain/issues/11574 | 1,933,650,569 | 11,574 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
To get documents from collections (vector db) there is a method:
```python
class Collection(BaseModel):
name: str
id: UUID
metadata: Optional[CollectionMetadata] = None
_client: "API" = PrivateAttr()
_embedding_function: Optional[EmbeddingFunction] = PrivateA... | Support for case insensitive query search something like "$regex" instead of "$contains" | https://api.github.com/repos/langchain-ai/langchain/issues/11571/comments | 15 | 2023-10-09T18:43:18Z | 2023-10-10T20:31:04Z | https://github.com/langchain-ai/langchain/issues/11571 | 1,933,607,837 | 11,571 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
The current Docusaurus default settings display a link icon in the footer of the website. This icon is a small hyperlink symbol that appears next to external links in the footer. While this may be a helpful feature for some websites, it may not align with the design or functional ... | DOC: Remove the Link Icon in the footer due to the docusaurus default settings | https://api.github.com/repos/langchain-ai/langchain/issues/11565/comments | 5 | 2023-10-09T17:57:51Z | 2024-05-19T16:06:53Z | https://github.com/langchain-ai/langchain/issues/11565 | 1,933,542,876 | 11,565 |
[
"hwchase17",
"langchain"
] | ### System Info
LangChain v0.0.304
### Who can help?
@hwchase17 @ag
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
- [ ] Docume... | Incorrect token counting in Bedrock LLMs | https://api.github.com/repos/langchain-ai/langchain/issues/11560/comments | 2 | 2023-10-09T16:37:33Z | 2024-02-06T16:24:36Z | https://github.com/langchain-ai/langchain/issues/11560 | 1,933,438,442 | 11,560 |
[
"hwchase17",
"langchain"
] | ### Issue with current documentation:
On the class description page there is no list with links to class methods
The class:
langchain.chains.retrieval_qa.base.RetrievalQA
https://api.python.langchain.com/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html#langchain.chains.retrieval_qa.base.Retrie... | On the class description page there is no list with links to class methodsDOC: <Please write a comprehensive title after the 'DOC: ' prefix> | https://api.github.com/repos/langchain-ai/langchain/issues/11554/comments | 1 | 2023-10-09T15:02:05Z | 2024-02-06T16:24:41Z | https://github.com/langchain-ai/langchain/issues/11554 | 1,933,283,622 | 11,554 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
I am getting this error while setting a RetrievalQA using FAISS, the code is as follows:
Using the following version on a MAC : python 3.10, Faiss_cpu 1.7.4, langchain 0.0.310
embeddings_model_name = os.environ.get('EMBEDDINGS_MODEL_NAME')
faiss_index = os.en... | Issue: <Getting error while setting up a RetrievalQA Conversation with Faiss_cpu prefix> | https://api.github.com/repos/langchain-ai/langchain/issues/11548/comments | 8 | 2023-10-09T12:24:24Z | 2024-02-13T16:11:08Z | https://github.com/langchain-ai/langchain/issues/11548 | 1,932,951,692 | 11,548 |
[
"hwchase17",
"langchain"
] | ### System Info
max_marginal_relevance_search is mentioned in the ElasticSearchStore python documentation, but when calling the referenced API with langchain 0.0.310 and Python 3.9 I receive a NotImplementedError.
https://api.python.langchain.com/en/latest/vectorstores/langchain.vectorstores.elasticsearch.Elasticse... | Support max_marginal_relevance_search for ElasticSearchStore | https://api.github.com/repos/langchain-ai/langchain/issues/11547/comments | 3 | 2023-10-09T12:02:23Z | 2024-02-09T16:17:58Z | https://github.com/langchain-ai/langchain/issues/11547 | 1,932,912,761 | 11,547 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
https://arxiv.org/abs/2305.10601
### Suggestion:
https://arxiv.org/abs/2305.10601 | Issue: Add Examples of implementing Tree of Thoughts using Langchain | https://api.github.com/repos/langchain-ai/langchain/issues/11546/comments | 4 | 2023-10-09T11:54:58Z | 2024-02-01T18:48:53Z | https://github.com/langchain-ai/langchain/issues/11546 | 1,932,899,628 | 11,546 |
[
"hwchase17",
"langchain"
] | ### Issue you'd like to raise.
Hi, I am trying to use Hugging Face model for langchain. However, I got this error :
"FutureWarning: '__init__' (from 'huggingface_hub.inference_api') is deprecated and will be removed from version '0.19.0'. `InferenceApi` client is deprecated in favor of the more feature-complete `... | Issue: Inference Client in Lang chain | https://api.github.com/repos/langchain-ai/langchain/issues/11545/comments | 5 | 2023-10-09T10:15:14Z | 2024-02-12T16:11:59Z | https://github.com/langchain-ai/langchain/issues/11545 | 1,932,738,201 | 11,545 |
[
"hwchase17",
"langchain"
] | ### Feature request
Based on the discussion in : https://github.com/langchain-ai/langchain/issues/11540
The WebBaseLoader in LangChain has a default User-Agent set in the session headers, and this could be a good enhancement for the RecursiveUrlLoader as well.
Here's a potential solution:
class RecursiveUrlLoader... | User-Agent needs to be set for RecursiveUrlLoader | https://api.github.com/repos/langchain-ai/langchain/issues/11541/comments | 2 | 2023-10-09T06:37:51Z | 2024-02-06T16:24:56Z | https://github.com/langchain-ai/langchain/issues/11541 | 1,932,397,687 | 11,541 |
[
"hwchase17",
"langchain"
] | ### System Info
Python: 3.10
### 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
... | Recursive URL doesn't work on some websites until User-Agent is added | https://api.github.com/repos/langchain-ai/langchain/issues/11540/comments | 2 | 2023-10-09T05:57:59Z | 2024-02-09T16:18:08Z | https://github.com/langchain-ai/langchain/issues/11540 | 1,932,355,135 | 11,540 |
[
"hwchase17",
"langchain"
] | ### System Info
langchain==0.0.310
### Who can help?
@joemcelroy οΌIt seems that the method _select_relevance_score_fn was forgotten to be implemented in vectorstores-elasticsearch.
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/C... | The ElasticsearchStore implementation is not correct. | https://api.github.com/repos/langchain-ai/langchain/issues/11539/comments | 8 | 2023-10-09T03:43:54Z | 2024-01-22T18:52:22Z | https://github.com/langchain-ai/langchain/issues/11539 | 1,932,250,317 | 11,539 |
[
"hwchase17",
"langchain"
] | ### Feature request
We are seeking to add a tool to Langchain for Twitter API (v1.1). Integrating the API as a tool will allow agents to search for tweets and timelines using a specific search query that filters by users, locations, hashtags, etc. to respond to prompts.
### Motivation
Although Langchain curren... | Integrating Twitter search API as a tool | https://api.github.com/repos/langchain-ai/langchain/issues/11538/comments | 3 | 2023-10-09T02:28:26Z | 2023-12-11T03:16:11Z | https://github.com/langchain-ai/langchain/issues/11538 | 1,932,202,481 | 11,538 |
[
"hwchase17",
"langchain"
] | ### Feature request
Create a natural language interface with DGraph, enabling LangChain to connect more effectively with clients using DGraph, and the DGraph community overall.
### Motivation
LangChain already boasts a range of graph integrations with databases like Neo4j and AWS Neptune. Including DGraph in LangCha... | Add DGraqh integration with LangChain | https://api.github.com/repos/langchain-ai/langchain/issues/11533/comments | 2 | 2023-10-08T19:46:26Z | 2024-02-12T16:12:03Z | https://github.com/langchain-ai/langchain/issues/11533 | 1,932,042,979 | 11,533 |
[
"hwchase17",
"langchain"
] | ### Feature request
Integrating Pandas DataFrame as an output parser in LangChain AI would offer users a specific and robust tool for data analysis and manipulation. This addition would enable users to receive AI-generated data in a structured tabular format, simplifying tasks like data cleaning, transformation, and... | Add support for a Pandas DataFrame OutputParser | https://api.github.com/repos/langchain-ai/langchain/issues/11532/comments | 1 | 2023-10-08T19:22:47Z | 2023-11-30T03:46:06Z | https://github.com/langchain-ai/langchain/issues/11532 | 1,932,028,190 | 11,532 |
[
"hwchase17",
"langchain"
] | ### System Info
latest
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [X] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
- [ ] Document Loaders
- ... | ConversationBufferMemory returning json not formatted when chain is run | https://api.github.com/repos/langchain-ai/langchain/issues/11531/comments | 3 | 2023-10-08T16:41:12Z | 2024-02-10T16:14:32Z | https://github.com/langchain-ai/langchain/issues/11531 | 1,931,904,754 | 11,531 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.