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
Elijah Tarr e0f468f6c1
Update model token mappings/cost to include 0613 models (#6122)
Add `gpt-3.5-turbo-16k` to model token mappings, as per the following
new OpenAI blog post:
https://openai.com/blog/function-calling-and-other-api-updates

Fixes #6118 


Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agents Fixed: 'readible' -> readable (#6492) 1 year ago
callbacks Make streamlit import optional (#6510) 1 year ago
chains Feat: Add a prompt template parameter to qa with structure chains (#6495) 1 year ago
chat_models Be able to use Codey models on Vertex AI (#6354) 1 year ago
client Run eval in eval mode (#6447) 1 year ago
docstore Fix class promotion (#6187) 1 year ago
document_loaders Harrison/unstructured page number (#6464) 1 year ago
embeddings Update output format of MosaicML endpoint to be more flexible (#6060) 1 year ago
evaluation Export trajectory eval fn (#6509) 1 year ago
experimental Doc refactor (#6300) 1 year ago
graphs Add KuzuQAChain (#6454) 1 year ago
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 1 year ago
llms Update model token mappings/cost to include 0613 models (#6122) 1 year ago
load Include placeholder value for all secrets, not just kwargs (#6421) 1 year ago
memory Fixed an unhandled error that was raised when DynamoDB did not have any chat history. (#6141) 1 year ago
output_parsers changes to llm chain (#6328) 1 year ago
prompts Fix for #6431 - chatprompt template with partial variables giing validation error (#6456) 1 year ago
retrievers Fix class promotion (#6187) 1 year ago
tools Fix issue with non-list `To` header in GmailSendMessage Tool (#6242) 1 year ago
utilities Be able to use Codey models on Vertex AI (#6354) 1 year ago
vectorstores Integrate Rockset as Vectorstore (#6216) 1 year ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py nc/load (#5733) 1 year ago
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 1 year 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) 1 year 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) 1 year 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) 2 years 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) 1 year ago
serpapi.py move serpapi wrapper (#1199) 2 years ago
server.py Fix for ModuleNotFoundError while running langchain-server. Issue #5833 (#6077) 1 year ago
sql_database.py Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796) 1 year ago
text_splitter.py feat: Add support for the Solidity language (#6054) 1 year ago
utils.py feat(integrations): Add WandbTracer (#4521) 1 year ago