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"
] | ### Issue you'd like to raise.
pip list:
- langchain 0.0.314
- langchain-core 0.0.8
```python
prompt_template = """
### [INST]
Assistant is a large language model trained by Mistral.
Assistant is designed to be able to assist with a wide range ... | Issue: Unable to properly parse output of custom chat agent. | https://api.github.com/repos/langchain-ai/langchain/issues/14185/comments | 5 | 2023-12-02T22:59:44Z | 2024-07-02T16:08:07Z | https://github.com/langchain-ai/langchain/issues/14185 | 2,022,245,713 | 14,185 |
[
"langchain-ai",
"langchain"
] | ### Feature request
I think Langchain should have a Document Loader that would allow reading all issues from provided project as documents.
### Motivation
Langchain currently has agent for JIRA, but there is no Document Loader that would allow to read all issues from specified project and store them in Vector databa... | Add new Document Loader for JIRA | https://api.github.com/repos/langchain-ai/langchain/issues/14180/comments | 1 | 2023-12-02T20:48:41Z | 2024-03-17T16:08:07Z | https://github.com/langchain-ai/langchain/issues/14180 | 2,022,198,845 | 14,180 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Looks like it should be doable to have Cloudflare Vectorize support, as there's a HTTP API for Vectorize.
https://developers.cloudflare.com/api/operations/vectorize-list-vectorize-indexes
### Motivation
Similar to langchain-js, it would be nice if we could use Cloudflare Vectorize when using L... | Cloudflare Vectorize Support | https://api.github.com/repos/langchain-ai/langchain/issues/14179/comments | 4 | 2023-12-02T20:43:58Z | 2024-07-30T03:32:28Z | https://github.com/langchain-ai/langchain/issues/14179 | 2,022,197,127 | 14,179 |
[
"langchain-ai",
"langchain"
] | ### System Info
- LangChain - 0.0.344
- python version - 3.11.6
- platform - windows11
### Who can help?
https://python.langchain.com/docs/modules/agents/agent_types/openai_functions_agent
When running the above example, the following error occurs.
-----------------------------------------------------------... | Issues: OpenAI functions Agent official example Error | https://api.github.com/repos/langchain-ai/langchain/issues/14177/comments | 1 | 2023-12-02T19:29:23Z | 2023-12-05T04:53:44Z | https://github.com/langchain-ai/langchain/issues/14177 | 2,022,175,407 | 14,177 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
Is there a way to conditionally create a Pandas agent using `create_pandas_dataframe_agent` or update the DataFrame the agent has access to?
Say I have an agent that has access to tools like so:
```python
@tool()
def f(query: str) -> pd.DataFrame:
...
agent = initi... | DOC: Is there a way to conditionally create/update a Pandas DataFrame agent? | https://api.github.com/repos/langchain-ai/langchain/issues/14176/comments | 2 | 2023-12-02T17:08:46Z | 2024-03-17T16:07:57Z | https://github.com/langchain-ai/langchain/issues/14176 | 2,022,127,350 | 14,176 |
[
"langchain-ai",
"langchain"
] | ### System Info
platform: Vagrant - Ubuntu 2204
python: 3.9.18
langchain version: 0.0.344
langchain core: 0.0.8
clarifai: 9.10.4
### Who can help?
@hwchase17 @agola11
### Information
- [X] The official example notebooks/scripts
- [x] My own modified scripts
### Related Components
- [ ] LLMs/Ch... | ModuleNotFoundError: No module named 'clarifai.auth' | https://api.github.com/repos/langchain-ai/langchain/issues/14175/comments | 1 | 2023-12-02T15:28:09Z | 2023-12-18T20:34:37Z | https://github.com/langchain-ai/langchain/issues/14175 | 2,022,085,674 | 14,175 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain version :
langchain 0.0.344
langchain-core 0.0.8
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prom... | BUG: csv loader exception, AttributeError: partially initialized module 'importlib.metadata' has no attribute 'version' (most likely due to a circular import) | https://api.github.com/repos/langchain-ai/langchain/issues/14173/comments | 3 | 2023-12-02T12:42:14Z | 2024-04-07T16:06:39Z | https://github.com/langchain-ai/langchain/issues/14173 | 2,022,026,571 | 14,173 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Please help!
Error:
GGML_ASSERT: C:\Users\user\AppData\Local\Temp\pip-install-l0_yao9s\llama-cpp-python_686671b6d7b8440a98e23acb5bc6a41a\vendor\llama.cpp\ggml.c:15149: cgraph->nodes[cgraph->n_nodes - 1] == tensor
GGML_ASSERT: C:\Users\user\AppData\Local\Temp\pip-install-l0_yao9s\llama... | Local LLM ISSUE GGML_ASSERT | https://api.github.com/repos/langchain-ai/langchain/issues/14169/comments | 6 | 2023-12-02T09:07:35Z | 2024-03-18T16:07:14Z | https://github.com/langchain-ai/langchain/issues/14169 | 2,021,955,776 | 14,169 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
```python
from langchain.chains import create_extraction_chain
from langchain.chat_models import ChatOpenAI
import dotenv
dotenv.load_dotenv()
# Schema
schema = {
"properties": {
"name": {"type": "string"},
"education": {"type": "string"},
"com... | Question about runing Langchain Extraction Demo in Chinese text. | https://api.github.com/repos/langchain-ai/langchain/issues/14168/comments | 4 | 2023-12-02T09:01:35Z | 2023-12-04T02:10:15Z | https://github.com/langchain-ai/langchain/issues/14168 | 2,021,953,293 | 14,168 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Code:
retriever = BM25Retriever.from_documents(
[
Document(page_content="foo"),
Document(page_content="bar"),
Document(page_content="world"),
Document(page_content="hello"),
Document(page_content="foo bar"),
]
)
Error:
---> 30... | Issue: 'BM25Retriever' has no attribute 'from_documents' | https://api.github.com/repos/langchain-ai/langchain/issues/14167/comments | 4 | 2023-12-02T08:44:31Z | 2024-03-25T16:06:57Z | https://github.com/langchain-ai/langchain/issues/14167 | 2,021,948,035 | 14,167 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain: 0.0.339
Python: 3.11.6
I followed instructions in
[https://docs.smith.langchain.com/evaluation/evaluator-implementations](https://docs.smith.langchain.com/evaluation/evaluator-implementations)
`from langsmith import Client
from langchain.smith import RunEvalConfig, run_on_dataset
... | run_on_dataset: Errno 409 Client Error: Session already exists. | https://api.github.com/repos/langchain-ai/langchain/issues/14161/comments | 1 | 2023-12-02T01:44:13Z | 2023-12-02T01:52:08Z | https://github.com/langchain-ai/langchain/issues/14161 | 2,021,798,420 | 14,161 |
[
"langchain-ai",
"langchain"
] | ### System Info
[pydantic_chain_test_code.txt](https://github.com/langchain-ai/langchain/files/13532796/pydantic_chain_test_code.txt)
[error_log.txt](https://github.com/langchain-ai/langchain/files/13532799/error_log.txt)
### Who can help?
@agola11 @hwchase17
The attached code is adopted from the official exa... | create_tagging_chain_pydantic() pydantic schema validation errors | https://api.github.com/repos/langchain-ai/langchain/issues/14159/comments | 2 | 2023-12-02T00:35:53Z | 2023-12-04T20:06:05Z | https://github.com/langchain-ai/langchain/issues/14159 | 2,021,770,513 | 14,159 |
[
"langchain-ai",
"langchain"
] | ### System Info
conda 23.3.1
Python 3.10.6
angchain 0.0.344 pypi_0 pypi
langchain-core 0.0.8 pypi_0 pypi
langchain-experimental 0.0.43 pypi_0 pypi
### Who can help?
_No response_
### Information
- [ ] The official exam... | Claude v2.1 SQLDatabaseChain produces comments mixed with SQL Statements | https://api.github.com/repos/langchain-ai/langchain/issues/14150/comments | 11 | 2023-12-01T21:48:33Z | 2024-05-07T16:07:28Z | https://github.com/langchain-ai/langchain/issues/14150 | 2,021,628,680 | 14,150 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Adding [IBM Watson Discovery Service](https://cloud.ibm.com/docs/discovery-data?topic=discovery-data-getting-started) as an additional retriever might be a useful extension to enable RAG-use cases or supporting RetrievalChains.
IBM Watson Discovery Service can find relevant documents based on natu... | Add Retriever for Knowledge Base IBM Watson Discovery Service | https://api.github.com/repos/langchain-ai/langchain/issues/14145/comments | 1 | 2023-12-01T21:01:46Z | 2024-03-16T16:09:11Z | https://github.com/langchain-ai/langchain/issues/14145 | 2,021,577,501 | 14,145 |
[
"langchain-ai",
"langchain"
] | ### System Info
It seems the typing of my index is lost when I save and load it. This is me creating the FAISS vector store with the MAX_INNER_PRODUCT flag.
```python
# Saving
save_db = FAISS.from_texts(texts, embedding_function, metadatas=metadatas, distance_strategy="MAX_INNER_PRODUCT", normalize_L2=True)
save... | FAISS.load_local does not keep the typing of the saved Index | https://api.github.com/repos/langchain-ai/langchain/issues/14141/comments | 3 | 2023-12-01T20:31:24Z | 2024-01-11T22:59:40Z | https://github.com/langchain-ai/langchain/issues/14141 | 2,021,543,545 | 14,141 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Amazon DocumentDB has launched its vector search feature recently. Let us add Amazon DocumentDB as vector store in langchain.
### Motivation
This will help large customer base of Amazon DocumentDB to adopt langchain and seamlessly build AI/ML apps
### Your contribution
Amazon Document... | Amazon DocumentDB Vector Store | https://api.github.com/repos/langchain-ai/langchain/issues/14140/comments | 8 | 2023-12-01T20:20:11Z | 2024-06-01T00:07:37Z | https://github.com/langchain-ai/langchain/issues/14140 | 2,021,530,789 | 14,140 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.11, `langchain==0.0.340`
### Who can help?
@hwchase17
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [X] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
... | Bug: LCEL prompt template not logging | https://api.github.com/repos/langchain-ai/langchain/issues/14135/comments | 2 | 2023-12-01T18:30:40Z | 2024-03-17T16:07:47Z | https://github.com/langchain-ai/langchain/issues/14135 | 2,021,388,401 | 14,135 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
https://python.langchain.com/docs/modules/callbacks/
This doc doesn't mention how to use callbacks with LCEL. It would be good to add that, to help with the migration from `LLMChain` to `LCEL`.
### Idea or request for content:
https://python.langchain.com/docs/modules/c... | DOC: documenting callbacks with LCEL | https://api.github.com/repos/langchain-ai/langchain/issues/14134/comments | 8 | 2023-12-01T18:21:00Z | 2023-12-04T18:34:07Z | https://github.com/langchain-ai/langchain/issues/14134 | 2,021,375,012 | 14,134 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain 0.0.335
macOS 14.1.1 / Windows 10.0.19045
Python 3.11.6 / 3.10.9
### Who can help?
@naveentatikonda
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ]... | OpenSearchVectorSearch fails to detect AOSS is enabled when using RequestAWS4SignerAuth from opensearch-py | https://api.github.com/repos/langchain-ai/langchain/issues/14129/comments | 3 | 2023-12-01T15:53:57Z | 2024-01-09T10:12:53Z | https://github.com/langchain-ai/langchain/issues/14129 | 2,021,147,121 | 14,129 |
[
"langchain-ai",
"langchain"
] | ### System Info
Using latest docker versions for langchain templates
### 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
- ... | AttributeError: 'NotImplementedType' object has no attribute 'get_input_schema' | https://api.github.com/repos/langchain-ai/langchain/issues/14128/comments | 7 | 2023-12-01T15:26:49Z | 2024-05-10T16:08:40Z | https://github.com/langchain-ai/langchain/issues/14128 | 2,021,099,502 | 14,128 |
[
"langchain-ai",
"langchain"
] | ### System Info
* Windows 11 Home (build 22621.2715)
* Python 3.12.0
* Clean virtual environment using Poetry with following dependencies:
```
python = "3.12.0"
langchain = "0.0.344"
spacy = "3.7.2"
spacy-llm = "0.6.4"
```
### Who can help?
@h3l As the creator of the pull request where VolcEngine was i... | Volc Engine MaaS has wrong entry in LLM type to class dict (causing SpaCy to not work with LangChain anymore) | https://api.github.com/repos/langchain-ai/langchain/issues/14127/comments | 4 | 2023-12-01T13:58:13Z | 2023-12-04T08:58:10Z | https://github.com/langchain-ai/langchain/issues/14127 | 2,020,934,355 | 14,127 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Currently, the ConversationSummaryBufferMemory only supports the GPT2TokenizerFast and there is no option to pass a custom tokenizer. Different models have different corresponding tokenizers, so it makes sense to allow the option to specify a custom tokenizer.
The tokenizer fetching is implement... | Specify a custom tokenizer for the ConversationSummaryBufferMemory | https://api.github.com/repos/langchain-ai/langchain/issues/14124/comments | 1 | 2023-12-01T10:43:31Z | 2024-03-16T16:09:01Z | https://github.com/langchain-ai/langchain/issues/14124 | 2,020,608,208 | 14,124 |
[
"langchain-ai",
"langchain"
] |
qa = RetrievalQA.from_chain_type(llm=llm, retriever=docsearch.as_retriever(
search_kwargs={"k": 1}), verbose=True)
How can we add the prompts like systemPromptTemplate and humanPromptTemplate in the above code.
### Suggestion:
_No response_ | How can we add Prompt in RetrievalQA | https://api.github.com/repos/langchain-ai/langchain/issues/14123/comments | 1 | 2023-12-01T10:41:14Z | 2024-03-17T16:07:41Z | https://github.com/langchain-ai/langchain/issues/14123 | 2,020,604,255 | 14,123 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Amazon Bedrock now provides some useful metrics when it has finished:
`"completion":"Response from Bedrock...","stop_reason":"stop_sequence","stop":"\n\nHuman:","amazon-bedrock-invocationMetrics":{"inputTokenCount":16,"outputTokenCount":337,"invocationLatency":4151,"firstByteLatency":136}}`
I... | Expose Amazon Bedrock amazon-bedrock-invocationMetrics in response | https://api.github.com/repos/langchain-ai/langchain/issues/14120/comments | 4 | 2023-12-01T09:41:44Z | 2024-06-18T16:09:25Z | https://github.com/langchain-ai/langchain/issues/14120 | 2,020,491,917 | 14,120 |
[
"langchain-ai",
"langchain"
] | I am currently operating a chroma docker on port 8001 and using it for my node js application with the URL CHROMA_URI=http://localhost:8001/, which allows me to read the vectors.
However, when I try to use the same chroma_URI with langchain chroma, I encounter an error message. The error message reads: **{"lc":1,"ty... | Trouble Connecting Langchain Chroma to Existing ChromaDB on Port 8001 | https://api.github.com/repos/langchain-ai/langchain/issues/14119/comments | 1 | 2023-12-01T09:09:40Z | 2024-03-17T16:07:36Z | https://github.com/langchain-ai/langchain/issues/14119 | 2,020,436,621 | 14,119 |
[
"langchain-ai",
"langchain"
] | ### System Info
- Python 3.9.13
- langchain==0.0.344
- langchain-core==0.0.8
### Who can help?
@agola11
@hwchase17
@agola11
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt ... | Cost doesnt work when used inside Tool | https://api.github.com/repos/langchain-ai/langchain/issues/14117/comments | 2 | 2023-12-01T08:37:47Z | 2023-12-01T13:40:19Z | https://github.com/langchain-ai/langchain/issues/14117 | 2,020,382,738 | 14,117 |
[
"langchain-ai",
"langchain"
] | ### System Info
I was just trying to run the LLMs tutorial.
```
from langchain.llms import VertexAI
llm = VertexAI()
print(llm("What are some of the pros and cons of Python as a programming language?"))
```
I got this error.
```
File "C:\Users\******\anaconda3\envs\vertex-ai\Lib\site-packages\langchain... | Google Cloud Vertex AI Throws AttributeError: partially initialized module 'vertexai' has no attribute 'init' | https://api.github.com/repos/langchain-ai/langchain/issues/14114/comments | 2 | 2023-12-01T07:13:02Z | 2024-03-17T16:07:31Z | https://github.com/langchain-ai/langchain/issues/14114 | 2,020,257,158 | 14,114 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am in need to get all the pages and page id of a particular Confluence Spaces, How can I get all the page id?
### Suggestion:
_No response_ | Issue:How to get all the Pages of Confluence Spaces. | https://api.github.com/repos/langchain-ai/langchain/issues/14113/comments | 9 | 2023-12-01T07:07:47Z | 2024-04-18T16:28:00Z | https://github.com/langchain-ai/langchain/issues/14113 | 2,020,249,681 | 14,113 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I want to connect my ConversationChain to Metaphor. Please help me on how to do it! Thanks
### Suggestion:
_No response_ | How to connect an LLM Chain to Metaphor | https://api.github.com/repos/langchain-ai/langchain/issues/14112/comments | 1 | 2023-12-01T06:47:10Z | 2024-03-16T16:08:41Z | https://github.com/langchain-ai/langchain/issues/14112 | 2,020,223,271 | 14,112 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
The link to subscribe to the "newsletter" at the bottom of Community page (`/docs/docs/community.md`) is no longer available.

As the image above indicates, the "form has m... | DOC: Link to subscribe to the "newsletter" on Community page is no longer valid | https://api.github.com/repos/langchain-ai/langchain/issues/14108/comments | 1 | 2023-12-01T04:52:55Z | 2024-02-25T15:14:52Z | https://github.com/langchain-ai/langchain/issues/14108 | 2,020,059,736 | 14,108 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
i am using load_qa_chain()
chain=load_qa_chain(OpenAI(temperature=0.25,model_name="gpt-3.5-turbo-1106"), chain_type="stuff", prompt=PROMPT)
i got the following error
"""
APIRemovedInV1:
You tried to access openai.ChatCompletion, but this is no longer supported in o... | Issue: openai.ChatCompletion is no longer supported in openai>=1.0.0 | https://api.github.com/repos/langchain-ai/langchain/issues/14107/comments | 4 | 2023-12-01T03:57:52Z | 2023-12-11T05:58:02Z | https://github.com/langchain-ai/langchain/issues/14107 | 2,020,008,509 | 14,107 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
langchain_core.runnables.base.RunnableMap
Im trying use this and i want to know is there any way that i can give different input for each chain
### Suggestion:
_No response_ | Runnablemap different input for each chain | https://api.github.com/repos/langchain-ai/langchain/issues/14098/comments | 6 | 2023-12-01T01:09:07Z | 2024-04-12T13:52:30Z | https://github.com/langchain-ai/langchain/issues/14098 | 2,019,840,343 | 14,098 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain 0.0.343
langchain-core 0.0.7
### 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 / ... | Pydantic error field required (type=value_error.missing) in LLMChainExtractor or ContextualCompressionRetriever | https://api.github.com/repos/langchain-ai/langchain/issues/14088/comments | 3 | 2023-11-30T20:53:24Z | 2023-11-30T22:24:23Z | https://github.com/langchain-ai/langchain/issues/14088 | 2,019,492,749 | 14,088 |
[
"langchain-ai",
"langchain"
] | ### Feature request
The `invoke()` method for RunnableWithFallbacks is only raising the first_error caught in the runnables. I would like to have an option to choose whether to raise the first error or last error.
Can this be a parameter for `invoke()`?
### Motivation
When using fallbacks, the first error could be ... | RunnableWithFallbacks should have a parameter to choose whether to raise first error or last error | https://api.github.com/repos/langchain-ai/langchain/issues/14085/comments | 1 | 2023-11-30T20:12:47Z | 2024-03-16T16:08:31Z | https://github.com/langchain-ai/langchain/issues/14085 | 2,019,431,096 | 14,085 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain== 0.0.340
pydantic==2.4.2
pydantic_core==2.10.1
### Who can help?
@hwchase17 @eyur
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt ... | `BaseOutputParser` breaks pydantic `PrivateAttr` | https://api.github.com/repos/langchain-ai/langchain/issues/14084/comments | 4 | 2023-11-30T19:56:09Z | 2023-12-02T18:33:06Z | https://github.com/langchain-ai/langchain/issues/14084 | 2,019,400,383 | 14,084 |
[
"langchain-ai",
"langchain"
] | ### System Info
in AWS langchain Bedrock, how do I set temperature?
### 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
-... | in AWS langchain Bedrock, how do I set temperature? | https://api.github.com/repos/langchain-ai/langchain/issues/14083/comments | 19 | 2023-11-30T19:51:15Z | 2024-05-23T10:16:06Z | https://github.com/langchain-ai/langchain/issues/14083 | 2,019,393,730 | 14,083 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am using ConversationalRetrievalChain. I have created two vector stores and I want the query from ConversationalRetrievalChain to be compared against both vector stores and results from both vector stores to be used to create the final answer.
So I have decided to create two retriev... | Combine langchain retrievers | https://api.github.com/repos/langchain-ai/langchain/issues/14082/comments | 9 | 2023-11-30T19:39:09Z | 2024-03-18T16:07:04Z | https://github.com/langchain-ai/langchain/issues/14082 | 2,019,376,935 | 14,082 |
[
"langchain-ai",
"langchain"
] | ### System Info
Mac OS
### 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 Parsers
- [ ] Document Loaders
- ... | Random Seed when using LLM Agent | https://api.github.com/repos/langchain-ai/langchain/issues/14080/comments | 1 | 2023-11-30T18:56:50Z | 2024-03-17T16:07:12Z | https://github.com/langchain-ai/langchain/issues/14080 | 2,019,317,039 | 14,080 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Support for Perplexity's new [PPLX models](https://blog.perplexity.ai/blog/introducing-pplx-online-llms).
### Motivation
Boosting online LLM support, particularly for Perplexity-based models, would be highly impactful and useful.
### Your contribution
Currently working on a PR! | Support for Perplexity's PPLX models: `pplx-7b-online` and `pplx-70b-online` | https://api.github.com/repos/langchain-ai/langchain/issues/14079/comments | 2 | 2023-11-30T18:41:11Z | 2024-05-01T16:05:38Z | https://github.com/langchain-ai/langchain/issues/14079 | 2,019,294,151 | 14,079 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hello everyone,
We are having request timeout on our calls and they are being getting retries after failing but we want to see how many times doing these retries and all their logs.
When the requests are timing out, nothing has been sending callbackhandler and we want to see how ma... | MyCallbackHandler can't show logs explicitly | https://api.github.com/repos/langchain-ai/langchain/issues/14077/comments | 1 | 2023-11-30T18:20:20Z | 2024-03-16T16:08:11Z | https://github.com/langchain-ai/langchain/issues/14077 | 2,019,257,671 | 14,077 |
[
"langchain-ai",
"langchain"
] | ### System Info
Regardless of the text length, the QAGenerationChain consistently generates only one question.
### Who can help?
_No response_
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding M... | Regardless of the text length, the QAGenerationChain consistently generates only one question. | https://api.github.com/repos/langchain-ai/langchain/issues/14074/comments | 1 | 2023-11-30T17:21:42Z | 2024-03-16T16:08:06Z | https://github.com/langchain-ai/langchain/issues/14074 | 2,019,146,581 | 14,074 |
[
"langchain-ai",
"langchain"
] | ### System Info
LangChain Version: 0.0.339
ChromaDB 0.4.18
sentence-transformers 2.2.1
Python 3.12.0
### Who can help?
@hwchase17
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [X] Embedding Models
- [ ] Prompts / P... | Dependency Issues with sentence-transformers and chromadb | https://api.github.com/repos/langchain-ai/langchain/issues/14073/comments | 1 | 2023-11-30T15:52:09Z | 2024-03-16T16:08:01Z | https://github.com/langchain-ai/langchain/issues/14073 | 2,018,961,211 | 14,073 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.11.5
langchain 0.0.343
langchain-core 0.0.7
sqlalchemy 2.0.21
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Promp... | SQLDatabase.get_table_info is not returning useful information | https://api.github.com/repos/langchain-ai/langchain/issues/14071/comments | 5 | 2023-11-30T15:03:55Z | 2023-12-03T10:30:35Z | https://github.com/langchain-ai/langchain/issues/14071 | 2,018,865,714 | 14,071 |
[
"langchain-ai",
"langchain"
] | ### System Info
When I use below snippet of code
```
import os
from azure.identity import DefaultAzureCredential
from azure.identity import get_bearer_token_provider
from langchain.llms import AzureOpenAI
from langchain.chat_models import AzureChatOpenAI
credential = DefaultAzureCredential(interactive_browse... | AzureOpenAI azure_ad_token_provider Keyerror | https://api.github.com/repos/langchain-ai/langchain/issues/14069/comments | 6 | 2023-11-30T13:39:55Z | 2023-12-05T23:54:12Z | https://github.com/langchain-ai/langchain/issues/14069 | 2,018,694,209 | 14,069 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
At end of [summarization documentation](https://python.langchain.com/docs/use_cases/summarization) the output is shown with a ValueError. Line that fail:
```python
summarize_document_chain.run(docs[0])
```
### Idea or request for content:
Looks like the docs[0] object is not... | DOC: Summarization output broken | https://api.github.com/repos/langchain-ai/langchain/issues/14066/comments | 0 | 2023-11-30T11:35:27Z | 2024-03-18T16:06:59Z | https://github.com/langchain-ai/langchain/issues/14066 | 2,018,460,541 | 14,066 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
When using `langchain.chat_models` such as `ChatAnthropic` and `ChatOpenAI`, I am seeing a bunch of HTTP logs that look like the following:
`2023-11-30 16:43:09 httpx INFO: HTTP Request: POST https://api.anthropic.com/v1/complete "HTTP[/1.1] 200 OK"`
Any suggestions on how to disable... | Disable HTTP Request logging in Langchain | https://api.github.com/repos/langchain-ai/langchain/issues/14065/comments | 3 | 2023-11-30T11:22:43Z | 2024-07-26T11:15:51Z | https://github.com/langchain-ai/langchain/issues/14065 | 2,018,435,817 | 14,065 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I've created a custom tool to query the equity daily quote, I would like to have two parameters in the tool function: stock_name and trade_date, and I would expect LLM Agent will automatically decide how many days quotes or which day's quote it should retrieve.
```
class SearchSc... | How to have agent decide what param should be pass into a tool? | https://api.github.com/repos/langchain-ai/langchain/issues/14064/comments | 2 | 2023-11-30T10:31:15Z | 2024-03-17T16:06:57Z | https://github.com/langchain-ai/langchain/issues/14064 | 2,018,340,971 | 14,064 |
[
"langchain-ai",
"langchain"
] | ### System Info
I am using gpt-4 deployed on AzureOpenAI.
I want to get the model used. From openai, I will get the model we used. But when I tried with langchain I got an older model.
Basically, I am integrating with other services. So it is essential to get the model name intact for the cost calculations.
W... | Azure OpenAI, gpt-4 model returns gpt-35-turbo | https://api.github.com/repos/langchain-ai/langchain/issues/14062/comments | 3 | 2023-11-30T09:38:58Z | 2023-12-01T07:08:48Z | https://github.com/langchain-ai/langchain/issues/14062 | 2,018,246,092 | 14,062 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I want to customize a LLM (a GPT-3.5-turbo) for chatting but don't proceed with chatting until the user provides his name and his phone number and validates the count of his phone number.
Please help me I tried many methods but without any significant result
### Suggestion:
_No resp... | Don't proceed with chatting until the user provides his name and phone number | https://api.github.com/repos/langchain-ai/langchain/issues/14057/comments | 5 | 2023-11-30T03:53:16Z | 2023-12-10T16:35:42Z | https://github.com/langchain-ai/langchain/issues/14057 | 2,017,823,760 | 14,057 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Do you have a new url?
https://python.langchain.com/docs/modules/chains/popular/
thank you
### Suggestion:
_No response_ | Issue: I can't visit the page of popular chains | https://api.github.com/repos/langchain-ai/langchain/issues/14054/comments | 1 | 2023-11-30T02:16:12Z | 2024-03-17T16:06:51Z | https://github.com/langchain-ai/langchain/issues/14054 | 2,017,743,973 | 14,054 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.11 running locally in PyCharm.
### Who can help?
@hwchase17 @agola11
### Information
- [x] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ... | OpenAIAssistantRunnable input validation error | https://api.github.com/repos/langchain-ai/langchain/issues/14050/comments | 2 | 2023-11-30T01:00:23Z | 2024-04-05T16:06:49Z | https://github.com/langchain-ai/langchain/issues/14050 | 2,017,681,132 | 14,050 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.10, mac OS
### Who can help?
@agola11 @hwchase17
### 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
- [ ]... | Callback.on_chain_start has wrong "inputs" in RefineDocumentsChain | https://api.github.com/repos/langchain-ai/langchain/issues/14048/comments | 1 | 2023-11-29T23:49:27Z | 2023-11-30T19:01:31Z | https://github.com/langchain-ai/langchain/issues/14048 | 2,017,623,699 | 14,048 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
The current [section on Amazon OpenSearch Serverless][1] (AOSS) vector store uses the `AWS4Auth` class to authenticate to AOSS, yet the official [OpenSearch documentation][2] suggests using the `AWS4SignerAuth` class instead.
Further, the notebook lacks information on where t... | DOC: Expand documentation on how to authenticate and connect to Amazon OpenSearch Serverless | https://api.github.com/repos/langchain-ai/langchain/issues/14042/comments | 2 | 2023-11-29T20:15:29Z | 2024-05-01T16:05:33Z | https://github.com/langchain-ai/langchain/issues/14042 | 2,017,348,030 | 14,042 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I only see `metadata` as parameter for few callback handler methods, but I would like to have access to metadata in other methods such as `on_chain_error()` and `on_llm_error()`.
Currently, I can only see the `tags` in these methods.
I have error handling in my callback handler usi... | Missing metadata in some callback handler methods | https://api.github.com/repos/langchain-ai/langchain/issues/14041/comments | 2 | 2023-11-29T20:08:28Z | 2024-03-13T21:58:22Z | https://github.com/langchain-ai/langchain/issues/14041 | 2,017,338,609 | 14,041 |
[
"langchain-ai",
"langchain"
] | ### Feature request
I notice the other functions, such as add_texts and add_embeddings allow you to pass a unique list of IDs that can get paired with your embedding. There is no such parameter for the add_documents function. This means when you delete a document and add an updated version of it using add_documents, i... | Add Optional Parameter for Unique IDs in FAISS.add_documents Function | https://api.github.com/repos/langchain-ai/langchain/issues/14038/comments | 1 | 2023-11-29T18:48:20Z | 2024-03-13T21:58:17Z | https://github.com/langchain-ai/langchain/issues/14038 | 2,017,209,201 | 14,038 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Would be great to add the support for Azure GPT latest models in the get_openai_callback() --> https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/callbacks/openai_info.py
https://github.com/langchain-ai/langchain/issues/12994
### Suggestion:
Please add th... | Issue: support for Azure Open AI latest GPT models like, GPT 4 turpo in the get_openai_callback() | https://api.github.com/repos/langchain-ai/langchain/issues/14036/comments | 1 | 2023-11-29T18:08:30Z | 2024-03-13T21:58:12Z | https://github.com/langchain-ai/langchain/issues/14036 | 2,017,151,134 | 14,036 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Is it possible to convert a Conversation Chain into an Agent?
### Suggestion:
_No response_ | ConversationChain to Agent | https://api.github.com/repos/langchain-ai/langchain/issues/14034/comments | 2 | 2023-11-29T17:07:22Z | 2024-05-22T16:07:43Z | https://github.com/langchain-ai/langchain/issues/14034 | 2,017,049,508 | 14,034 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I want to integrate ConversationalRetrievalChain with history into Gradio app.
For now I have the following approach:
```
# Memory buffer
memory = ConversationBufferWindowMemory(k=2,memory_key="chat_history", return_messages=True)
# LLM chain
chain = ConversationalRetrievalCh... | Optimal Integration of the ConversationalRetrievalChain (Open source llama-2) into gradio. | https://api.github.com/repos/langchain-ai/langchain/issues/14033/comments | 1 | 2023-11-29T16:50:09Z | 2024-03-13T20:00:16Z | https://github.com/langchain-ai/langchain/issues/14033 | 2,017,018,704 | 14,033 |
[
"langchain-ai",
"langchain"
] | ### System Info
langchain==0.0.330, python 3.9
### Who can help?
@hwchase17 @agola11
### 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 Pa... | Finished chain without an answer but full context have results | https://api.github.com/repos/langchain-ai/langchain/issues/14031/comments | 3 | 2023-11-29T16:24:00Z | 2024-07-31T17:55:02Z | https://github.com/langchain-ai/langchain/issues/14031 | 2,016,963,828 | 14,031 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I am currently piecing together some of the tutorials on the langchain documentation page to use a CustomOutputParser and a CustomPrompt Template similar to the ZeroShotReact Template.
While parsing the actions, I have a scenario where, the model returns Action as None & Action Input ... | Issue: Request: Need Help with CustomAgentExecutor for Accessing Dynamically Created Prompts | https://api.github.com/repos/langchain-ai/langchain/issues/14027/comments | 3 | 2023-11-29T15:19:25Z | 2024-03-17T16:06:46Z | https://github.com/langchain-ai/langchain/issues/14027 | 2,016,824,570 | 14,027 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.10
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... | HTMLHeaderTextSplitter throws TypeError: cannot parse from 'PosixPath' | https://api.github.com/repos/langchain-ai/langchain/issues/14024/comments | 1 | 2023-11-29T13:17:28Z | 2024-03-13T19:57:17Z | https://github.com/langchain-ai/langchain/issues/14024 | 2,016,575,594 | 14,024 |
[
"langchain-ai",
"langchain"
] | > langchain-experimental : 0.0.42
> langchain : 0.0.340
> gpt4all : 2.0.2
> PostgreSQL : 15.5
I am trying to query my postgres db using the following code:
```
from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
from langchain_experimental.sql import SQLDatabaseChain
from ... | Recursive query when connecting to postgres db | https://api.github.com/repos/langchain-ai/langchain/issues/14022/comments | 1 | 2023-11-29T10:55:01Z | 2024-03-13T19:55:54Z | https://github.com/langchain-ai/langchain/issues/14022 | 2,016,322,236 | 14,022 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hi, I'm looking for some implementation that's utilizing a ConversationChain and giving it access to Internet. I want to integrate duckduckgo or bing-api or serpapi into my ConversationChain.
Would appreciate any help! Thanks
### Suggestion:
_No response_ | Unable to Integrate ConversationChain with Tools like duckduckgo or serp-api | https://api.github.com/repos/langchain-ai/langchain/issues/14021/comments | 3 | 2023-11-29T10:47:49Z | 2024-03-13T19:57:49Z | https://github.com/langchain-ai/langchain/issues/14021 | 2,016,308,490 | 14,021 |
[
"langchain-ai",
"langchain"
] | ### System Info
IPython : 8.15.0
ipykernel : 6.25.0
ipywidgets : 8.0.4
jupyter_client : 7.4.9
jupyter_core : 5.5.0
jupyter_server : 1.23.4
jupyterlab : 3.5.3
nbclient : 0.8.0
nbconvert : 7.10.0
nbformat : 5.9.2
notebook : 6.5.4
qtconsole ... | Doctran translate documents | https://api.github.com/repos/langchain-ai/langchain/issues/14020/comments | 2 | 2023-11-29T10:46:04Z | 2024-03-16T16:07:25Z | https://github.com/langchain-ai/langchain/issues/14020 | 2,016,305,395 | 14,020 |
[
"langchain-ai",
"langchain"
] | ### Feature request
It would interesting to have the option tu run a OpenAIAssistantRunnable that has access to custom tools and OpenAI build in tools like code_intrepreter, vision and retrieval.
### Motivation
It would increase the developers capabilty of creating even more powerful agents.
### Your contribution
... | Ability to use custom tools and openai build in functions on OpenAIAssistantRunnable | https://api.github.com/repos/langchain-ai/langchain/issues/14019/comments | 1 | 2023-11-29T10:41:57Z | 2024-03-13T20:03:43Z | https://github.com/langchain-ai/langchain/issues/14019 | 2,016,297,886 | 14,019 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I use the below code to load data and splitted it and embedded it and finally pushing it into vector store. during that process,
I'm getting **openai.NotFoundError: Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}}**. After this method failed, I also tried wi... | Issue: openai.NotFoundError: Error code: 404 - {'error': {'code': '404', 'message': 'Resource not found'}} | https://api.github.com/repos/langchain-ai/langchain/issues/14018/comments | 8 | 2023-11-29T10:18:06Z | 2024-06-08T16:07:41Z | https://github.com/langchain-ai/langchain/issues/14018 | 2,016,254,745 | 14,018 |
[
"langchain-ai",
"langchain"
] | ### System Info
Python 3.10.10 langchain@0.0.342
langchain-core@ 0.0.7
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selecto... | when I run the demo from the cookbook,I get error Error code: 404 - {'error': {'message': 'The model `text-davinci-003` does not exist1', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} | https://api.github.com/repos/langchain-ai/langchain/issues/14017/comments | 1 | 2023-11-29T08:45:42Z | 2024-03-13T20:00:32Z | https://github.com/langchain-ai/langchain/issues/14017 | 2,016,092,448 | 14,017 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
When I call Llam2-70b-chat model using conversation chain, I got very short response from the model. But if I use LLMChain to call the model, it can give me a long response. So, is there any thing cut off or limit the response length in conversation chain? The model parameter about max_... | Issue: how to increase the conversation chain response length? | https://api.github.com/repos/langchain-ai/langchain/issues/14015/comments | 1 | 2023-11-29T07:49:03Z | 2024-03-13T20:04:32Z | https://github.com/langchain-ai/langchain/issues/14015 | 2,016,008,120 | 14,015 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hi,
I am using Langchain and LlamaCpp to load my models.
I have set "`mirostat`" and "`repitition_penalty`" in my model params and recently I am getting the following UserWarning:
```
UserWarning: WARNING! repetition_penalty is not default parameter.
repetition_pe... | UserWarning: WARNING! repetition_penalty is not default parameter. | https://api.github.com/repos/langchain-ai/langchain/issues/14014/comments | 1 | 2023-11-29T07:43:04Z | 2024-03-13T20:03:38Z | https://github.com/langchain-ai/langchain/issues/14014 | 2,016,000,077 | 14,014 |
[
"langchain-ai",
"langchain"
] | ### Feature request
[Rephrase and Respond: Let Large Language Models Ask Better Questions for Themselves](https://arxiv.org/abs/2311.04205)
",,,RaR is complementary to CoT and can be combined with CoT to achieve even better performance,,,"
- interesting prompt technique.
Could be implemented with LangChain.
### M... | `Rephrase and Respond` | https://api.github.com/repos/langchain-ai/langchain/issues/14003/comments | 1 | 2023-11-29T03:12:45Z | 2024-03-13T20:00:34Z | https://github.com/langchain-ai/langchain/issues/14003 | 2,015,715,132 | 14,003 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
Streamlit tutorial suggests
```
from langchain.memory import ConversationBufferMemory
from langchain.memory.chat_message_histories import StreamlitChatMessageHistory
# Optionally, specify your own session_state key for storing messages
msgs = StreamlitChatMessageHistory(key... | DOC: streamlit memory parameters - memory_key and chat_history | https://api.github.com/repos/langchain-ai/langchain/issues/13995/comments | 2 | 2023-11-29T00:14:13Z | 2024-04-23T16:55:13Z | https://github.com/langchain-ai/langchain/issues/13995 | 2,015,551,448 | 13,995 |
[
"langchain-ai",
"langchain"
] | ### System Info
Code
db_chain = SQLDatabaseChain.from_llm(llm, db, verbose=True, return_sql=False, use_query_checker=True, prompt=prompt_template)
db_chain.run("What are some recently added dockets and their title?")
Verbose
> Entering new SQLDatabaseChain chain...
What are some recently added dockets and t... | SQLDatabaseChain returning Question and SQL Query instead of answer | https://api.github.com/repos/langchain-ai/langchain/issues/13994/comments | 4 | 2023-11-28T23:56:36Z | 2024-06-24T12:26:33Z | https://github.com/langchain-ai/langchain/issues/13994 | 2,015,530,321 | 13,994 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hi there,
Before I was using local pickle files as the source of storage of my PDFs and chat history. And now I am moving into next step where I want to using Pinecone as my vector database to store these. I have made couple changes and they are not working and giving my error messag... | Issue: Introduce Pinecone into my PDF reader LLM | https://api.github.com/repos/langchain-ai/langchain/issues/13987/comments | 2 | 2023-11-28T21:48:49Z | 2024-01-24T14:59:06Z | https://github.com/langchain-ai/langchain/issues/13987 | 2,015,378,058 | 13,987 |
[
"langchain-ai",
"langchain"
] | I was working with a sqlite DB that I created for a large dataset (~150k rows).
Code snippets:
`db = SQLDatabase.from_uri("sqlite:///MLdata.sqlite")`
`SQLITE_PROMPT_TEXT = '''You are a SQLite expert. Given an input question, first create a
syntactically correct SQLite query to run, then look at the results of th... | Using langchain and LLaMA2 to QA with a large SQL DB | https://api.github.com/repos/langchain-ai/langchain/issues/13977/comments | 2 | 2023-11-28T18:11:46Z | 2024-03-13T19:55:37Z | https://github.com/langchain-ai/langchain/issues/13977 | 2,015,022,272 | 13,977 |
[
"langchain-ai",
"langchain"
] | ### Feature request
NVIDIA TensorRT is an open-source SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. I propose that a connector be added to langchain allowing users to use TensorRT with... | Nvidia TensorRT LLM Connector | https://api.github.com/repos/langchain-ai/langchain/issues/13975/comments | 4 | 2023-11-28T16:24:31Z | 2024-03-27T16:07:47Z | https://github.com/langchain-ai/langchain/issues/13975 | 2,014,825,307 | 13,975 |
[
"langchain-ai",
"langchain"
] | ### Feature request
Currently, the extraction chain only supports the extraction of an Array of object.
For example
```python
from typing import Optional
from langchain.chains import create_extraction_chain_pydantic
from langchain.pydantic_v1 import BaseModel
# Pydantic data class
class Properties(Bas... | Singel object extraction | https://api.github.com/repos/langchain-ai/langchain/issues/13971/comments | 2 | 2023-11-28T14:29:08Z | 2024-03-08T16:40:14Z | https://github.com/langchain-ai/langchain/issues/13971 | 2,014,572,602 | 13,971 |
[
"langchain-ai",
"langchain"
] | ### System Info
hi!
im getting this error 👍
`AttributeError Traceback (most recent call last)
File <command-3819272873890469>, line 7
1 # gpt-3.5-turbo-0613
2 # gpt-3.5-turbo-1106
3 # gpt-4
4 # gpt-4-1106-preview
5 llm_model = "gpt-3.5-turbo-1106"... | AttributeError: module 'typing_extensions' has no attribute 'deprecated' when using ChatOpenAI | https://api.github.com/repos/langchain-ai/langchain/issues/13970/comments | 1 | 2023-11-28T14:15:08Z | 2024-03-13T20:01:42Z | https://github.com/langchain-ai/langchain/issues/13970 | 2,014,540,587 | 13,970 |
[
"langchain-ai",
"langchain"
] | ### System Info
Hi, i'm obtaining this error trace when performing a basic `create_extraction_chain` example.I'm using CTransformers (llama2 type), more specifically, this model here: https://huggingface.co/clibrain/Llama-2-13b-ft-instruct-es-gguf
Python version: 3.11
Environment:
```
accelerate 0... | OutputParserException in extraction use case | https://api.github.com/repos/langchain-ai/langchain/issues/13969/comments | 3 | 2023-11-28T14:13:25Z | 2024-03-08T16:47:51Z | https://github.com/langchain-ai/langchain/issues/13969 | 2,014,537,056 | 13,969 |
[
"langchain-ai",
"langchain"
] | ### System Info
**python:** 3.11.6
**langchain:** 0.0.335
**openai:** 0.28.1
### 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 / Promp... | Caused by NewConnectionError when using ZERO_SHOT_REACT_DESCRIPTION | https://api.github.com/repos/langchain-ai/langchain/issues/13968/comments | 2 | 2023-11-28T13:57:21Z | 2023-11-30T11:03:08Z | https://github.com/langchain-ai/langchain/issues/13968 | 2,014,504,640 | 13,968 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
Hello Team,
We are finding a way to pass the context, previous question and answer to **create_pandas_dataframe_agent**. Can u please help me understand how i can pass the context(previous question and answer) to the **create_pandas_dataframe_agent**. it will be helpful if you have any ... | Issue: Passing context(previous question and answer) to the create_pandas_dataframe_agent function. | https://api.github.com/repos/langchain-ai/langchain/issues/13967/comments | 16 | 2023-11-28T13:30:17Z | 2024-03-18T16:06:56Z | https://github.com/langchain-ai/langchain/issues/13967 | 2,014,447,411 | 13,967 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
**Summary:**
The FAISS similarity search in LangChain is encountering difficulties when processing alpha-numeric queries that involve numeric integers. While the search performs well for queries like "What are resolutions to problems related to SAF," it exhibits suboptimal behavior when... | Why does FAISS similarity search not fetch data with respect to alphanumeric keys like ORA-14300? | https://api.github.com/repos/langchain-ai/langchain/issues/13964/comments | 1 | 2023-11-28T12:50:29Z | 2024-03-13T20:03:49Z | https://github.com/langchain-ai/langchain/issues/13964 | 2,014,369,520 | 13,964 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I create my vector db using the following code:
```
db = Chroma.from_documents(
chunked_documents,
embeddings,
persist_directory=db_path + '/' + db_type,
client_settings=chroma_settings,)
```
`chunked_documents` is a list of element... | Issue: Chroma.from_documents does not save metadata properly | https://api.github.com/repos/langchain-ai/langchain/issues/13963/comments | 5 | 2023-11-28T12:16:56Z | 2024-05-02T16:04:54Z | https://github.com/langchain-ai/langchain/issues/13963 | 2,014,310,258 | 13,963 |
[
"langchain-ai",
"langchain"
] | ### System Info
I am using the SelfQueryRetriever class to make questions about a set of documents. It seems that there is an issue with the use of the `enable_limit` argument
Versions:
Langchain Version: 0.0.340
openai 1.3.5
### Who can help?
_No response_
### Information
- [ ] The official examp... | Enable Limit False in Self Query Retriever doesn't have the expected behavior | https://api.github.com/repos/langchain-ai/langchain/issues/13961/comments | 1 | 2023-11-28T11:50:02Z | 2024-03-13T20:01:17Z | https://github.com/langchain-ai/langchain/issues/13961 | 2,014,263,985 | 13,961 |
[
"langchain-ai",
"langchain"
] | ### System Info
Current LangChain master commit:
https://github.com/langchain-ai/langchain/commits/391f200
### Who can help?
@hwchase17 @baskaryan
### Information
- [ ] The official example notebooks/scripts
- [ ] My own modified scripts
### Related Components
- [X] LLMs/Chat Models
- [ ] Embedding Models
- [... | ImportError: cannot import name 'agenerate_from_stream' from 'langchain_core.language_models.chat_models' | https://api.github.com/repos/langchain-ai/langchain/issues/13958/comments | 5 | 2023-11-28T09:40:11Z | 2023-11-29T13:33:23Z | https://github.com/langchain-ai/langchain/issues/13958 | 2,014,030,020 | 13,958 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I'm currently working on a project and have encountered an issue with the deletion functionality for Confluence
Spaces. I've implemented a function delete_embeddings that is supposed to delete embeddings based on the Confluence space key, but it doesn't seem to be working as expected... | Issue: Question about Deletion of Embeddings for Confluence Spaces | https://api.github.com/repos/langchain-ai/langchain/issues/13956/comments | 5 | 2023-11-28T08:26:59Z | 2024-03-13T19:58:26Z | https://github.com/langchain-ai/langchain/issues/13956 | 2,013,904,967 | 13,956 |
[
"langchain-ai",
"langchain"
] | ### Feature request
PGVector in Langchain does not support advance metadata filtering such as "OR" clause.
For now, there is no way to perform filters such as:
```
{
"$or": [
{"uploaded_by": {"$eq": "USER1"}},
{"org": {"$eq": "ORG"}},
]
}
```
### Motivation
Our team is unable to use langchain ... | Advance metadata filtering for PGVector | https://api.github.com/repos/langchain-ai/langchain/issues/13955/comments | 4 | 2023-11-28T08:15:46Z | 2024-07-04T16:07:13Z | https://github.com/langchain-ai/langchain/issues/13955 | 2,013,887,941 | 13,955 |
[
"langchain-ai",
"langchain"
] | ### Issue you'd like to raise.
I'm currently working on a project and have encountered an issue with the deletion functionality for Confluence Spaces. I've implemented a function `delete_embeddings` that is supposed to delete embeddings based on the Confluence space key, but it doesn't seem to be working as expected... | Issue: Question about Deletion Functionality for Confluence Spaces | https://api.github.com/repos/langchain-ai/langchain/issues/13954/comments | 2 | 2023-11-28T06:57:30Z | 2024-03-13T20:01:58Z | https://github.com/langchain-ai/langchain/issues/13954 | 2,013,781,829 | 13,954 |
[
"langchain-ai",
"langchain"
] | ### Issue with current documentation:
I was hoping to use the Dropbox document loader for a large number of pdf and some docx documents, however I am not sure whether this loader supports these file types. I followed the instructions on https://python.langchain.com/docs/integrations/document_loaders/dropbox and instal... | DOC: Dropbox document loader functionality | https://api.github.com/repos/langchain-ai/langchain/issues/13952/comments | 7 | 2023-11-28T06:18:48Z | 2023-12-03T22:19:38Z | https://github.com/langchain-ai/langchain/issues/13952 | 2,013,737,662 | 13,952 |
[
"langchain-ai",
"langchain"
] | ### System Info
To train data in Pinecone, I used the function.
_pinecone = Pinecone.from_documents(docs, self.embeddings, index_name=self.index_name)
all the parameters have values always:

 or agent's state (whether ... | Allow intercepting agents' final answers and reporting feedback to them | https://api.github.com/repos/langchain-ai/langchain/issues/13929/comments | 5 | 2023-11-27T18:23:38Z | 2024-03-17T16:06:36Z | https://github.com/langchain-ai/langchain/issues/13929 | 2,012,847,820 | 13,929 |
[
"langchain-ai",
"langchain"
] | Hi everyone,
I'm trying to do something and I haven´t found enough information on the internet to make it work properly with Langchain. Here it is:
I want to develop a QA chat using pdfs as knowledge source, using as relevant documents the ones corresponding to a certain pdf that the user will choose with a selec... | Filtering Issue with ConversationRetrievalChain | https://api.github.com/repos/langchain-ai/langchain/issues/13924/comments | 2 | 2023-11-27T17:19:53Z | 2024-03-13T20:02:28Z | https://github.com/langchain-ai/langchain/issues/13924 | 2,012,745,465 | 13,924 |
[
"langchain-ai",
"langchain"
] | - | - | https://api.github.com/repos/langchain-ai/langchain/issues/13923/comments | 1 | 2023-11-27T17:04:38Z | 2023-11-28T05:59:31Z | https://github.com/langchain-ai/langchain/issues/13923 | 2,012,721,002 | 13,923 |
[
"langchain-ai",
"langchain"
] | @dosu-bot
I have a project where I need to extract product details from product links online. What is the best url loader for this use case?
Also, for the previous links that I already appended to a csv file called "Lalal". How can I create embeddings only for the new URL link that I will extract so that I dont h... | Link to URL to load product details | https://api.github.com/repos/langchain-ai/langchain/issues/13920/comments | 6 | 2023-11-27T16:38:20Z | 2024-03-13T19:59:35Z | https://github.com/langchain-ai/langchain/issues/13920 | 2,012,673,073 | 13,920 |
[
"langchain-ai",
"langchain"
] | ### System Info
Langchain all versions
### Who can help?
@hwchase17 @izzymsft
### 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
-... | AzureCosmosDBVectorSearch index creation fixes document key | https://api.github.com/repos/langchain-ai/langchain/issues/13918/comments | 2 | 2023-11-27T16:11:15Z | 2024-03-13T20:01:29Z | https://github.com/langchain-ai/langchain/issues/13918 | 2,012,621,829 | 13,918 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.