chat-langchain
chat-langchain copied to clipboard
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
- Update ingest to use latest docs and write to new Weaviate index - Add Deep Agent Implementation
following code ``` from langchain.chat_models import init_chat_model from langchain_core.tools import tool, InjectedToolArg from tavily import TavilyClient from typing_extensions import Annotated, Literal model = init_chat_model(model="kitsonk/watt-tool-8B", model_provider="ollama", api_key="ollama") @tool(parse_docstring=True) def tavily_search( query:...
Please add a new callout to the root readme in the repository: "Welcome to Open SWE!" Make it a 'tip' callout Agent Context { "tasks": [ { "id": "4e9e9778-963c-4050-8533-0595a73efdfb", "taskIndex":...
https://github.com/langchain-ai/chat-langchain/blob/2c63f20bdd278b40b44c3d127fe149538e67c9d9/backend/retrieval.py#L27-L46 As referenced here, I tried to change the vector db provider from Weaviate to Chroma. But i found the `return_uuids` will report an error Why it works for Weaviate,...
You're given a task to write a collection of rules, context and guidelines on the repository you're provided. Please gather context on the following categories, then write an `AGENTS.md` file...
You're given a task to write a collection of rules, context and guidelines on the repository you're provided. Please gather context on the following categories, then write an `AGENTS.md` file...
# Enhanced Query Routing in Retrieval Graph ## Changes - Added initial query analysis node to better route different types of questions - Implemented three routing paths: 1. Research path...
I can't find the ChatVectorDBChain doc, the link in the readme file appeared to be a 404 error
> By the way, is it actually possible to toggle dark mode off (ideally even use the system setting)? If not, could this be achieved with a simple code change?...