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
blob42 55e0e2d6ac feat: add MultiStrategy output parser
- A type of parser where many strategies can be tried before exception
- A strategy is a tuple like class of (parser, predicate, name=None)
- Strategies are tried if predicate is True
- Strategies are tried in order, allows for fallbacks
- Base interface allows existing parsers to use multiple strategies
- New strategies can be added for new output errors and covered by tests
11 months ago
..
agents Fix callback forwarding in async plan method for OpenAI function agent (#6584) 11 months ago
callbacks Wait for all futures (#6554) 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 Wait for all futures (#6554) 11 months ago
docstore Fix class promotion (#6187) 11 months ago
document_loaders Change Data Loader Namespace (#6568) 11 months ago
embeddings feat: interfaces for async embeddings, implement async openai (#6563) 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 Clarifai integration (#5954) 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 feat: add MultiStrategy output parser 11 months ago
prompts Fix for #6431 - chatprompt template with partial variables giing validation error (#6456) 11 months ago
retrievers Minor Grammar Fixes in Docs and Comments (#6536) 11 months ago
tools Fix issue with non-list `To` header in GmailSendMessage Tool (#6242) 11 months ago
utilities Detailed using the Twilio tool to send messages with 3rd party apps incl. WhatsApp (#6562) 11 months ago
vectorstores Clarifai integration (#5954) 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) 12 months 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 MD header text splitter returns Documents (#6571) 11 months ago
utils.py feat(integrations): Add WandbTracer (#4521) 12 months ago