Langchain

Latest version: v0.3.0

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

Scan your dependencies

Page 65 of 66

0.0.5

Not secure
What's Changed
* ChatPromptTemplate: Update doc-strings, update from_role_strings behavior by eyurtsev in https://github.com/langchain-ai/langchain/pull/8308
* Fix "missing key op" RDFGraph OWL serialization by Caitlin2694 in https://github.com/langchain-ai/langchain/pull/8276
* Fixes 8310 Fix maximum recursion depth exceeded error by bharat-p in https://github.com/langchain-ai/langchain/pull/8313
* Nc/protocol by nfcampos in https://github.com/langchain-ai/langchain/pull/7800
* Add api cross ref linking by hinthornw in https://github.com/langchain-ai/langchain/pull/8275
* Avoid re-computation of embedding in weaviate similarity search by rohitgr7 in https://github.com/langchain-ai/langchain/pull/8284
* update api ref style by baskaryan in https://github.com/langchain-ai/langchain/pull/8318
* docstrings cleanup by leo-gan in https://github.com/langchain-ai/langchain/pull/8311
* feat(confluence): add markdown format option by BastinFlorian in https://github.com/langchain-ai/langchain/pull/8246
* Added async support to PlanAndExecute Chain by daniel-brenot in https://github.com/langchain-ai/langchain/pull/8239
* Implement async support for Cohere by kacperlukawski in https://github.com/langchain-ai/langchain/pull/8237
* removed namespace title by leo-gan in https://github.com/langchain-ai/langchain/pull/8208
* Azure Cognitive Search: Custom index and scoring profile support by ruoccofabrizio in https://github.com/langchain-ai/langchain/pull/6843
* Optimize the cosine_similarity_top_k function performance by misrasaurabh1 in https://github.com/langchain-ai/langchain/pull/8151
* Delete Old Evals Examples by hinthornw in https://github.com/langchain-ai/langchain/pull/8252
* Fix notebook that 'cannot convert' via nbdoc_build by hinthornw in https://github.com/langchain-ai/langchain/pull/8333
* Tree of Thought introducing a new ToTChain. by vadimgu in https://github.com/langchain-ai/langchain/pull/5167
* bump experimental to 005 by hwchase17 in https://github.com/langchain-ai/langchain/pull/8339

New Contributors
* Caitlin2694 made their first contribution in https://github.com/langchain-ai/langchain/pull/8276
* bharat-p made their first contribution in https://github.com/langchain-ai/langchain/pull/8313
* rohitgr7 made their first contribution in https://github.com/langchain-ai/langchain/pull/8284
* BastinFlorian made their first contribution in https://github.com/langchain-ai/langchain/pull/8246
* daniel-brenot made their first contribution in https://github.com/langchain-ai/langchain/pull/8239
* vadimgu made their first contribution in https://github.com/langchain-ai/langchain/pull/5167

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.244...v0.0.5

0.0.4

Not secure
What's Changed
* Bug Fix 6462 by jacobswe in https://github.com/langchain-ai/langchain/pull/8241
* Update references by hinthornw in https://github.com/langchain-ai/langchain/pull/8243
* Remove operator overloading for BaseMessage by eyurtsev in https://github.com/langchain-ai/langchain/pull/8245
* Update Broken Links by hinthornw in https://github.com/langchain-ai/langchain/pull/8247
* Add LLMChain example of memory with chat models by hinthornw in https://github.com/langchain-ai/langchain/pull/8250
* New enterprise support form by efriis in https://github.com/langchain-ai/langchain/pull/8254
* update golden-query notebook and fix typo in golden docs by ezpuzz in https://github.com/langchain-ai/langchain/pull/8253
* added lxml to the pip install example since it is required by byronsalty in https://github.com/langchain-ai/langchain/pull/8260
* Rm Github Import by hinthornw in https://github.com/langchain-ai/langchain/pull/8257
* Added Databricks support to MLflow Callback by rithwik-db in https://github.com/langchain-ai/langchain/pull/7906
* Web research retriever by rlancemartin in https://github.com/langchain-ai/langchain/pull/8102
* [ OpenSearch ] : Add AOSS Support to OpenSearch by naveentatikonda in https://github.com/langchain-ai/langchain/pull/8256
* unpack later by hinthornw in https://github.com/langchain-ai/langchain/pull/8278
* bump 243 by baskaryan in https://github.com/langchain-ai/langchain/pull/8289

New Contributors
* jacobswe made their first contribution in https://github.com/langchain-ai/langchain/pull/8241
* efriis made their first contribution in https://github.com/langchain-ai/langchain/pull/8254
* byronsalty made their first contribution in https://github.com/langchain-ai/langchain/pull/8260

**Full Changelog**: https://github.com/langchain-ai/langchain/compare/v0.0.242...v0.0.4

0.0.2

Not secure
What's Changed
* fix integration tests by ccurme in https://github.com/langchain-ai/langchain-extract/pull/20
* Update README.md by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/22
* Add backend suggest endpoint by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/21
* Add draft of extraction UI by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/23
* Roll CORS Origins into an env variable by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/24
* Lint with prettier by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/26
* More FE lint by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/27
* update poetry install in dockerfile by ccurme in https://github.com/langchain-ai/langchain-extract/pull/31
* use with_structured_output by ccurme in https://github.com/langchain-ai/langchain-extract/pull/36
* Add sharing by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/38
* frontend[major]: Migrate to nextjs by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/34
* Add ability to choose other models by ccurme in https://github.com/langchain-ai/langchain-extract/pull/41
* Add share link by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/42
* Small nits by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/45
* Add owner_id to extractors by ccurme in https://github.com/langchain-ai/langchain-extract/pull/44
* Update README.md by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/48
* Add formats to json schema validator by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/47
* Fix broken unit test by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/51
* Fix CI to run tests for python by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/52
* Constrain file sizes by ccurme in https://github.com/langchain-ai/langchain-extract/pull/50
* frontend[minor]: Add middleware func to always set userid cookie by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/56
* Allow using shared extractors by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/54
* Cc/serve UI assets by ccurme in https://github.com/langchain-ai/langchain-extract/pull/58
* Rename owner id to user id by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/59
* Fix results table display by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/62
* minor change in tabs for results table by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/63
* Use overlay for share link by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/64
* CreateExtractor: Enable input only if there's user input by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/66
* Use enter to submit in playground by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/67
* expose more configuration for the UI by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/68
* Disable submit button in preview form by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/69
* UI to use mimetype configuration by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/71
* UI: support model selection by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/72
* Set temperature to 0 by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/74
* Pick postgres config from env by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/77
* Set selected extractor by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/78
* Fix description in the JSON tab for results by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/80
* update retrieval by ccurme in https://github.com/langchain-ai/langchain-extract/pull/76
* next public env prefix by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/82
* add cookie options by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/84
* Add dockerfile for prod deploy by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/83
* drop axios by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/85
* Revert "drop axios" by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/86
* set cookie in backend by bracesproul in https://github.com/langchain-ai/langchain-extract/pull/87
* Remove middleware for cookies by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/90
* Swap to x-key by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/91
* Update for sql connection by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/92
* update readme by ccurme in https://github.com/langchain-ai/langchain-extract/pull/89
* Create extractor page improvements by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/94
* Improve file widget a bit by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/95
* add capability to limit extraction when working with long-docs, add concurrency control by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/97
* Update README.md by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/99
* add model metadata by ccurme in https://github.com/langchain-ai/langchain-extract/pull/96
* update run names by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/102
* Update model description by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/103
* Fix bug in delete examples by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/105
* Add content too long by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/106
* Add widgets for editing examples by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/107
* Revert examples by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/110

New Contributors
* bracesproul made their first contribution in https://github.com/langchain-ai/langchain-extract/pull/34

**Full Changelog**: https://github.com/langchain-ai/langchain-extract/compare/0.0.1...0.0.2

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
First release

What's Changed

* Fix linting error by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/1
* README.md: Update emoji because it's important by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/2
* README.md: Update the readme file by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/3
* patch: Do not instantiate model in settings.py by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/4
* Remove playground from runnable endpoint by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/5
* Update README.md by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/7
* Docs: Add scaffold for building documentation by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/6
* Add earnings call example by ccurme in https://github.com/langchain-ai/langchain-extract/pull/8
* Update README by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/9
* Add dockerfile for backend, configure docker-compose, fix models by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/11
* Update retrieval mode by ccurme in https://github.com/langchain-ai/langchain-extract/pull/10
* README: Update to use docker-compose by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/12
* README.md: Update readme by eyurtsev in https://github.com/langchain-ai/langchain-extract/pull/13

New Contributors
* eyurtsev made their first contribution in https://github.com/langchain-ai/langchain-extract/pull/1
* ccurme made their first contribution in https://github.com/langchain-ai/langchain-extract/pull/8

**Full Changelog**: https://github.com/langchain-ai/langchain-extract/commits/0.1.0

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

Page 65 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.