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/chains
vinoyang 72f18fd08b
Provide get current date function dialect for other DBs (#4576)
# Provide get current date function dialect for other DBs

<!--
Thank you for contributing to LangChain! Your PR will appear in our next
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.
-->

<!-- Remove if not applicable -->

Fixes # (issue)

## Before submitting

<!-- If you're adding a new integration, include an integration test and
an example notebook showing its use! -->

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

@eyurtsev

<!-- For a quicker response, figure out the right person to tag with @

        @hwchase17 - project lead

        Tracing / Callbacks
        - @agola11

        Async
        - @agola11

        DataLoaders
        - @eyurtsev

        Models
        - @hwchase17
        - @agola11

        Agents / Tools / Toolkits
        - @vowelparrot
        
        VectorStores / Retrievers / Memory
        - @dev2049
        
 -->
1 year ago
..
api Add _type for all parsers (#4189) 1 year ago
chat_vector_db WIP: Harrison/base retriever (#1765) 1 year ago
combine_documents Callbacks Refactor [base] (#3256) 1 year ago
constitutional_ai Add constitutional principles from paper (#4554) 1 year ago
conversation Router chains (#4019) 1 year ago
conversational_retrieval Callbacks Refactor [base] (#3256) 1 year ago
graph_qa Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
hyde Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llm_bash Add _type for all parsers (#4189) 1 year ago
llm_checker Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llm_math Improve math chain error msg (#4415) 1 year ago
llm_summarization_checker fix typos in the prompts of LLMSummarizationCheckerChain (#4518) 1 year ago
natbot Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
pal Callbacks Refactor [base] (#3256) 1 year ago
qa_generation Callbacks Refactor [base] (#3256) 1 year ago
qa_with_sources Callbacks Refactor [base] (#3256) 1 year ago
query_constructor Fix minor issues in self-query retriever prompt formatting (#4450) 1 year ago
question_answering Callbacks Refactor [base] (#3256) 1 year ago
retrieval_qa Callbacks Refactor [base] (#3256) 1 year ago
router Use passed LLM for default chain in MultiPromptChain (#4418) 1 year ago
sql_database Provide get current date function dialect for other DBs (#4576) 1 year ago
summarize Callbacks Refactor [base] (#3256) 1 year ago
__init__.py Harrison/openapi spec (#2474) 1 year ago
base.py fix json saving, update docs to reference anthropic chat model (#4364) 1 year ago
llm.py Router chains (#4019) 1 year ago
llm_requests.py Callbacks Refactor [base] (#3256) 1 year ago
loading.py Harrison/retrieval code (#1916) 1 year ago
mapreduce.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
moderation.py Callbacks Refactor [base] (#3256) 1 year ago
prompt_selector.py Callbacks Refactor [base] (#3256) 1 year ago
sequential.py Callbacks Refactor [base] (#3256) 1 year ago
transform.py Callbacks Refactor [base] (#3256) 1 year ago