Langchain

Latest version: v0.2.1

Safety actively analyzes 634645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 62 of 63

0.0.1.post1

by efriis in https://github.com/langchain-ai/langchain/pull/15777
* core[patch]: add alternative_import to deprecated by efriis in https://github.com/langchain-ai/langchain/pull/15781
* community: fix qianfan chat stream calling caused exception by danielhjz in https://github.com/langchain-ai/langchain/pull/13800
* Add neo4j semantic layer template by tomasonjo in https://github.com/langchain-ai/langchain/pull/15652
* mistralai[patch]: persist async client by efriis in https://github.com/langchain-ai/langchain/pull/15786
* mistralai[patch]: warn on stop token, fix on_llm_new_token by efriis in https://github.com/langchain-ai/langchain/pull/15787
* docs: collapse structured use case by baskaryan in https://github.com/langchain-ai/langchain/pull/15791
* core[patch]: release 0.1.9 by efriis in https://github.com/langchain-ai/langchain/pull/15794
* community[patch]: more deprecations by efriis in https://github.com/langchain-ai/langchain/pull/15782
* langchain[patch]: Improve stream_log with AgentExecutor and Runnable Agent by eyurtsev in https://github.com/langchain-ai/langchain/pull/15792
* add dspy notebook by hwchase17 in https://github.com/langchain-ai/langchain/pull/15798
* semantic chunker by hwchase17 in https://github.com/langchain-ai/langchain/pull/15799
* experimental[patch]: Release 0.0.49 by baskaryan in https://github.com/langchain-ai/langchain/pull/15823
* infra: explicit py path by baskaryan in https://github.com/langchain-ai/langchain/pull/15826
* ISSUE_TEMPLATE: Update issue template by eyurtsev in https://github.com/langchain-ai/langchain/pull/15757
* Infra: Fix syntax error in BUG REPORT template by eyurtsev in https://github.com/langchain-ai/langchain/pull/15831
* More updates to issue template by eyurtsev in https://github.com/langchain-ai/langchain/pull/15833
* infra: fix issue preview by eyurtsev in https://github.com/langchain-ai/langchain/pull/15836
* add raga reranker by hwchase17 in https://github.com/langchain-ai/langchain/pull/15838
* Add unit tests to test openai tools agent by eyurtsev in https://github.com/langchain-ai/langchain/pull/15843
* TogetherAI RAG by rlancemartin in https://github.com/langchain-ai/langchain/pull/15846
* docs: fix links by baskaryan in https://github.com/langchain-ai/langchain/pull/15848
* community[patch]: pinecone v3 support by efriis in https://github.com/langchain-ai/langchain/pull/15849
* Update Evals Notebook by hinthornw in https://github.com/langchain-ai/langchain/pull/15851
* together[minor]: add llm by efriis in https://github.com/langchain-ai/langchain/pull/15853
* Add NVIDIA Canonical RAG example chain by SagarBM396 in https://github.com/langchain-ai/langchain/pull/15758
* docs: Update cohere.mdx, Text embedding had incorrect code snippet by daniel-cohere in https://github.com/langchain-ai/langchain/pull/15840
* [docs] add beautiful soup dependency by hwchase17 in https://github.com/langchain-ai/langchain/pull/15860
* Community : Modified doc strings and example notebook for Clarifai by mogith-pn in https://github.com/langchain-ai/langchain/pull/15816
* community: add collection_properties parameter to Milvus by axiangcoding in https://github.com/langchain-ai/langchain/pull/15788
* Docs: Fix a typo in elasticsearch vectorstore notebook by xvjixiang in https://github.com/langchain-ai/langchain/pull/15807
* Add document loader section to Astra provider doc page by cbornet in https://github.com/langchain-ai/langchain/pull/15882
* docs[patch]: Fix bad headers in output parser docs by jacoblee93 in https://github.com/langchain-ai/langchain/pull/15778
* Docs[patch]: Update agent quick start for agents by eyurtsev in https://github.com/langchain-ai/langchain/pull/15892
* Docs[patch]: Update OpenAI tools agent description by eyurtsev in https://github.com/langchain-ai/langchain/pull/15896
* community[patch]: pinecone bug by efriis in https://github.com/langchain-ai/langchain/pull/15905
* add old serializable mapping by hwchase17 in https://github.com/langchain-ai/langchain/pull/15906
* core[patch]: release 0.1.10 by efriis in https://github.com/langchain-ai/langchain/pull/15911
* mistralai[patch]: release 0.0.2 by efriis in https://github.com/langchain-ai/langchain/pull/15912
* Pass config specs through ensemble retriever by nfcampos in https://github.com/langchain-ai/langchain/pull/15917
* Rm deprecated by hinthornw in https://github.com/langchain-ai/langchain/pull/15920
* Passthrough configurable primitive values as tracer metadata by nfcampos in https://github.com/langchain-ai/langchain/pull/15915
* <langchain_community.vectorstores>:<Fix pinecone.py __init__ docsrting instruction> by yacine555 in https://github.com/langchain-ai/langchain/pull/15922
* langchain: fix OutputParserException (15914) by JanHorcicka in https://github.com/langchain-ai/langchain/pull/15916
* feat(community): make Amadeus toolkit LLM-agnostic by mspronesti in https://github.com/langchain-ai/langchain/pull/15879
* feat: Implement `stream` interface by apepkuss in https://github.com/langchain-ai/langchain/pull/15875
* community: Ollama - Pass headers to post request by shahrin014 in https://github.com/langchain-ai/langchain/pull/15881
* PR community:Removing knn beta content in mongodb atlas vectorstore by manishsahni2000 in https://github.com/langchain-ai/langchain/pull/15865
* Add a BaseStore backed by AstraDB by cbornet in https://github.com/langchain-ai/langchain/pull/15812
* docs: redis_chat_message_history.ipynb integration doc by marsmxm in https://github.com/langchain-ai/langchain/pull/15789
* Enable customizing the output parser of `OpenAIFunctionsAgent` by treisfeld in https://github.com/langchain-ai/langchain/pull/15827
* community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class by raunakshrivastava7 in https://github.com/langchain-ai/langchain/pull/15737
* community: Add support of "http" URI for Milvus (12710) by ohbeep in https://github.com/langchain-ai/langchain/pull/15683
* langchain-google-genai[patch]: Add support for end_point and transport parameters to the Gemini API by enfeng in https://github.com/langchain-ai/langchain/pull/15532
* community: Support milvus partition key. by zc277584121 in https://github.com/langchain-ai/langchain/pull/15740
* openai[patch]: 0.0.2.post1, urls by efriis in https://github.com/langchain-ai/langchain/pull/15961
* infra: retry release if not found on test pypi by efriis in https://github.com/langchain-ai/langchain/pull/15913
* docs: Update Robocorp Action Server installation instructions by rihardsgravis in https://github.com/langchain-ai/langchain/pull/15943
* multiple[patch]: .post releases and pyproject metadata by efriis in https://github.com/langchain-ai/langchain/pull/15962
* docs: add agent prompt creation examples by baskaryan in https://github.com/langchain-ai/langchain/pull/15957
* Add documentation for AstraDBStore by cbornet in https://github.com/langchain-ai/langchain/pull/15953
* community: Fixing a performance issue with AzureSearch to perform batch embedding by msetbar in https://github.com/langchain-ai/langchain/pull/15594
* community: fix the "page" mode in the AzureAIDocumentIntelligenceParser (bug) by EdwinWenink in https://github.com/langchain-ai/langchain/pull/15958
* stop making copies of inputs by hwchase17 in https://github.com/langchain-ai/langchain/pull/15926
* community: Added Lantern as VectorStore by var77 in https://github.com/langchain-ai/langchain/pull/12951
* Batch update of alt text and title attributes for images in md/mdx files across repo by jonathanalgar in https://github.com/langchain-ai/langchain/pull/15357
* community[patch]: release 0.0.12 by efriis in https://github.com/langchain-ai/langchain/pull/15973
* community[patch]: core min 0.1.9 by efriis in https://github.com/langchain-ai/langchain/pull/15974
* community: Add PolygonAPIWrapper and get_last_quote endpoint by virattt in https://github.com/langchain-ai/langchain/pull/15971
* docs: agent table fix by baskaryan in https://github.com/langchain-ai/langchain/pull/15964
* core[patch]: simple prompt pretty printing by baskaryan in https://github.com/langchain-ai/langchain/pull/15968
* docs: more pip installs by efriis in https://github.com/langchain-ai/langchain/pull/15771
* community: add new gpt-3.5-turbo-1106 finetuned for cost calculation by nirkopler in https://github.com/langchain-ai/langchain/pull/16039
* docs: fix documentation broken link in integrations chroma by Mahad-lab in https://github.com/langchain-ai/langchain/pull/16041
* docs: fix self query diagram by baskaryan in https://github.com/langchain-ai/langchain/pull/16043
* community: Ollama - Parameter structure to follow official documentation by shahrin014 in https://github.com/langchain-ai/langchain/pull/16035
* [community][vectorstores][SurrealDBStore] Fix to match SurrealDB 0.3.2 SDK by lalanikarim in https://github.com/langchain-ai/langchain/pull/15996
* [community][document loaders] Added document loader for SurrealDB by lalanikarim in https://github.com/langchain-ai/langchain/pull/15995
* community : Fixed 'coroutine' object is not subscriptable error by raunakshrivastava7 in https://github.com/langchain-ai/langchain/pull/15986
* docs: fix typo in inspect runnables docs by rokn in https://github.com/langchain-ai/langchain/pull/15994
* Community: Adding asynchronous function implementation for Doctran by CsEnox in https://github.com/langchain-ai/langchain/pull/15941
* feat: add additional support for `BigQueryVectorSearch` by ashleyxuu in https://github.com/langchain-ai/langchain/pull/15904
* docs(community): update Amadeus toolkit to langchain v0.1 by mspronesti in https://github.com/langchain-ai/langchain/pull/15976
* [docs] Integration Documentation updated run to invoke for llms/ai21.ipynb by bhadreshpsavani in https://github.com/langchain-ai/langchain/pull/15889
* refactor `output_parsers` Rail by leo-gan in https://github.com/langchain-ai/langchain/pull/15852
* Add AstraDB self query retriever by cbornet in https://github.com/langchain-ai/langchain/pull/15738
* community: fix a bug that mistakenly handle zip iterator in FAISS.from_embeddings by neozhao98 in https://github.com/langchain-ai/langchain/pull/16020
* docs: update baidu_qianfan_endpoint.ipynb doc by Bigtable123 in https://github.com/langchain-ai/langchain/pull/15940
* community: jaguar vector store fix integer-element error when joining metadata values by fserv in https://github.com/langchain-ai/langchain/pull/15939
* Docs[patch]: Add info admonitions to a few agents by eyurtsev in https://github.com/langchain-ai/langchain/pull/15899
* Docs: Update OpenAI functions agent by eyurtsev in https://github.com/langchain-ai/langchain/pull/15894
* community: deprecate ErnieBotChat and ErnieEmbeddings classes by axiangcoding in https://github.com/langchain-ai/langchain/pull/15862
* Fixing the SlackGetChannel Tool Input Error by keenborder786 in https://github.com/langchain-ai/langchain/pull/15725
* feat: add a flag that determines whether to load the milvus collection by rere950303 in https://github.com/langchain-ai/langchain/pull/15693
* community: Update pgvecto_rs to use its high level sdk by BeautyyuYanli in https://github.com/langchain-ai/langchain/pull/15574
* langchain-community: add documentation for Firestore Chat Message History integration by averikitsch in https://github.com/langchain-ai/langchain/pull/15554
* fix tongyi completion and params error by Funkeke in https://github.com/langchain-ai/langchain/pull/15544
* Fix: stop (stop_sequences) param on WatsonxLLM by MateuszOssGit in https://github.com/langchain-ai/langchain/pull/15541
* Fix: fix top_p type hint by chyroc in https://github.com/langchain-ai/langchain/pull/15452
* community: JsonRequestsWrapper by hanzhichao2000 in https://github.com/langchain-ai/langchain/pull/15374
* community: Refactor OpenAIWhisperParserLocal by andrijdavid in https://github.com/langchain-ai/langchain/pull/15150
* add vikingdb and embedding by 19374242 in https://github.com/langchain-ai/langchain/pull/15155
* langchain[patch]: fix requests lint by baskaryan in https://github.com/langchain-ai/langchain/pull/16049
* community: implement adelete from VectorStore in Qdrant by AntonioMorales97 in https://github.com/langchain-ai/langchain/pull/16005
* community[patch]: add vector param to index query for pinecone vec store by jamescalam in https://github.com/langchain-ai/langchain/pull/16054
* community[patch]: release 0.0.13 by efriis in https://github.com/langchain-ai/langchain/pull/16087
* Add unit test for overridden lc_namespace by nfcampos in https://github.com/langchain-ai/langchain/pull/16093
* core[patch]: pass exceptions to fallbacks by baskaryan in https://github.com/langchain-ai/langchain/pull/16048
* core[patch]: Release 0.1.11 by baskaryan in https://github.com/langchain-ai/langchain/pull/16100
* Update elasticsearch.ipynb by bustosjuan in https://github.com/langchain-ai/langchain/pull/16090
* Add doc for AstraDB self retriever by cbornet in https://github.com/langchain-ai/langchain/pull/16077
* langchain[patch]: Release 0.1.1 by baskaryan in https://github.com/langchain-ai/langchain/pull/16103
* langchain[patch]: bump core dep to 0.1.9 by baskaryan in https://github.com/langchain-ai/langchain/pull/16104
* docs: tool-use use case by baskaryan in https://github.com/langchain-ai/langchain/pull/15783

New Contributors
* raunakshrivastava7 made their first contribution in https://github.com/langchain-ai/langchain/pull/15642
* Yuffie made their first contribution in https://github.com/langchain-ai/langchain/pull/15631
* reachusama made their first contribution in https://github.com/langchain-ai/langchain/pull/15649
* Ammar-Azman made their first contribution in https://github.com/langchain-ai/langchain/pull/15569
* kursathalat made their first contribution in https://github.com/langchain-ai/langchain/pull/15534
* EeyoreLee made their first contribution in https://github.com/langchain-ai/langchain/pull/15568
* abzachshan made their first contribution in https://github.com/langchain-ai/langchain/pull/15661
* morugu made their first contribution in https://github.com/langchain-ai/langchain/pull/15752
* SagarBM396 made their first contribution in https://github.com/langchain-ai/langchain/pull/15758
* daniel-cohere made their first contribution in https://github.com/langchain-ai/langchain/pull/15840
* xvjixiang made their first contribution in https://github.com/langchain-ai/langchain/pull/15807
* JanHorcicka made their first contribution in https://github.com/langchain-ai/langchain/pull/15916
* shahrin014 made their first contribution in https://github.com/langchain-ai/langchain/pull/15881
* manishsahni2000 made their first contribution in https://github.com/langchain-ai/langchain/pull/15865
* marsmxm made their first contribution in https://github.com/langchain-ai/langchain/pull/15789
* treisfeld made their first contribution in https://github.com/langchain-ai/langchain/pull/15827
* ohbeep made their first contribution in https://github.com/langchain-ai/langchain/pull/15683
* enfeng made their first contribution in https://github.com/langchain-ai/langchain/pull/15532
* zc277584121 made their first contribution in https://github.com/langchain-ai/langchain/pull/15740
* msetbar made their first contribution in https://github.com/langchain-ai/langchain/pull/15594
* EdwinWenink made their first contribution in https://github.com/langchain-ai/langchain/pull/15958
* var77 made their first contribution in https://github.com/langchain-ai/langchain/pull/12951
* jonathanalgar made their first contribution in https://github.com/langchain-ai/langchain/pull/15357
* Mahad-lab made their first contribution in https://github.com/langchain-ai/langchain/pull/16041
* rokn made their first contribution in https://github.com/langchain-ai/langchain/pull/15994
* CsEnox made their first contribution in https://github.com/langchain-ai/langchain/pull/15941
* bhadreshpsavani made their first contribution in https://github.com/langchain-ai/langchain/pull/15889
* neozhao98 made their first contribution in https://github.com/langchain-ai/langchain/pull/16020
* Bigtable123 made their first contribution in https://github.com/langchain-ai/langchain/pull/15940
* rere950303 made their first contribution in https://github.com/langchain-ai/langchain/pull/15693
* averikitsch made their first contribution in https://github.com/langchain-ai/langchain/pull/15554
* hanzhichao2000 made their first contribution in https://github.com/langchain-ai/langchain/pull/15374
* andrijdavid made their first contribution in https://github.com/langchain-ai/langchain/pull/15150
* 19374242 made their first contribution in https://github.com/langchain-ai/langchain/pull/15155
* AntonioMorales97 made their first contribution in https://github.com/langchain-ai/langchain/pull/16005

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.1.0...v0.1.1

0.0.1

Not secure
What's Changed
* Fix `allowed_search_types` in `VectorStoreRetriever` by c-bata in https://github.com/hwchase17/langchain/pull/8064
* (WIP) set up experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/7959
* Harrison/move experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/8084
* update contributor guide by hwchase17 in https://github.com/hwchase17/langchain/pull/8088
* fix api ref by baskaryan in https://github.com/hwchase17/langchain/pull/8083
* remove CVEs by hwchase17 in https://github.com/hwchase17/langchain/pull/8092
* add experimental release action by hwchase17 in https://github.com/hwchase17/langchain/pull/8096
* use top nav docs by baskaryan in https://github.com/hwchase17/langchain/pull/8090
* bump releases rc0 by hwchase17 in https://github.com/hwchase17/langchain/pull/8097
* add kwargs support for Baseten models by philipkiely-baseten in https://github.com/hwchase17/langchain/pull/8091
* Harrison/official pre release by hwchase17 in https://github.com/hwchase17/langchain/pull/8106
* MultiOn client toolkit by kitrak-rev in https://github.com/hwchase17/langchain/pull/8110
* Harrison/add back in experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/8128
* bump versions by hwchase17 in https://github.com/hwchase17/langchain/pull/8129

New Contributors
* c-bata made their first contribution in https://github.com/hwchase17/langchain/pull/8064
* kitrak-rev made their first contribution in https://github.com/hwchase17/langchain/pull/8110

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.239...v0.0.1

0.0.1rc4

What's Changed
* Harrison/official pre release by hwchase17 in https://github.com/hwchase17/langchain/pull/8106


**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.1rc0...v0.0.1rc4

0.0.1rc3

What's Changed
* Fix `allowed_search_types` in `VectorStoreRetriever` by c-bata in https://github.com/hwchase17/langchain/pull/8064
* (WIP) set up experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/7959
* Harrison/move experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/8084
* update contributor guide by hwchase17 in https://github.com/hwchase17/langchain/pull/8088
* fix api ref by baskaryan in https://github.com/hwchase17/langchain/pull/8083
* remove CVEs by hwchase17 in https://github.com/hwchase17/langchain/pull/8092
* add experimental release action by hwchase17 in https://github.com/hwchase17/langchain/pull/8096
* use top nav docs by baskaryan in https://github.com/hwchase17/langchain/pull/8090
* bump releases rc0 by hwchase17 in https://github.com/hwchase17/langchain/pull/8097
* add kwargs support for Baseten models by philipkiely-baseten in https://github.com/hwchase17/langchain/pull/8091

New Contributors
* c-bata made their first contribution in https://github.com/hwchase17/langchain/pull/8064

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.239...v0.0.1rc3

0.0.1rc2

What's Changed
* Fix `allowed_search_types` in `VectorStoreRetriever` by c-bata in https://github.com/hwchase17/langchain/pull/8064
* (WIP) set up experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/7959
* Harrison/move experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/8084
* update contributor guide by hwchase17 in https://github.com/hwchase17/langchain/pull/8088
* fix api ref by baskaryan in https://github.com/hwchase17/langchain/pull/8083
* remove CVEs by hwchase17 in https://github.com/hwchase17/langchain/pull/8092
* add experimental release action by hwchase17 in https://github.com/hwchase17/langchain/pull/8096
* use top nav docs by baskaryan in https://github.com/hwchase17/langchain/pull/8090
* bump releases rc0 by hwchase17 in https://github.com/hwchase17/langchain/pull/8097
* add kwargs support for Baseten models by philipkiely-baseten in https://github.com/hwchase17/langchain/pull/8091

New Contributors
* c-bata made their first contribution in https://github.com/hwchase17/langchain/pull/8064

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.239...v0.0.1rc2

0.0.1rc1

What's Changed
* Fix `allowed_search_types` in `VectorStoreRetriever` by c-bata in https://github.com/hwchase17/langchain/pull/8064
* (WIP) set up experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/7959
* Harrison/move experimental by hwchase17 in https://github.com/hwchase17/langchain/pull/8084
* update contributor guide by hwchase17 in https://github.com/hwchase17/langchain/pull/8088
* fix api ref by baskaryan in https://github.com/hwchase17/langchain/pull/8083
* remove CVEs by hwchase17 in https://github.com/hwchase17/langchain/pull/8092
* add experimental release action by hwchase17 in https://github.com/hwchase17/langchain/pull/8096
* use top nav docs by baskaryan in https://github.com/hwchase17/langchain/pull/8090
* bump releases rc0 by hwchase17 in https://github.com/hwchase17/langchain/pull/8097
* add kwargs support for Baseten models by philipkiely-baseten in https://github.com/hwchase17/langchain/pull/8091

New Contributors
* c-bata made their first contribution in https://github.com/hwchase17/langchain/pull/8064

**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.239...v0.0.1rc1

Page 62 of 63

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.