langchain/libs/community/langchain_community
Alex de5e96b5f9
community[patch]: updated openai prices in mapping (#17009)
- **Description:** there are january prices update for chatgpt
[blog](https://openai.com/blog/new-embedding-models-and-api-updates),
also there are updates on their website on page
[pricing](https://openai.com/pricing)
- **Issue:** N/A

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-02-08 14:43:44 -08:00
..
adapters
agent_toolkits community[patch]: fix agent_toolkits mypy (#17050) 2024-02-05 11:56:24 -08:00
callbacks community[patch]: updated openai prices in mapping (#17009) 2024-02-08 14:43:44 -08:00
chat_loaders
chat_message_histories community[patch]: chat message history mypy fixes (#17059) 2024-02-05 13:13:25 -08:00
chat_models community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
docstore
document_loaders core[patch], community[patch]: link extraction continue on failure (#17200) 2024-02-07 14:15:30 -08:00
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 2024-01-15 10:39:25 -08:00
embeddings community[patch]: octoai embeddings bug fix (#17216) 2024-02-07 22:25:52 -05:00
example_selectors refactor langchain.prompts.example_selector (#15369) 2024-02-01 12:05:57 -08:00
graphs langchain[patch], community[patch]: Fixes in the Ontotext GraphDB Graph and QA Chain (#17239) 2024-02-08 12:05:43 -08:00
indexes
llms community: add runtime kwargs to HuggingFacePipeline (#17005) 2024-02-08 13:58:31 -08:00
output_parsers langchain[patch], community[minor]: move output_parsers.ernie_functions (#16057) 2024-01-17 10:06:18 -08:00
retrievers community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
storage community: revert SQL Stores (#16912) 2024-02-01 16:37:40 -08:00
tools community[minor]: SQLDatabase Add fetch mode cursor, query parameters, query by selectable, expose execution options, and documentation (#17191) 2024-02-07 22:23:43 -05:00
utilities community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
utils
vectorstores community[patch]: Fix KeyError 'embedding' (MongoDBAtlasVectorSearch) (#17178) 2024-02-08 12:06:42 -08:00
__init__.py
cache.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 2024-02-07 22:06:09 -05:00
py.typed