Skip to content

Issues: langchain-ai/langchain

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or ⇧ + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

[BUG] langchain-openai - max_tokens - 2 confirmed bugs πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22636 opened Jun 6, 2024 by ventz
5 tasks done
DOCS: Split integrations/llm_cache page into separate pages πŸ€–:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder documentation Improvements or additions to documentation help wanted Good issue for contributors
#22618 opened Jun 6, 2024 by baskaryan
1 task done
The FAISS.from_documents function called many times, It'll cause memory leak. How to destroy the object? πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature β±­: vector store Related to vector store module
#22602 opened Jun 6, 2024 by BigGan
5 tasks done
'error': {'message': "Missing parameter 'tool_call_id': messages with role 'tool' must have a 'tool_call_id' β±­: agent Related to agents module πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22600 opened Jun 6, 2024 by roadcode
5 tasks done
langchain agents executor throws: assert generation is not None β±­: agent Related to agents module πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22585 opened Jun 6, 2024 by archine
5 tasks done
Incorrect passing of scores for sorting in CrossEncoderReranker πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature β±­: retriever Related to retriever module
#22556 opened Jun 5, 2024 by NikitaKlichko
5 tasks done
LLMGraphTransformer giveback empty nodes and relationships ( with gpt-4o ) πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22551 opened Jun 5, 2024 by 1100111GTH
5 tasks done
api_controller fails to specify tool in Action, entering infinite loop β±­: agent Related to agents module πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22545 opened Jun 5, 2024 by dregules
5 tasks done
DOC: ConfluenceLoader docstring refer to wrong class name πŸ€–:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
#22542 opened Jun 5, 2024 by mpagot
2 tasks done
DOC: <Issue related to /v0.2/docs/integrations/tools/wolfram_alpha/> returned answers are incomplete. πŸ€–:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
#22539 opened Jun 5, 2024 by Victor01279
2 tasks done
使用ChatSparkLLMζž„ι€ ηš„llmοΌŒεœ¨ζ¨‘εž‹θΏ”ε›žConnectionErrorεŽοΌŒζ— ζ³•ε†ζ¬‘invoke πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22537 opened Jun 5, 2024 by simplast
5 tasks done
With langchain v0.2.2 use ChatTongyi(streaming=True) occurred error ' KeyError: 'request' ' πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22536 opened Jun 5, 2024 by MannaYang
5 tasks done
LlamaCppEmbeddings gives a TypeError on line 114 saying TypeError: float() argument must be a string or a real number, not 'list' πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature β±­: embeddings Related to text embedding models module
#22532 opened Jun 5, 2024 by sudeepjd
5 tasks done
HuggingFacePipeline canβ€˜t load model from local repository πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: huggingface Primarily related to HuggingFace integrations
#22528 opened Jun 5, 2024 by DiaQusNet
5 tasks done
load_chain uses incorrect class when loading LLMChain with HuggingFacePipeline πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22520 opened Jun 5, 2024 by harupy
5 tasks done
model_name in ChatResult from BaseChatOpenAI is not sourced from API response πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22516 opened Jun 4, 2024 by bantucaravan
5 tasks done
OpenAIAssistantV2Runnable incorrectly creates threads with tool_resources πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations β±­: Runnables Related to Runnables
#22503 opened Jun 4, 2024 by bengladwell
5 tasks done
LangChain Conversation Looping with Itself After Initial Greeting πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: cohere Primarily related to Cohere integrations πŸ”Œ: huggingface Primarily related to HuggingFace integrations β±­: memory Related to memory module
#22487 opened Jun 4, 2024 by Armanasq
5 tasks done
Prompt variables are not replaced for tool calling agents when using SystemMessage class β±­: agent Related to agents module πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22486 opened Jun 4, 2024 by Dakes
5 tasks done
How can we do hybrid search using AzureAISearchRetriever? πŸ€–:question A specific question about the codebase, product, project, or how to use a feature β±­: retriever Related to retriever module
#22473 opened Jun 4, 2024 by sukruthakittur24
2 tasks done
Facing ORA-51805: Vector is not properly formatted (dimension value is either not a number or infinity) error while using OracleVS πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature β±­: vector store Related to vector store module
#22469 opened Jun 4, 2024 by sameera14
5 tasks done
tool_calling_agent with empty tools list is not working β±­: agent Related to agents module πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature πŸ”Œ: openai Primarily related to OpenAI integrations
#22467 opened Jun 4, 2024 by ZeroTimo
5 tasks done
ChatOllama ValueError: Only string image_url content parts are supported. πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature
#22460 opened Jun 4, 2024 by nathansebhastian
5 tasks done
LCEL not working, compared to identical invoke() call sequence πŸ€–:bug Related to a bug, vulnerability, unexpected error with an existing feature β±­: lcel Related to LangChain Expression Language (LCEL)
#22459 opened Jun 4, 2024 by knodlagc
5 tasks done
ProTip! Mix and match filters to narrow down what you’re looking for.