You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain
Zander Chase 7a4ff424fc
Relax string input mapper check (#6544)
for run evaluator. It could be that an evalutor doesn't need the output
11 months ago
..
agents Harrison/multi tool (#6518) 11 months ago
callbacks Infino integration for simplified logs, metrics & search across LLM data & token usage (#6218) 11 months ago
chains Feat: Add a prompt template parameter to qa with structure chains (#6495) 11 months ago
chat_models Be able to use Codey models on Vertex AI (#6354) 11 months ago
client Run eval in eval mode (#6447) 11 months ago
docstore Fix class promotion (#6187) 11 months ago
document_loaders Harrison/unstructured page number (#6464) 11 months ago
embeddings Update output format of MosaicML endpoint to be more flexible (#6060) 11 months ago
evaluation Relax string input mapper check (#6544) 11 months ago
experimental Doc refactor (#6300) 11 months ago
graphs Add KuzuQAChain (#6454) 11 months ago
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 12 months ago
llms Update model token mappings/cost to include 0613 models (#6122) 11 months ago
load Include placeholder value for all secrets, not just kwargs (#6421) 11 months ago
memory Fixed an unhandled error that was raised when DynamoDB did not have any chat history. (#6141) 11 months ago
output_parsers changes to llm chain (#6328) 11 months ago
prompts Fix for #6431 - chatprompt template with partial variables giing validation error (#6456) 11 months ago
retrievers Fix class promotion (#6187) 11 months ago
tools Fix issue with non-list `To` header in GmailSendMessage Tool (#6242) 11 months ago
utilities Be able to use Codey models on Vertex AI (#6354) 11 months ago
vectorstores Integrate Rockset as Vectorstore (#6216) 11 months ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py nc/load (#5733) 11 months ago
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 12 months ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
env.py Use LCP Client in Tracer (#5908) 11 months ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py FileCallbackHandler (#5589) 12 months ago
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 1 year ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 1 year ago
schema.py changes to llm chain (#6328) 11 months ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
server.py Fix for ModuleNotFoundError while running langchain-server. Issue #5833 (#6077) 11 months ago
sql_database.py Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796) 11 months ago
text_splitter.py feat: Add support for the Solidity language (#6054) 11 months ago
utils.py feat(integrations): Add WandbTracer (#4521) 12 months ago