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"
] | ### Feature request
It seems that right now there is no way to pass the filter dynamically on the call of the ConversationalRetrievalChain, the filter can only be specified in the retriever when it's created and used for all the searches.
```
qa = ConversationalRetrievalChainPassArgs.from_llm(
OpenAI(.... | Passing filter through ConversationalRetrievalChain to the underlying vector store | https://api.github.com/repos/langchain-ai/langchain/issues/9195/comments | 21 | 2023-08-14T10:10:40Z | 2024-06-13T00:54:34Z | https://github.com/langchain-ai/langchain/issues/9195 | 1,849,461,369 | 9,195 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am just testing a very basic code as follows using LangChain
```
from langchain import HuggingFaceHub
from langchain import PromptTemplate, LLMChain
import asyncio
question = "Who won the FIFA World Cup in the year 1994? "
template = """Question: {question}
Answer: L... | Incomplete responses for basic example when used HF with llama and Falcon LLMS | https://api.github.com/repos/langchain-ai/langchain/issues/9194/comments | 2 | 2023-08-14T09:40:20Z | 2023-11-20T16:05:02Z | https://github.com/langchain-ai/langchain/issues/9194 | 1,849,408,199 | 9,194 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.263
python 3.11.4
### Who can help?
@hwchase17
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parser... | ConstitutionalChain may violate earlier principals when given more than one | https://api.github.com/repos/langchain-ai/langchain/issues/9189/comments | 2 | 2023-08-14T06:45:10Z | 2023-11-20T16:05:06Z | https://github.com/langchain-ai/langchain/issues/9189 | 1,849,110,211 | 9,189 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am using pusher for streaming purpose.
I am getting error as "Response payload is not completed"
async def pusher__cal(new_payload, token):
# print(token)
session_id = new_payload["session_id"]
session_id_channel = f"{session_id}_channel"
user_id = new_payload["user_id"]
mess... | Error Response payload is not complete | https://api.github.com/repos/langchain-ai/langchain/issues/9187/comments | 4 | 2023-08-14T05:02:23Z | 2024-02-09T16:23:49Z | https://github.com/langchain-ai/langchain/issues/9187 | 1,849,004,724 | 9,187 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
This is the code I am using for custom callback
async def pusher__cal(new_payload, token):
print(token)
session_id = new_payload["session_id"]
session_id_channel = f"{session_id}_channel"
user_id = new_payload["user_id"]
message_id = new_payload["message_id"]
... | Issue for Streaming | https://api.github.com/repos/langchain-ai/langchain/issues/9185/comments | 1 | 2023-08-14T03:59:11Z | 2023-08-14T05:01:21Z | https://github.com/langchain-ai/langchain/issues/9185 | 1,848,951,353 | 9,185 |
[
"langchain-ai",
"langchain"
] | ### System Info
### Pylance displays missing parameter errors for `client` and `model`

Neither `client` or `model` are required in the documenation.
## Suggested fix
Update attrib... | Typing Issue: Client and Model defaults are not defined in OpenAI LLM | https://api.github.com/repos/langchain-ai/langchain/issues/9182/comments | 1 | 2023-08-13T22:15:59Z | 2023-11-19T16:04:36Z | https://github.com/langchain-ai/langchain/issues/9182 | 1,848,761,648 | 9,182 |
[
"langchain-ai",
"langchain"
] | ### Feature request
https://huggingface.co/inference-endpoints
### Motivation
We do not have support for HuggingFace Inference endpoints for tasks like embeddings and must be easy to implement inheriting the class from Embeddings base class
`InferenceEndpointHuggingFaceEmbeddings(Embeddings):` with only
`... | Add support HuggingFace Inference Endpoint for embeddings | https://api.github.com/repos/langchain-ai/langchain/issues/9181/comments | 6 | 2023-08-13T21:56:46Z | 2024-03-18T16:05:09Z | https://github.com/langchain-ai/langchain/issues/9181 | 1,848,753,869 | 9,181 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
While navigating the documentation, I came across an issue that I wanted to bring to your attention. It seems that `Python Guide` link on this page
[https://docs.langchain.com/docs/components/agents/agent](https://docs.langchain.com/docs/components/agents/agent)
is returnin... | Documentation Issue - Page Not Found | https://api.github.com/repos/langchain-ai/langchain/issues/9178/comments | 1 | 2023-08-13T18:56:34Z | 2023-11-19T16:04:41Z | https://github.com/langchain-ai/langchain/issues/9178 | 1,848,701,107 | 9,178 |
[
"langchain-ai",
"langchain"
] | ### System Info
Langchain Version: 0.0.263 (latest at time of writing)
llama-cpp-python Version: 0.1.77 (latest at time of writing)
Python Version: 3.11.4
Platform: Apple M1 Macbook 16GB
Llama2 Model: llama-2-7b-chat.ggmlv3.q4_1.bin via [https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML](https://huggingface.co/... | Langchain stripping out emojis when using Llama2 via llama_cpp | https://api.github.com/repos/langchain-ai/langchain/issues/9176/comments | 4 | 2023-08-13T17:59:46Z | 2023-11-27T16:07:36Z | https://github.com/langchain-ai/langchain/issues/9176 | 1,848,682,080 | 9,176 |
[
"langchain-ai",
"langchain"
] | ### System Info
Langchain Version - 0.0.261
Python Version - 3.9.6
OS -MacOS
### Who can help?
@hwchase17 @ago
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Pro... | Unable to add PromptTemplate/FewShotPromptTemplate to LangChain Agents | https://api.github.com/repos/langchain-ai/langchain/issues/9175/comments | 3 | 2023-08-13T17:55:21Z | 2023-12-25T16:09:25Z | https://github.com/langchain-ai/langchain/issues/9175 | 1,848,681,012 | 9,175 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
Difficult to find information.
Information is incomplete in certain sections. ie. AgentExecutor.
### Idea or request for content:
_No response_ | DOC: Documentation is frustratingly bad | https://api.github.com/repos/langchain-ai/langchain/issues/9171/comments | 1 | 2023-08-13T11:05:55Z | 2023-11-19T16:04:46Z | https://github.com/langchain-ai/langchain/issues/9171 | 1,848,543,653 | 9,171 |
[
"langchain-ai",
"langchain"
] | ### System Info
LangChain Version- 0.0.260, platform- Windows, Python Version-3.9.16
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / P... | Caching (SQLiteCache/InMemoryCache etc.) is not working with ConversationalRetrievalChain | https://api.github.com/repos/langchain-ai/langchain/issues/9168/comments | 4 | 2023-08-13T05:18:56Z | 2023-12-08T16:47:58Z | https://github.com/langchain-ai/langchain/issues/9168 | 1,848,417,866 | 9,168 |
[
"langchain-ai",
"langchain"
] | ### Feature request
The SQL Database Agent utilizes the SQLDatabaseToolkit. This toolkit encompasses four distinct tools:
1. InfoSQLDatabaseTool
2. ListSQLDatabaseTool
3. QuerySQLCheckerTool
4. QuerySQLDataBaseTool
The QuerySQLCheckerTool is designed to identify and rectify errors within SQL code. It employs ... | Passing SQL error in QuerySQLCheckerTool | https://api.github.com/repos/langchain-ai/langchain/issues/9167/comments | 5 | 2023-08-13T05:08:21Z | 2023-11-19T16:04:56Z | https://github.com/langchain-ai/langchain/issues/9167 | 1,848,414,387 | 9,167 |
[
"langchain-ai",
"langchain"
] | ### System Info
LangChain version used: 0.0.261 Python (this has been observed in older versions of LangChain too)
This context (context attached) is passed from the search results retrieved from Azure vector search.
Question: what are the legal services in Australia?
Response: "Some legal services in Australia ... | Langchain bug: Responding to out of context questions when using GPT4 with Vector Database where as when the context is passed directly to the Azure OpenAI completion endpoint, we consistently get the correct response | https://api.github.com/repos/langchain-ai/langchain/issues/9165/comments | 7 | 2023-08-13T01:21:43Z | 2023-11-19T16:05:01Z | https://github.com/langchain-ai/langchain/issues/9165 | 1,848,338,018 | 9,165 |
[
"langchain-ai",
"langchain"
] | ### Feature request
I know that Llamapi is in the experimental phase but can is there way to set the model configurations for the llms.
### Motivation
I have my own finetune llama that works the api, and would like to use it
### Your contribution
N/A | llamapi | https://api.github.com/repos/langchain-ai/langchain/issues/9157/comments | 1 | 2023-08-12T19:49:08Z | 2023-11-18T16:04:47Z | https://github.com/langchain-ai/langchain/issues/9157 | 1,848,207,782 | 9,157 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.10
### Who can help?
@hw
### 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
- [ ] Document Loaders
- [ ] V... | ConversationalAgent/CHAT_CONVERSATIONAL_REACT_DESCRIPTION dosen't work well with ChatOpenAI 3.5 and Claude models | https://api.github.com/repos/langchain-ai/langchain/issues/9154/comments | 7 | 2023-08-12T13:32:19Z | 2024-02-14T16:11:58Z | https://github.com/langchain-ai/langchain/issues/9154 | 1,848,016,732 | 9,154 |
[
"langchain-ai",
"langchain"
] | ### System Info
Hello,
Thanks for the wonderful extension on PG. I am using on DigitialOcean for my SAAS app where i have different schemas for each tenant. I had installed PG vector in public schema, so that all the tenants could make use of them.
My app is built on OpenAI api and I am using the default method fr... | Able to query contents of a PG vector table, ever after dropping the table. | https://api.github.com/repos/langchain-ai/langchain/issues/9152/comments | 2 | 2023-08-12T11:13:01Z | 2023-08-12T12:07:34Z | https://github.com/langchain-ai/langchain/issues/9152 | 1,847,942,408 | 9,152 |
[
"langchain-ai",
"langchain"
] | ### Feature request
I am trying to use the from_llm_and_api_docs() function with an API that only supports parameters via the "params" parameter in the request library:
The from_llm_and_api_docs works well with apis that encode parameters in the URl. Eg: https://api.open-meteo.com/v1/forecast/latitude=123&longitud... | Custom Parameter/ Json Payload for from_llm_and_api_docs() function | https://api.github.com/repos/langchain-ai/langchain/issues/9151/comments | 6 | 2023-08-12T10:53:09Z | 2024-05-08T14:23:31Z | https://github.com/langchain-ai/langchain/issues/9151 | 1,847,930,416 | 9,151 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.262
aim==3.17.5
aim-ui==3.17.5
aimrecords==0.0.7
aimrocks==0.4.0
python: 3.11.4
env: MacOS
### Who can help?
@agola11
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding ... | Error in AimCallbackHandler.on_chain_start callback: 'input' | https://api.github.com/repos/langchain-ai/langchain/issues/9150/comments | 6 | 2023-08-12T04:58:36Z | 2024-02-18T16:07:41Z | https://github.com/langchain-ai/langchain/issues/9150 | 1,847,753,503 | 9,150 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain 0.0.262
text_generation_server. https://github.com/huggingface/text-generation-inference
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat ... | Langchain text_generation client hits: pydantic.error_wrappers.ValidationError: 1 validation error for Response | https://api.github.com/repos/langchain-ai/langchain/issues/9146/comments | 2 | 2023-08-11T21:41:36Z | 2023-08-11T21:45:22Z | https://github.com/langchain-ai/langchain/issues/9146 | 1,847,459,877 | 9,146 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
llm = OpenAI(temperature=0, model_name = args.ModelName)
system_message = SystemMessage(content=template)
agent_kwargs = {
"extra_prompt_messages": [MessagesPlaceholder(variable_name="memory")],
"system_message": system_message,
}
tools = load_tools(["google-serper"], l... | GoogleSerperRun._arun() got an unexpected keyword argument 'arg1' | https://api.github.com/repos/langchain-ai/langchain/issues/9144/comments | 1 | 2023-08-11T19:44:55Z | 2023-08-13T23:07:17Z | https://github.com/langchain-ai/langchain/issues/9144 | 1,847,337,972 | 9,144 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
`API Reference` `langchain.agents Functions` table unreadable:

The `name` column is soo long, which makes the `description` column unreadable.
It is because of this value:... | DOC: `API Reference` `langchain.agents Functions ` table unreadable | https://api.github.com/repos/langchain-ai/langchain/issues/9133/comments | 5 | 2023-08-11T17:16:33Z | 2023-11-19T22:54:10Z | https://github.com/langchain-ai/langchain/issues/9133 | 1,847,171,982 | 9,133 |
[
"langchain-ai",
"langchain"
] | ### Feature request
**Make the intent identification (SELECT vs UPDATE) within the SPARQL QA chain more resilient**
As originally described in #7758 and further discussed in #8521, some models struggle with providing an unambiguous response to the intent identification prompt, i.e., they return a sentence that contai... | Make intent identification in SPARQL QA chain more resilient | https://api.github.com/repos/langchain-ai/langchain/issues/9132/comments | 5 | 2023-08-11T17:09:45Z | 2024-02-18T17:49:30Z | https://github.com/langchain-ai/langchain/issues/9132 | 1,847,163,390 | 9,132 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.10
LangChain: 0.0.245
### Who can help?
@hwchase17
### 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
- ... | LangChain tools as gpt func, always fails at the JSON decode | https://api.github.com/repos/langchain-ai/langchain/issues/9130/comments | 4 | 2023-08-11T16:48:08Z | 2023-11-19T16:05:06Z | https://github.com/langchain-ai/langchain/issues/9130 | 1,847,137,279 | 9,130 |
[
"langchain-ai",
"langchain"
] | ### System Info
I have an extremely simple setup where I created a GH app following the [Github App Quickstart Guide](https://docs.github.com/en/apps/creating-github-apps/writing-code-for-a-github-app/quickstart). I then start a blank repo with the template `README.md` (just the name of the repo in a title).
The ag... | [Request] Note that the 'base branch' needs to match the repository's 'default branch' | https://api.github.com/repos/langchain-ai/langchain/issues/9129/comments | 4 | 2023-08-11T16:31:15Z | 2023-11-20T16:05:11Z | https://github.com/langchain-ai/langchain/issues/9129 | 1,847,115,156 | 9,129 |
[
"langchain-ai",
"langchain"
] | ### System Info
in sagemaker.
langchain==0.0.256 or 0.0.249 (I tried both)
Image: Data Science 3.0
Kernel: Python 3
Instance type: ml.t3.medium 2 vCPU + 4 GiB
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [X] My own modified scripts
### Related Com... | inference configurations are invalid forBedrockEmbeddings models | https://api.github.com/repos/langchain-ai/langchain/issues/9127/comments | 11 | 2023-08-11T15:33:52Z | 2023-12-13T16:07:43Z | https://github.com/langchain-ai/langchain/issues/9127 | 1,847,039,060 | 9,127 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.260
model = "gpt-3.5-turbo-16k"
temperature = 0.0
### Who can help?
@hwchase17 and @agola11
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [X] Prom... | Intermediate answer from STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION received as a final answer | https://api.github.com/repos/langchain-ai/langchain/issues/9122/comments | 13 | 2023-08-11T13:52:19Z | 2024-01-30T00:41:15Z | https://github.com/langchain-ai/langchain/issues/9122 | 1,846,866,526 | 9,122 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Many parameters described on the TGI [Swagger](https://huggingface.github.io/text-generation-inference/#/Text%20Generation%20Inference/generate) find their direct equivalent in the corresponding LangChain [API](https://api.python.langchain.com/en/latest/llms/langchain.llms.huggingface_text_gen_infe... | Add `do_sample` to HuggingFaceTextGenInference | https://api.github.com/repos/langchain-ai/langchain/issues/9120/comments | 3 | 2023-08-11T12:42:50Z | 2023-11-13T08:45:47Z | https://github.com/langchain-ai/langchain/issues/9120 | 1,846,760,511 | 9,120 |
[
"langchain-ai",
"langchain"
] | ### Feature request
__A chain for planning using the [Planning Domain Definition Language](https://en.wikipedia.org/wiki/Planning_Domain_Definition_Language) and a dedicated solver__
As described in this [paper by Liu et al.](https://arxiv.org/abs/2304.11477), the LLM can generate the PDDL inputs required by a solver... | Chain for planning using PDDL | https://api.github.com/repos/langchain-ai/langchain/issues/9119/comments | 2 | 2023-08-11T12:29:14Z | 2023-11-17T16:05:14Z | https://github.com/langchain-ai/langchain/issues/9119 | 1,846,740,678 | 9,119 |
[
"langchain-ai",
"langchain"
] | ### System Info
- langchain version 0.0.262
- Python version 3.10
### Who can help?
Users I've found through blame ([exact commit](https://github.com/langchain-ai/langchain/commit/1d649b127eb10c426f9b9a67cbd1fe6ec8e6befa)):
- @MassimilianoBiancucci
- @baskaryan
### Information
- [ ] The official example noteb... | StructuredOutputParser.get_format_instructions with only_json=True doesn't return the closing backticks | https://api.github.com/repos/langchain-ai/langchain/issues/9118/comments | 1 | 2023-08-11T11:26:35Z | 2023-11-17T16:05:19Z | https://github.com/langchain-ai/langchain/issues/9118 | 1,846,659,504 | 9,118 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.261
python 3.10
------------------
ValidationError Traceback (most recent call last)
Cell In[17], line 1
----> 1 embeddings = BedrockEmbeddings(
2 credentials_profile_name="monisdas-ibm", region_name="us-east-1"
3 )
4 vectorstor... | BedrockEmbeddings can't load aws credential profile | https://api.github.com/repos/langchain-ai/langchain/issues/9117/comments | 10 | 2023-08-11T10:10:30Z | 2024-03-26T13:40:12Z | https://github.com/langchain-ai/langchain/issues/9117 | 1,846,559,683 | 9,117 |
[
"langchain-ai",
"langchain"
] | HI,
Is that azure Openai embedding had limitation ?
Traceback (most recent call last):
File "D:\Corent\AI\LangChain\azure\azure_connection.py", line 45, in <module>
VectorStore = Milvus.from_texts(
^^^^^^^^^^^^^^^^^^
File "D:\Corent\AI\LangChain\azure\venv\Lib\site-packages\langchain\v... | openai.error.InvalidRequestError: Too many inputs. | https://api.github.com/repos/langchain-ai/langchain/issues/9112/comments | 3 | 2023-08-11T08:33:13Z | 2023-12-28T16:06:57Z | https://github.com/langchain-ai/langchain/issues/9112 | 1,846,424,735 | 9,112 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I just tried the simple example with the latest version of langchain, but I meet the problem with " list index out of the range", when I modify the chain_type in "RetrievalQA.from_chain_type" function, the error messages are as follows :
map_rerank :
-------------------------------... | Issue: when using the map_rerank & refine, occur the " list index out of range" (already modify the llm.py file, but only map_reduce can work well) | https://api.github.com/repos/langchain-ai/langchain/issues/9111/comments | 6 | 2023-08-11T08:26:10Z | 2023-12-06T17:44:20Z | https://github.com/langchain-ai/langchain/issues/9111 | 1,846,415,172 | 9,111 |
[
"langchain-ai",
"langchain"
] | ### System Info
If, for some reason, the list of document is empty, an exception is sent from llm.py.
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Pro... | LLM with empty list of document | https://api.github.com/repos/langchain-ai/langchain/issues/9110/comments | 1 | 2023-08-11T08:14:57Z | 2023-08-16T07:14:35Z | https://github.com/langchain-ai/langchain/issues/9110 | 1,846,399,416 | 9,110 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am using Elasticsearch BM25 to fetch relevant documents. How can I add a parameter to tell the retriever to return only first n matching docs?
### Suggestion:
_No response_ | Issue: Elasticsearch BM25 | https://api.github.com/repos/langchain-ai/langchain/issues/9103/comments | 3 | 2023-08-11T07:41:41Z | 2024-02-12T16:16:04Z | https://github.com/langchain-ai/langchain/issues/9103 | 1,846,353,415 | 9,103 |
[
"langchain-ai",
"langchain"
] | ### System Info
Code snapshot:

Data in Azure Cognitive Search Vector Store:
data ={
"id": " ",
"content": "",
"content_vector": [],
"metadata": "{}",
"a": "",
"b": "",
"c": 20.4,
"d":... | ConversationalRetrievalChain having trouble with vector store retriever 'as_retriever()' | https://api.github.com/repos/langchain-ai/langchain/issues/9101/comments | 4 | 2023-08-11T07:37:03Z | 2024-02-19T18:19:46Z | https://github.com/langchain-ai/langchain/issues/9101 | 1,846,348,024 | 9,101 |
[
"langchain-ai",
"langchain"
] | https://github.com/langchain-ai/langchain/blob/991b448dfce7fa326e70774b5f38c9576f1f304c/libs/langchain/langchain/chains/base.py#L327C25-L327C25
IMPORTANT: chain.acall is a async function.
Chain.prep_inputs will invoke memory.load_memory_variables
in ConversationBufferWindowMemory.load_memory_variables.
```p... | sync problem | https://api.github.com/repos/langchain-ai/langchain/issues/9100/comments | 4 | 2023-08-11T07:33:15Z | 2024-02-11T16:17:07Z | https://github.com/langchain-ai/langchain/issues/9100 | 1,846,343,465 | 9,100 |
[
"langchain-ai",
"langchain"
] | ### Feature request
To import a big list of documents in a vectorstore, you must load all the documents in memory, split the documents, and import the list of documents.
They consume a lot of memory just to import. Sometime, the number of documents is too big to feet in memory.
I propose to generalize the `lazy_... | Lazy import in vectorstore | https://api.github.com/repos/langchain-ai/langchain/issues/9099/comments | 3 | 2023-08-11T07:16:11Z | 2023-11-29T09:35:50Z | https://github.com/langchain-ai/langchain/issues/9099 | 1,846,323,394 | 9,099 |
[
"langchain-ai",
"langchain"
] | I just wondering can i do streaming model bedrock like Claude V2 on Langchain?
because i don't see support streaming on the Bedrock code.
If can, can you give me example for use streaming on bedrock? | Issue: Bedrock Doesn't support streaming | https://api.github.com/repos/langchain-ai/langchain/issues/9094/comments | 8 | 2023-08-11T05:34:22Z | 2024-05-14T16:06:10Z | https://github.com/langchain-ai/langchain/issues/9094 | 1,846,221,991 | 9,094 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.261
### Who can help?
@hwchase17
### 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
- [ ] Document L... | Enums not used with OpenAI Multi Function Agent | https://api.github.com/repos/langchain-ai/langchain/issues/9092/comments | 2 | 2023-08-11T05:07:36Z | 2023-11-17T16:05:25Z | https://github.com/langchain-ai/langchain/issues/9092 | 1,846,203,093 | 9,092 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Can the atomicity of multiple write operations be guaranteed through the Agent
### Motivation
If two actions need to be executed within an agent and each action modifies the status of external tools or services, then if the first action writing operation is successful and the second act... | Can the atomicity of multiple write operations be guaranteed through the Agent | https://api.github.com/repos/langchain-ai/langchain/issues/9090/comments | 2 | 2023-08-11T03:35:52Z | 2023-11-17T16:05:30Z | https://github.com/langchain-ai/langchain/issues/9090 | 1,846,147,524 | 9,090 |
[
"langchain-ai",
"langchain"
] | ### System Info
```py
In [21]: langchain.__version__
Out[21]: '0.0.223'
In [24]: sys.platform
Out[24]: 'win32'
In [25]: !python -V
Python 3.10.10
```
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [x] My own modified scripts
### Related Com... | [BUG] module 'signal' has no attribute 'SIGALRM | https://api.github.com/repos/langchain-ai/langchain/issues/9089/comments | 2 | 2023-08-11T02:54:44Z | 2023-08-11T16:04:49Z | https://github.com/langchain-ai/langchain/issues/9089 | 1,846,125,383 | 9,089 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Sometimes, GPT might not accurately portray characters or tools, so before I ask GPT a question, I need to come up with a set of prompts.
However, in most cases, these prompts may not capture the characteristics of the characters or tools effectively. To address this, I've developed a pip package... | I would like GPT to quickly and accurately embody any characters or tools. | https://api.github.com/repos/langchain-ai/langchain/issues/9088/comments | 1 | 2023-08-11T02:39:07Z | 2023-11-17T16:05:35Z | https://github.com/langchain-ai/langchain/issues/9088 | 1,846,116,995 | 9,088 |
[
"langchain-ai",
"langchain"
] | ### System Info
"langchain": "^0.0.125"
Windows 11 x64
### Who can help?
@nfcampos
### 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... | ConversationSummaryBufferMemory broken due to missing token usage | https://api.github.com/repos/langchain-ai/langchain/issues/9083/comments | 2 | 2023-08-10T21:57:40Z | 2023-08-11T13:18:49Z | https://github.com/langchain-ai/langchain/issues/9083 | 1,845,949,455 | 9,083 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I think the `ResponseScheam` and `StructuredOutputParser` functionality is really convenient but unfortunately, it often fails in my use case due to the model outputting a slightly wrongly formatted JSON. It's usually due to extra or missing quotes.
Any suggestions on how to solve th... | Issue: StructuredOutputParser failures due to invalid JSON | https://api.github.com/repos/langchain-ai/langchain/issues/9082/comments | 2 | 2023-08-10T21:38:22Z | 2023-11-17T16:05:39Z | https://github.com/langchain-ai/langchain/issues/9082 | 1,845,932,723 | 9,082 |
[
"langchain-ai",
"langchain"
] | ### System Info
I am using langchain in a different language, but I cannot change the following sentence as it is hard-coded into the Agent class
```
thoughts += (
"\n\nI now need to return a final answer based on the previous steps:"
)
```
https://github.com/langchain... | Agents final thought as parameter | https://api.github.com/repos/langchain-ai/langchain/issues/9072/comments | 2 | 2023-08-10T20:06:59Z | 2023-11-11T21:20:04Z | https://github.com/langchain-ai/langchain/issues/9072 | 1,845,823,677 | 9,072 |
[
"langchain-ai",
"langchain"
] | https://github.com/langchain-ai/langchain/blob/a5a4c53280b4dae8ea2e09430fed88e0cd4e03d2/libs/langchain/langchain/chains/loading.py#L376
Work was done earlier this year to move all experimental and vulnerable code over to the experimental project. SQLDatabaseChain had (and still has) an open CVE against it so it was ... | Referencing experimental version of SQLDatabaseChain from the production project | https://api.github.com/repos/langchain-ai/langchain/issues/9071/comments | 2 | 2023-08-10T20:04:27Z | 2023-10-27T19:19:07Z | https://github.com/langchain-ai/langchain/issues/9071 | 1,845,820,486 | 9,071 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am creating a chatbot that records the history of the conversation through vectors in my vector store per user that uses the chatbot, and for this, I identify who is the owner of the vectors through metadata.
How can I add this metadata to the vectors if I'm using the vector store as ... | Issue: I want to attach metadata in my PGVector vector store used as retriever for my ConversationChain memory | https://api.github.com/repos/langchain-ai/langchain/issues/9067/comments | 7 | 2023-08-10T18:33:16Z | 2024-07-18T19:33:13Z | https://github.com/langchain-ai/langchain/issues/9067 | 1,845,693,256 | 9,067 |
[
"langchain-ai",
"langchain"
] | When I used to connect and azure openai Emabeddings and Milvus used , Below Exception happende
Traceback (most recent call last):
File "D:\Corent\AI\LangChain\azure\azure_connection.py", line 29, in <module>
VectorStore = Milvus.from_texts(
^^^^^^^^^^^^^^^^^^
File "D:\Corent\AI\LangChain\... | TypeError: expected string or buffer | https://api.github.com/repos/langchain-ai/langchain/issues/9057/comments | 3 | 2023-08-10T17:04:41Z | 2024-02-20T02:21:35Z | https://github.com/langchain-ai/langchain/issues/9057 | 1,845,568,042 | 9,057 |
[
"langchain-ai",
"langchain"
] | ### System Info
Langchain 0.247
Python 3.10.11
### Who can help?
@chase
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [X] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
- [ ] D... | ConversationalRetrievalChain having trouble with custom 'combine_docs_chain' | https://api.github.com/repos/langchain-ai/langchain/issues/9052/comments | 2 | 2023-08-10T15:45:03Z | 2023-11-16T16:05:16Z | https://github.com/langchain-ai/langchain/issues/9052 | 1,845,452,324 | 9,052 |
[
"langchain-ai",
"langchain"
] | ### System Info
LangChain: v0.0.260
Python: v3.11
### Who can help?
@hwchase17 @eyurtsev
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Outp... | Metaphor Search throws key error when `publishedDate` is missing | https://api.github.com/repos/langchain-ai/langchain/issues/9048/comments | 5 | 2023-08-10T15:22:58Z | 2023-11-19T16:05:16Z | https://github.com/langchain-ai/langchain/issues/9048 | 1,845,415,438 | 9,048 |
[
"langchain-ai",
"langchain"
] | ### Feature request
If I know exactly what paper(s) I'd like to load, it would be nice to be able to retrieve them by their arxiv IDs. The arxiv library seems to support this:
```
import arxiv
paper = next(arxiv.Search(id_list=["1605.08386v1"]).results())
```
### Motivation
Sometimes searching by exact paper... | ArxivLoader support searching by arxiv id_list | https://api.github.com/repos/langchain-ai/langchain/issues/9047/comments | 3 | 2023-08-10T15:21:01Z | 2023-11-22T16:06:59Z | https://github.com/langchain-ai/langchain/issues/9047 | 1,845,411,321 | 9,047 |
[
"langchain-ai",
"langchain"
] | ### System Info
Latest pip versions
### 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
- [ ] Output Parsers
- [X] Document ... | ArxivLoader incorrect results | https://api.github.com/repos/langchain-ai/langchain/issues/9046/comments | 4 | 2023-08-10T15:18:24Z | 2023-08-10T18:59:41Z | https://github.com/langchain-ai/langchain/issues/9046 | 1,845,405,467 | 9,046 |
[
"langchain-ai",
"langchain"
] | ### System Info
I have checked the issue tracker for similar issues but did not find any. Therefore, I am creating a new one.
I was trying to load a sample document using *UnstructuredFileLoader* from *langchain.document_loaders*. I was using T4 GPU on Google Colab.
I think the issue might be related to some re... | NameError: name 'partition_docx' is not defined | https://api.github.com/repos/langchain-ai/langchain/issues/9039/comments | 2 | 2023-08-10T13:19:48Z | 2023-08-10T15:19:12Z | https://github.com/langchain-ai/langchain/issues/9039 | 1,845,178,321 | 9,039 |
[
"langchain-ai",
"langchain"
] | Traceback (most recent call last):
File "D:\Corent\AI\LangChain\azure\azure_connection.py", line 14, in <module>
print(llm("Tell me joke"))
^^^^^^^^^^^^^^^^^^^
File "D:\Corent\AI\LangChain\azure\venv\Lib\site-packages\langchain\llms\base.py", line 802, in __call__
self.generate(
File "D:\C... | openai.error.InvalidRequestError: The completion operation does not work with the specified model, gpt-35-turbo-16k. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993. | https://api.github.com/repos/langchain-ai/langchain/issues/9038/comments | 4 | 2023-08-10T12:42:46Z | 2024-03-11T13:09:44Z | https://github.com/langchain-ai/langchain/issues/9038 | 1,845,112,993 | 9,038 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise
### Suggestion:
_No response_ | Streaming ConversationalRetrievalQaChain | https://api.github.com/repos/langchain-ai/langchain/issues/9036/comments | 0 | 2023-08-10T10:51:38Z | 2023-08-10T10:52:42Z | https://github.com/langchain-ai/langchain/issues/9036 | 1,844,935,577 | 9,036 |
[
"langchain-ai",
"langchain"
] | ### Feature request
What is the exact difference between the two graph based chains in langchain 1 )GraphCypherQAChain and 2)GraphQAChain. What are the pros and cons of each, and when to use one over another?
### Motivation
What is the exact difference between the two graph based chains in langchain 1 )GraphCypher... | Functional difference between GraphCypherQAChain and GraphQAChain | https://api.github.com/repos/langchain-ai/langchain/issues/9035/comments | 5 | 2023-08-10T09:50:43Z | 2023-11-16T16:05:29Z | https://github.com/langchain-ai/langchain/issues/9035 | 1,844,832,758 | 9,035 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I've been trying to install langchain using `pip install langchain[all]` in the conda environment where it already had packages to run hugging face text-generation-inference module.
Let me know how to handle this issue. While running make command i'm facing this error.
```python
... | Issue: make command is not working after installing langchain | https://api.github.com/repos/langchain-ai/langchain/issues/9033/comments | 6 | 2023-08-10T08:39:47Z | 2023-12-01T16:08:23Z | https://github.com/langchain-ai/langchain/issues/9033 | 1,844,699,377 | 9,033 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hello guys !
I would like to build a Prompt which include a System message, Context data from a vector_store and the final question. What is the best way to do that?
Right now, I'm doing this:
```
def get_prompt(system_prompt):
prompt = SystemMessage(content=system_prompt... | Issue: How to build a prompt that include SystemMessage, vector store context and final question | https://api.github.com/repos/langchain-ai/langchain/issues/9031/comments | 4 | 2023-08-10T08:31:32Z | 2023-11-16T16:05:50Z | https://github.com/langchain-ai/langchain/issues/9031 | 1,844,686,751 | 9,031 |
[
"langchain-ai",
"langchain"
] | ## Issue with current `dark theme`:
Recently the documentation has been much improvised aesthetically and functionally. But when we switch to the dark mode, the search bar **on the top right** and the **mendable chat screen** remain in the light theme.
 cannot be called from a running event loop | https://api.github.com/repos/langchain-ai/langchain/issues/9014/comments | 6 | 2023-08-10T00:04:39Z | 2024-01-17T19:07:42Z | https://github.com/langchain-ai/langchain/issues/9014 | 1,844,201,292 | 9,014 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
DOC: API Reference: Classes are not sorted in the root page. It is really hard to search for unsorted items.
For example:
```
...
agents.agent_iterator.AgentExecutorIterator(...)
agents.agent.ExceptionTool
agents.agent.LLMSingleActionAgent
agents.tools.InvalidTool
agents... | DOC: API Reference: Classes are not sorted | https://api.github.com/repos/langchain-ai/langchain/issues/9012/comments | 7 | 2023-08-09T23:14:10Z | 2023-11-14T19:03:46Z | https://github.com/langchain-ai/langchain/issues/9012 | 1,844,166,468 | 9,012 |
[
"langchain-ai",
"langchain"
] | ### System Info
After I upgraded my Langchain to version 0.0.260, the ConversationalChatAgent returns the action plan as the chat response.
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ... | Conversational agent returning action plan as response after 0.0.260 release | https://api.github.com/repos/langchain-ai/langchain/issues/9011/comments | 3 | 2023-08-09T22:54:46Z | 2023-11-19T16:05:37Z | https://github.com/langchain-ai/langchain/issues/9011 | 1,844,150,816 | 9,011 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hello - I receive a UnicodeDecodeError when running the below code:
from dotenv import load_dotenv
load_dotenv()
from langchain.llms import OpenAI
from langchain.vectorstores import Chroma
from langchain.embeddings.openai import OpenAIEmbeddings
from langchain.text_splitter imp... | Issue: UnicodeDecodeError when running .txt files using TextLoader | https://api.github.com/repos/langchain-ai/langchain/issues/9005/comments | 4 | 2023-08-09T20:48:00Z | 2024-02-04T06:16:34Z | https://github.com/langchain-ai/langchain/issues/9005 | 1,843,990,236 | 9,005 |
[
"langchain-ai",
"langchain"
] | ### System Info
python==3.11
langchain==0.0.246
### Who can help?
_No response_
### 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 Parse... | Chat LLM adds an extra sentence in front of SQL queries, produces Output Parsing Error | https://api.github.com/repos/langchain-ai/langchain/issues/9001/comments | 4 | 2023-08-09T20:26:30Z | 2024-02-11T16:17:16Z | https://github.com/langchain-ai/langchain/issues/9001 | 1,843,961,304 | 9,001 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
I am using the default configuration for RecursiveCharacterTextSplitter
text_splitter = RecursiveCharacterTextSplitter()
chunks = text_splitter.create_documents([full_text])
However, I would like to know what values are being used in the defaults. I would like to ex... | DOC: What are the default values to RecursiveCharacterTextSplitter | https://api.github.com/repos/langchain-ai/langchain/issues/8999/comments | 0 | 2023-08-09T20:03:15Z | 2023-08-09T20:06:51Z | https://github.com/langchain-ai/langchain/issues/8999 | 1,843,925,953 | 8,999 |
[
"langchain-ai",
"langchain"
] | ### System Info
When importing the `AirbyteStripeLoader` introduced in v0.0.259 it throws an `module not found error`.
```
from libs.langchain.langchain.utils.utils import guard_import
ModuleNotFoundError: No module named 'libs'
```
### Who can help?
@eyurtsev
### Information
- [X] The official example n... | `AirbyteStripeLoader` throws an error | https://api.github.com/repos/langchain-ai/langchain/issues/8996/comments | 5 | 2023-08-09T19:43:49Z | 2023-08-09T20:19:05Z | https://github.com/langchain-ai/langchain/issues/8996 | 1,843,898,676 | 8,996 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hey y'all. i have this code. i wrote it one month back and when i am running it now, it is giving me an error.
**CODE**:
<code>import os
from langchain.llms import OpenAI
from langchain import PromptTemplate
from langchain.chains import LLMChain
from constant import openai_key
... | run() got an unexpected keyword argument 'name' | https://api.github.com/repos/langchain-ai/langchain/issues/8990/comments | 7 | 2023-08-09T18:31:56Z | 2023-08-13T16:01:55Z | https://github.com/langchain-ai/langchain/issues/8990 | 1,843,798,272 | 8,990 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
```from langchain.chains import ConversationRetrievalChain```
this is what I have and i am using the latest langchain version
### Suggestion:
_No response_ | Issue: ConversationRetrievalChain" is not accessedPylance | https://api.github.com/repos/langchain-ai/langchain/issues/8987/comments | 2 | 2023-08-09T18:21:55Z | 2023-11-16T16:06:44Z | https://github.com/langchain-ai/langchain/issues/8987 | 1,843,784,776 | 8,987 |
[
"langchain-ai",
"langchain"
] | ### System Info
Ubuntu 22
Langchain version
### 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
- [ ] Output Parsers
- ... | Out of dataset answer and reference link provided for RAG example | https://api.github.com/repos/langchain-ai/langchain/issues/8986/comments | 3 | 2023-08-09T18:20:23Z | 2023-11-16T16:06:02Z | https://github.com/langchain-ai/langchain/issues/8986 | 1,843,782,612 | 8,986 |
[
"langchain-ai",
"langchain"
] | ### System Info
Langchain version: 0.0.257
Python version: 3.11
Opensearch-py version: 2.3.0
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Tem... | Issue in running ConversationalRetrievalChain query across multiple Opensearch indices with wildcard specification | https://api.github.com/repos/langchain-ai/langchain/issues/8985/comments | 5 | 2023-08-09T18:08:27Z | 2023-11-29T16:08:15Z | https://github.com/langchain-ai/langchain/issues/8985 | 1,843,767,365 | 8,985 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Many packages use pydantic versions that are much more recent than the one in langchain.
### Motivation
It is very difficult to use langchain with other packages that use recent versions of pydantic
### Your contribution
Just wanting to signal this as a needed feature | pydantic upgrade | https://api.github.com/repos/langchain-ai/langchain/issues/8984/comments | 6 | 2023-08-09T18:01:33Z | 2023-11-24T16:07:25Z | https://github.com/langchain-ai/langchain/issues/8984 | 1,843,758,645 | 8,984 |
[
"langchain-ai",
"langchain"
] | ### System Info
Mac OS 14.0
M1 Max 64GB ram
VSCode 1.80.2
Jupyter Notebook
Python 3.11.4
Llama-cpp-python using `!CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install --upgrade llama-cpp-python`
### Who can help?
@hwchase17 @agol
### Information
- [X] The official example notebooks/script... | Kernel crash when using llama2 70b on langchain with llama.cpp | https://api.github.com/repos/langchain-ai/langchain/issues/8983/comments | 3 | 2023-08-09T17:50:43Z | 2023-11-16T16:06:21Z | https://github.com/langchain-ai/langchain/issues/8983 | 1,843,744,154 | 8,983 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
How do you force a langchain agent to use a tool and not use any information outside the tool? Currently, if the question is not related to the Tool it uses its own data to generate answer which I don't want it to be.
Use Case: I have an index which has a lot of documents. I want to m... | Force LangChain Agent to Use a Tool | https://api.github.com/repos/langchain-ai/langchain/issues/8979/comments | 4 | 2023-08-09T16:48:11Z | 2024-05-08T19:44:43Z | https://github.com/langchain-ai/langchain/issues/8979 | 1,843,655,453 | 8,979 |
[
"langchain-ai",
"langchain"
] | ### System Info
colab
```
!pip install -q langchain tiktoken openai chromadb
```
### Who can help?
@eyurtsev @aga
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Template... | issues loading the prompt with load_prompt | https://api.github.com/repos/langchain-ai/langchain/issues/8978/comments | 1 | 2023-08-09T16:45:57Z | 2023-08-09T16:47:49Z | https://github.com/langchain-ai/langchain/issues/8978 | 1,843,652,268 | 8,978 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am trying to have a conversation with my documents like this
```typescript
const index = client.Index(indexName); //pinecode index
const queryEmbedding = await new OpenAIEmbeddings().embedQuery(question);
const queryResponse = await index.query({
queryRequest: { topK: 10, ve... | Issue: Can't pass embedded documents with chat | https://api.github.com/repos/langchain-ai/langchain/issues/8975/comments | 0 | 2023-08-09T16:38:34Z | 2023-08-09T17:38:23Z | https://github.com/langchain-ai/langchain/issues/8975 | 1,843,641,608 | 8,975 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Can we use Human as a tool in product?
def get_input() -> str:
print("Insert your text. Enter 'q' or press Ctrl-D (or Ctrl-Z on Windows) to end.")
contents = []
while True:
try:
line = input()
except EOFError:
break
if ... | Human as a Tool in Production | https://api.github.com/repos/langchain-ai/langchain/issues/8973/comments | 2 | 2023-08-09T16:15:19Z | 2023-11-15T16:05:23Z | https://github.com/langchain-ai/langchain/issues/8973 | 1,843,608,827 | 8,973 |
[
"langchain-ai",
"langchain"
] | ### Feature request
### First
The aim of qa_with_sources is to find only the documents used in the answer.
The attribute `return_source_documents` in `qa_with_sources` chain, returns all the documents. Not just the documents used to provide the answer.
I think it's not necessary because `retriever.get_relevant_... | qa_with_source it returns all documents, not just the ones used. | https://api.github.com/repos/langchain-ai/langchain/issues/8972/comments | 1 | 2023-08-09T16:09:42Z | 2023-11-15T16:05:34Z | https://github.com/langchain-ai/langchain/issues/8972 | 1,843,600,490 | 8,972 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain version 0.0.259
### Who can help?
@hwchase17 @baskaryan @eyurtsev
## Issue with `GoogleDriveLoader.file_loader_cls` accepting only classes with constructors that receive a `file` parameter.
The current behavior of `GoogleDriveLoader.file_loader_cls` is that it only accepts a class wit... | Bugs in `GoogleDriveLoader.file_loader_cls` | https://api.github.com/repos/langchain-ai/langchain/issues/8969/comments | 2 | 2023-08-09T14:06:18Z | 2023-09-19T08:31:39Z | https://github.com/langchain-ai/langchain/issues/8969 | 1,843,326,275 | 8,969 |
[
"langchain-ai",
"langchain"
] | ### Feature request
- The google drive loader, can manage only GDoc and GSheet.
- The code can load others type of files, but only with one other loader (`file_loader_cls`).
- It's not possible to request Google Drive to find some files with criteria.
- A Google Drive tools is not exist now.
- The can not manage ... | Extend google drive loader | https://api.github.com/repos/langchain-ai/langchain/issues/8968/comments | 1 | 2023-08-09T14:06:01Z | 2023-09-05T14:42:04Z | https://github.com/langchain-ai/langchain/issues/8968 | 1,843,325,640 | 8,968 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
@hwchase17
The code utilizes certain pivot files responsible for the comprehensive integration of classes (__init__.py, load_tools.py, etc.).
Currently, maintaining an up-to-date pull request for these files poses challenges, as they undergo updates with each new version. This necess... | Issue: re-implement pivot files to facilitate the integration of new functions | https://api.github.com/repos/langchain-ai/langchain/issues/8967/comments | 1 | 2023-08-09T14:05:53Z | 2023-11-15T16:07:03Z | https://github.com/langchain-ai/langchain/issues/8967 | 1,843,325,349 | 8,967 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain: 0.0.257
Python: 3.11.4
### Who can help?
@hwchase17 @agola11
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [X] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Outpu... | OpenAIEmbeddings expects client parameter | https://api.github.com/repos/langchain-ai/langchain/issues/8966/comments | 1 | 2023-08-09T13:38:54Z | 2023-11-15T16:05:26Z | https://github.com/langchain-ai/langchain/issues/8966 | 1,843,265,073 | 8,966 |
[
"langchain-ai",
"langchain"
] | In the docs it seems the ReAct reference references to the wrong paper.
The actual ReAct paper is [this](https://arxiv.org/pdf/2210.03629.pdf)
https://github.com/langchain-ai/langchain/blob/b8df15cd647ca645ef16b2d66be271dc1f5187c1/docs/docs_skeleton/docs/modules/agents/agent_types/index.mdx#L15 | Wrong paper reference | https://api.github.com/repos/langchain-ai/langchain/issues/8964/comments | 2 | 2023-08-09T12:49:03Z | 2023-08-20T05:26:14Z | https://github.com/langchain-ai/langchain/issues/8964 | 1,843,168,836 | 8,964 |
[
"langchain-ai",
"langchain"
] | Now I am using Pinecone and langchain in my Project.
And I am using RecursiveCharacterTextSplitter when I embedding my bot based on my specific data.
And also I am using ConversationalRetrievalQAChain in chain.
These are my code.
```
const text_splitter = new RecursiveCharacterTextSplitter({
chunkSize... | How to improve my embedding quality? | https://api.github.com/repos/langchain-ai/langchain/issues/8962/comments | 2 | 2023-08-09T12:31:35Z | 2023-11-24T19:36:17Z | https://github.com/langchain-ai/langchain/issues/8962 | 1,843,138,505 | 8,962 |
[
"langchain-ai",
"langchain"
] | I'm implementing vectorstore agent on my custom data. Can I implement this with a local llm like gpt4all(GPT4All-J v1.3-groovy)
Can agents give better and expected answer when we use agents, or should go with better model like(gpt4, llama2)? | Agents on a local llm with custom data | https://api.github.com/repos/langchain-ai/langchain/issues/8961/comments | 3 | 2023-08-09T11:49:11Z | 2023-11-28T16:08:55Z | https://github.com/langchain-ai/langchain/issues/8961 | 1,843,070,745 | 8,961 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
How can I retrieve the action for a LLM agent?
![Uploading image.png…]()
### Suggestion:
_No response_ | Issue: How can I retrieve the action for a LLM agent? | https://api.github.com/repos/langchain-ai/langchain/issues/8959/comments | 1 | 2023-08-09T10:52:59Z | 2023-11-15T16:05:29Z | https://github.com/langchain-ai/langchain/issues/8959 | 1,842,978,093 | 8,959 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
FAISS is taking around 12hrs to create embedding and add it to index for 100000 rows csv file. is there any bulk load strategy for CSV files embedding
### Suggestion:
_No response_ | Issue: FAISS taking long time to add to index for 30MB csv file | https://api.github.com/repos/langchain-ai/langchain/issues/8958/comments | 1 | 2023-08-09T10:39:17Z | 2023-11-15T16:10:55Z | https://github.com/langchain-ai/langchain/issues/8958 | 1,842,957,431 | 8,958 |
[
"langchain-ai",
"langchain"
] | ### System Info
macOS Ventura Version `13.4.1`
Python `3.11.4`
```
langchain==0.0.251
chromadb==0.4.5
```
### Who can help?
@hwchase17 @eyurtsev
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [X] Embedding Models
- ... | Embeddings are regenerated for entire vector db on updating collections | https://api.github.com/repos/langchain-ai/langchain/issues/8957/comments | 1 | 2023-08-09T10:24:17Z | 2023-08-31T14:33:51Z | https://github.com/langchain-ai/langchain/issues/8957 | 1,842,933,508 | 8,957 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Can you please help me with connecting my LangChain agent to a MongoDB database?
I have connected my relational database below like
db = SQLDatabase.from_uri("mysql_db_url")
The above process is not working for Mongo Db because it is a NoSQL database
anyone can help me to do ... | lang chain connection with mongo DB | https://api.github.com/repos/langchain-ai/langchain/issues/8956/comments | 11 | 2023-08-09T09:53:54Z | 2024-02-27T16:08:10Z | https://github.com/langchain-ai/langchain/issues/8956 | 1,842,884,084 | 8,956 |
[
"langchain-ai",
"langchain"
] | ### System Info
Name: langchain
Version: 0.0.251
Name: faiss-cpu
Version: 1.7.1
Name: llama-cpp-python
Version: 0.1.77
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [X] Embedding ... | LlamaCppEmbeddings not working with faiss | https://api.github.com/repos/langchain-ai/langchain/issues/8955/comments | 1 | 2023-08-09T09:23:46Z | 2023-08-11T03:17:28Z | https://github.com/langchain-ai/langchain/issues/8955 | 1,842,833,550 | 8,955 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I believe one of the most popular directions for langchain-based applications will be to parse the query in a natural language and to use some external api for the response generation. However, as soon as this external API doesn't have an OpenAISchema-based specification, the easiest way... | Issue: unclear processing of natural language query parsing + external api querying afterwards | https://api.github.com/repos/langchain-ai/langchain/issues/8953/comments | 3 | 2023-08-09T08:51:52Z | 2023-11-16T16:06:36Z | https://github.com/langchain-ai/langchain/issues/8953 | 1,842,781,388 | 8,953 |
[
"langchain-ai",
"langchain"
] | ### System Info
I am working with hugging face opensource models for SQL generation with langchain
Our model works without a connection db, but when I connect the db, the chain generates inaccurate answers and takes unknown columns.
I am using below models
wizard, alpaca,vicuna,falcon
### Who can help?
... | schema consideration while generating query | https://api.github.com/repos/langchain-ai/langchain/issues/8950/comments | 5 | 2023-08-09T06:00:14Z | 2023-12-08T16:05:40Z | https://github.com/langchain-ai/langchain/issues/8950 | 1,842,545,419 | 8,950 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Dear [langchain](https://github.com/langchain-ai/langchain) developer,
Greetings! I am Jimmy, a community developer and volunteer at InternLM. Your work has been immensely beneficial to me, and I believe it can be effectively utilized in InternLM as well. Welcome to add Discord https://discord.gg/... | Hope to get in touch | https://api.github.com/repos/langchain-ai/langchain/issues/8949/comments | 4 | 2023-08-09T05:30:05Z | 2023-08-20T19:42:46Z | https://github.com/langchain-ai/langchain/issues/8949 | 1,842,513,770 | 8,949 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
got 404 error while looking for tabular documentation:
From link:
https://python.langchain.com/docs/use_cases/question_answering/
To link:
https://python.langchain.com/docs/use_cases/tabular
got 404:

It returns too many lines.
It seems it converts every found "PubMed" string into a link. That creates duplicate links in big quantities.
### Idea or request for content:
Fix a... | DOC: API Reference: bug in the Search | https://api.github.com/repos/langchain-ai/langchain/issues/8936/comments | 1 | 2023-08-08T21:28:15Z | 2023-11-14T16:05:11Z | https://github.com/langchain-ai/langchain/issues/8936 | 1,842,127,127 | 8,936 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.