Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1797 commits
Select commit Hold shift + click to select a range
7037ba0
community[patch]: callback before yield for mlx pipeline (#26928)
subroy13 Sep 27, 2024
2d9a09d
Fix typo in mlflow code example in mlflow.py (#26931)
Sep 27, 2024
7f37fd8
community[patch]: callback before yield for cloudflare (#26927)
subroy13 Sep 27, 2024
39987eb
openai[patch]: update deprecation target in API ref (#26921)
ccurme Sep 27, 2024
836c2a4
docs: update memory integrations page (#26912)
ccurme Sep 27, 2024
f4e738b
core: Add ruff rules for PIE (#26939)
cbornet Sep 27, 2024
c38ea7a
infra: api docs build (#26948)
Sep 27, 2024
135164e
infra: api docs build ref update (#26949)
Sep 27, 2024
9eb26c5
infra: api docs build ref experimental (#26950)
Sep 27, 2024
67df944
infra: add CI job for running tutorial notebooks (#26944)
ccurme Sep 27, 2024
44eddd3
infra[patch]: update notebooks workflow (#26956)
ccurme Sep 27, 2024
de0b48c
docs: Upgrade examples with RunnableWithMessageHistory to langgraph m…
eyurtsev Sep 27, 2024
7809b31
core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848)
cbornet Sep 27, 2024
29bf89d
community: Add conversions from GVS to networkx (#26906)
bjchambers Sep 27, 2024
b2c3159
infra: custom commit to external repo (#26962)
Sep 27, 2024
ce2669c
docs: update code interpreter tool table to reflect riza file upload …
andrewmbenton Sep 29, 2024
9404e7a
openai[patch]: exclude http client (#26891)
baskaryan Sep 29, 2024
db8845a
core: Add ruff rules for pycodestyle Warning (W) (#26964)
cbornet Sep 30, 2024
c7120d8
groq[patch]: support tool_choice=any/required (#27000)
baskaryan Sep 30, 2024
0078493
fireworks[patch]: allow tool_choice with multiple tools (#26999)
baskaryan Sep 30, 2024
248be02
core[patch]: fix structured prompt template format (#27003)
baskaryan Sep 30, 2024
34bd718
core[patch]: Release 0.3.7 (#27004)
baskaryan Sep 30, 2024
e12f570
Merge pull request #26794
keenborder786 Sep 30, 2024
19ed316
docs: Fix typo in list of PDF loaders (#26774)
ronnix Sep 30, 2024
2a6abd3
community[patch]: Add docstring for Links (#25969)
cbornet Sep 30, 2024
7fde279
core[patch]: Add kwargs to Runnable (#27008)
eyurtsev Sep 30, 2024
2538963
core[patch]: improve index/aindex api when batch_size<n_docs (#25754)
federico-pisanu Sep 30, 2024
870bd42
docs: GremlinGraph Remove = in the URL (#26705)
arunprakash Sep 30, 2024
446144e
Update neo4j vector procedures (#26775)
tomasonjo Sep 30, 2024
5346c7b
doc: grammar fix on index.mdx (#26771)
CodeLeom Sep 30, 2024
6a861b0
[Doc] Name variable langgraph_agent_executor (#26799)
hinthornw Sep 30, 2024
4a32cc3
Update FeatureTables.js to add Weaviate (#26824)
erika-shorten Sep 30, 2024
7ecd720
multiple: update docs urls to latest 2 (#26837)
Oct 1, 2024
35f6393
unstructured: mv to external repo (#26923)
Oct 1, 2024
a8e1577
milvus: mv to external repo (#26920)
Oct 1, 2024
e317d45
Bug-Fix[Community] Fix `FastEmbedEmbeddings` (#26764)
ZhangShenao Oct 1, 2024
95a8729
community: deprecate community ollama integrations (#26733)
Oct 1, 2024
f758319
docs: build new api docs (#26951)
Oct 1, 2024
9d10151
core[patch]: fix init of RunnableAssign (#26903)
ccurme Oct 1, 2024
b5e28d3
huggingface[patch]: make HuggingFaceEndpoint serializable (#27027)
baskaryan Oct 1, 2024
5f2e93f
huggingface[patch]: xfail test (#27031)
baskaryan Oct 1, 2024
099235d
Revert "huggingface[patch]: make HuggingFaceEndpoint serializable (#2…
baskaryan Oct 1, 2024
e806e9d
infra: fix api docs build checkout 2 (#27033)
Oct 1, 2024
74bf620
core[patch]: Support injected tool args that are arbitrary types (#27…
eyurtsev Oct 2, 2024
635c55c
core[patch]: Release 0.3.8 (#27046)
eyurtsev Oct 2, 2024
907c758
docs[patch]: add long-term memory agent tutorial (#27057)
vbarda Oct 3, 2024
103e573
community[patch]: chore warn deprecate the wandb callback handler (#2…
parambharat Oct 3, 2024
2a54448
langchain[patch]: Release 0.3.2 (#27073)
baskaryan Oct 3, 2024
47a9199
community[patch]: Fix missing protected_namespaces (#27076)
tibor-reiss Oct 3, 2024
7f730ce
docs: remove spaces in percent pip (#27082)
Oct 3, 2024
cc1b8b3
docs: Documentation update for Document Parse (#26844)
chosh0615 Oct 3, 2024
546dc44
core[patch]: add UsageMetadata details (#27072)
baskaryan Oct 3, 2024
c09da53
openai[patch]: add usage metadata details (#27080)
baskaryan Oct 3, 2024
87fc5ce
core[patch]: exclude model cache from ser (#27086)
baskaryan Oct 3, 2024
ab4dab9
core: fix batch race condition in FakeListChatModel (#26924)
Oct 3, 2024
47142eb
docs: Integrations NVIDIA llm documentation (#26934)
raspawar Oct 3, 2024
2715bed
docs[patch]: update links w/ new langgraph API ref (#26961)
vbarda Oct 3, 2024
e8e5d67
openai: fix None token detail (#27091)
Oct 4, 2024
0495b7f
anthropic[patch]: add usage_metadata details (#27087)
baskaryan Oct 4, 2024
4935a14
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
baskaryan Oct 4, 2024
1e768a9
anthropic[patch]: correctly handle tool msg with empty list (#27109)
baskaryan Oct 4, 2024
558fb4d
box: Add citation support to langchain_box.retrievers.BoxRetriever wh…
shurrey Oct 4, 2024
11df1b2
core[patch]: Release 0.3.9 (#27117)
baskaryan Oct 4, 2024
414fe16
anthropic[patch]: Release 0.2.2 (#27118)
baskaryan Oct 4, 2024
98942ed
openai[patch]: Release 0.2.2 (#27119)
baskaryan Oct 4, 2024
827bdf4
fireworks[patch]: Release 0.2.1 (#27120)
baskaryan Oct 4, 2024
bd5b335
standard-tests[patch]: fix oai usage metadata test (#27122)
baskaryan Oct 4, 2024
64a16f2
infra: add nvidia and astradb back to api build (#27115)
Oct 4, 2024
0b8416b
anthropic[patch]: fix input_tokens when cached (#27125)
baskaryan Oct 4, 2024
06ce5d1
anthropic[patch]: Release 0.2.3 (#27126)
baskaryan Oct 4, 2024
7a07196
docs: update Google Spanner Vector Store documentation (#27124)
averikitsch Oct 4, 2024
07dd8dd
community[patch]: update gpt-4o cost (#27038)
ogawa65a Oct 7, 2024
3809980
docs: fix anthropic max_tokens docstring (#27166)
baskaryan Oct 7, 2024
f70650f
core[patch]: correct typo doc-string for astream_events method (#27108)
adityash97 Oct 7, 2024
14de81b
community: sambastudio chat model (#27056)
jhpiedrahitao Oct 7, 2024
780ce00
core[minor]: add **kwargs to index and aindex functions for custom ve…
Jalmeida1994 Oct 7, 2024
8f83921
Update MIGRATE.md (#27169)
eyurtsev Oct 7, 2024
c61b9da
docs: Grammar fix in concepts.mdx (#27149)
AleksandarPetrov Oct 7, 2024
931ce8d
core[patch]: Update `AsyncCallbackManager` to honor `run_inline` attr…
parambharat Oct 7, 2024
c4ebccf
core[minor]: Improve support for id in VectorStore (#26660)
cbornet Oct 7, 2024
8454a74
Update README.md for Tutorial to Usecase url (#27099)
bhadreshpsavani Oct 7, 2024
37ca468
community: AzureSearch: fix reranking for empty lists (#27104)
pokotylo Oct 7, 2024
d31ec88
core: Add ruff rules for error messages (EM) (#26965)
cbornet Oct 7, 2024
5c826fa
core: update make format to fix all autofixable things (#27174)
Oct 7, 2024
16f5fdb
core: Add various ruff rules (#26836)
cbornet Oct 7, 2024
8d27325
core[patch]: support ValidationError from pydantic v1 in tools (#27194)
vbarda Oct 8, 2024
ea9a59b
docs: `integrations` updates 17 (#27015)
leo-gan Oct 8, 2024
0ec74fb
docs: 👥 Update LangChain people data (#27022)
jacoblee93 Oct 8, 2024
0b36ed0
DOC:Changed /docs/integrations/tools/jira/ (#27023)
Dehelaan Oct 8, 2024
9b7bdf1
Fixed typo in llibs/community/langchain_community/storage/sql.py (#27…
ajayeswarreddy Oct 8, 2024
b84e002
standard-tests: test that only one chunk sets input_tokens (#27177)
Oct 8, 2024
c10e1f7
docs: update passio_nutrition_ai.ipynb (#27041)
eltociear Oct 8, 2024
feb4be8
docs: in chatbot tutorial, make docs consistent with code sample (#27…
mathi123 Oct 8, 2024
b716d80
docs: `integrations/providers/microsoft` update (#27055)
leo-gan Oct 8, 2024
c3cb56a
docs: `integrations` updates 18 (#27054)
leo-gan Oct 8, 2024
e3920f2
community[patch]: fix structured_output in llamacpp integration (#27202)
ccurme Oct 8, 2024
e3e9ee8
core[patch]: utils for adding/subtracting usage metadata (#27203)
baskaryan Oct 8, 2024
73ad7f2
langchain_chroma[patch]: updated example for get documents with where…
RidhamGolakiya Oct 8, 2024
b298d03
docs: Update IBM `ChatWatsonx` documentation (#27189)
MateuszOssGit Oct 8, 2024
ce33c4f
openai[patch]: default temp=1 for o1 (#27206)
baskaryan Oct 8, 2024
7264fb2
core: release 0.3.10 (#27209)
Oct 8, 2024
6c33124
docs: minor fix sambastudio chat model docs (#27212)
jhpiedrahitao Oct 8, 2024
cedf4d9
langchain: release 0.3.3 (#27213)
Oct 8, 2024
481bd25
community: Fix database connections for neo4j (#27190)
tomasonjo Oct 8, 2024
a7c1ce2
[community] Add timeout control and retry for UC tool execution (#26645)
serena-ruan Oct 9, 2024
84c05b0
community: release 0.3.2 (#27214)
Oct 9, 2024
d05fdd9
community: Cassandra Vector Store: extend metadata-related methods (#…
hemidactylus Oct 9, 2024
4553573
core[patch],langchain[patch],community[patch]: Bump version dependenc…
EricDiao Oct 9, 2024
ff925d2
docs: fixed broken API reference link for StructuredTool.from_functio…
wkdghdus Oct 9, 2024
7da2efd
community[minor]: VectorStore Infinispan. Adding TLS and authenticati…
rigazilla Oct 9, 2024
5b9b8fe
core[patch]: Ignore ASYNC110 to upgrade to newest ruff version (#27229)
eyurtsev Oct 9, 2024
2a1029c
Update chatbot.ipynb (#27243)
EnggQasim Oct 10, 2024
5647276
community: Problem with embeddings in new versions of clickhouse. (#2…
MarceloNunesAlves Oct 11, 2024
2197958
docs: add discussions with giscus (#27172)
Oct 11, 2024
59bbda9
chroma: Deprecating versions 0.5.7 thru 0.5.12 (#27305)
tazarov Oct 14, 2024
de62d02
docs: Maybe there is a missing closing bracket. (#27317)
YangZhaoo Oct 14, 2024
8dc4bec
[community] [Bugfix] base_o365 document loader metadata needs to be J…
MacanPN Oct 14, 2024
8fea07f
community: fixed KeyError: 'client' (#27345)
MaxTran96 Oct 14, 2024
fc14f67
Community: Updated Firecrawl Document Loader to v1 (#26548)
rafaelsideguide Oct 15, 2024
57fbc6b
community: Update OCI data science integration (#27083)
qiuosier Oct 15, 2024
443b374
community: refactor Arxiv search logic (#27084)
Ahmetyasin Oct 15, 2024
3fa5ce3
community: clear mypy syntax warning in openapi (#27370)
Oct 15, 2024
c653361
docs: fix community pgvector deprecation warning formatting (#27094)
MasterOdin Oct 15, 2024
0a3e089
[Anthropic] Shallow Copy (#27105)
hinthornw Oct 15, 2024
92ae61b
multiple: rely on asyncio_mode auto in tests (#27200)
Oct 15, 2024
f3925d7
community: Fix word spelling in `Text2vecEmbeddings` (#27183)
ZhangShenao Oct 15, 2024
fead474
docs: `integrations` updates 20 (#27210)
leo-gan Oct 15, 2024
12fea5b
community: sambastudio chat model integration minor fix (#27238)
jhpiedrahitao Oct 15, 2024
d2cd436
infra: add databricks api build (#27374)
Oct 15, 2024
edf6d0a
partners/couchbase: release 0.2.0 (attempt 2) (#27375)
Oct 15, 2024
3f74dfc
community[patch]: Fix vLLM integration to filter SamplingParams (#27367)
enesbol Oct 15, 2024
8e66822
docs: `integrations google` update (#27218)
leo-gan Oct 15, 2024
15c1dda
community: Add support for clob datatype in oracle database (#27330)
xsai9101 Oct 16, 2024
b8bfebd
community: Add deprecation notice for Databricks integration in langc…
B-Step62 Oct 16, 2024
591a3db
docs: Update IBM `ChatWatsonx` documentation (#27358)
MateuszOssGit Oct 16, 2024
3165415
docs: `integrations` updates 21 (#27380)
leo-gan Oct 16, 2024
31e7664
community[minor]: add proxy support to RecursiveUrlLoader (#27364)
ccq1 Oct 16, 2024
a4392b0
core[patch]: add convert_to_openai_messages util (#27263)
baskaryan Oct 16, 2024
88d71f6
docs: Cosmetic documentation fix. Update `llm_chain.ipynb`. (#27394)
barseghyanartur Oct 16, 2024
fdb7f95
monorepo: add script for updating notebook cassettes (#27399)
ccurme Oct 16, 2024
a38e903
docs: platforms -> providers (#27285)
Oct 16, 2024
202d7f6
core[patch]: 0.3.11 release (#27403)
eyurtsev Oct 16, 2024
0ebddab
docs, core: error messaging [wip] (#27397)
Oct 17, 2024
f9cc9bd
core: release 0.3.12 (#27410)
Oct 17, 2024
4d11211
infra: schedule triggers monorepo only by default (#27428)
Oct 17, 2024
322ca84
infra: add ibm api build (#27425)
Oct 17, 2024
2a27234
docs: fix error reference header (#27431)
Oct 17, 2024
6e228c8
docs: update mongo table (#27434)
isahers1 Oct 17, 2024
97dc578
docs: Update custom name for IBM (#27437)
MateuszOssGit Oct 17, 2024
7d65a32
openai: audio modality, remove sockets from unit tests (#27436)
Oct 18, 2024
2cf2cef
partners/openai: release 0.2.3 (#27457)
Oct 18, 2024
82242df
docs: openai audio docs (#27459)
Oct 18, 2024
b468552
docs: langgraph error code redirects (#27465)
Oct 18, 2024
3066078
langchain: release 0.3.4 (#27458)
Oct 18, 2024
a562c54
azure-dynamic-sessions: migrate to repo (#27468)
Oct 18, 2024
4ceb280
mongodb: migrate to repo (#27467)
Oct 18, 2024
c397baa
community: release 0.3.3 (#27472)
Oct 18, 2024
97a819d
community: fix lint from new mypy (#27474)
Oct 18, 2024
e62e390
docs: update API Reference Link in /docs/how_to/vectorstore_retriever…
connorpark24 Oct 19, 2024
edfe35c
docs: fix typo on friendli.ipynb (#27412)
seuha516 Oct 21, 2024
cfcf783
community: fix a typo in planner_prompt.py (#27489)
nodfans Oct 21, 2024
8f80dd2
docs: typo fix athena.ipynb and glue_catalog.ipynb (#27435)
domainio Oct 21, 2024
2678cda
docs:tutorials:sql_qa.ipynb: fix typo (#27405)
venkatram-dev Oct 21, 2024
689e8b7
docs: Update chatbot.ipynb (#27422)
radi-dev Oct 21, 2024
6ed92f1
infra: azure/mongo api docs build (#27512)
Oct 21, 2024
c6d088b
docs: giscus component strict (#27515)
Oct 21, 2024
403c0ea
community: fix DallE hidden open_api_key (#26996)
bbaltagi-dtsl Oct 21, 2024
380449a
core: fix Image prompt template hardcoded template format (#27495)
chunkanglu Oct 21, 2024
0640cbf
huggingface[patch]: hide client field in HuggingFaceEmbeddings (#27522)
vbarda Oct 21, 2024
f636c83
community: Cassandra Vector Store: modernize implementation (#27253)
epinzur Oct 22, 2024
9a277cb
community: Update `file_path` type in `JSONLoader.__init__()` signatu…
orkhank Oct 22, 2024
0cae37b
docs: fix docker command for RedisChatMessageHistory (#27484)
savarbhasin Oct 22, 2024
3468442
docs: rm Legacy API ref link (#27559)
baskaryan Oct 22, 2024
ab205e7
partners/openai + community: Async Azure AD token provider support fo…
fedeoliv Oct 22, 2024
031d0e4
docs:update to MongoDB Docs (#27531)
prakul Oct 23, 2024
6d2a76a
langchain_huggingface: Fix multiple GPU usage bug in from_model_id fu…
kenchanLOL Oct 23, 2024
f2dbf01
Docs: Re-organize conceptual docs (#27047)
eyurtsev Oct 23, 2024
4466caa
concepts: update llm stub page and re-link (#27567)
eyurtsev Oct 23, 2024
217de4e
langchain[patch]: de-beta init_chat_model (#27558)
baskaryan Oct 23, 2024
968dcce
core[patch]: convert_to_openai_tool Anthropic support (#27591)
baskaryan Oct 23, 2024
71e0f4c
docs: Fix spelling mistake in concepts (#27589)
ankur0904 Oct 23, 2024
562cf41
docs: Update messages.mdx (#27592)
eyurtsev Oct 23, 2024
948e2e6
docs: concept nits (#27586)
baskaryan Oct 23, 2024
5e5647b
docs: render api ref urls in search (#27594)
Oct 23, 2024
8f15122
Community: Fix DuckDuckGo search tool Output Format (#27479)
AndrewEffendi Oct 24, 2024
f203229
community: Fix the failure of ChatSparkLLM after upgrading to Pydanti…
coolbeevip Oct 24, 2024
d081a54
docs: fix more links (#27598)
eyurtsev Oct 24, 2024
61897ae
docs: Fix for spelling mistake (#27599)
hippopond Oct 24, 2024
133c1b4
docs: Update passthrough.ipynb -- Grammar correction (#27601)
laududu-cc Oct 24, 2024
da6b526
docs: Update `Runnable` documentation (#27606)
danielvdao Oct 24, 2024
2d58a8a
docs: Update structured_outputs.mdx (#27613)
yaarAdarsh Oct 24, 2024
20b56a0
core[patch]: fix repr and str for Serializable (#26786)
tibor-reiss Oct 24, 2024
655ced8
openai[patch]: accept json schema response format directly (#27623)
baskaryan Oct 24, 2024
6227396
partners/HuggingFacePipeline[stream]: Change to use `pipeline` instea…
jagaldol Oct 24, 2024
846a752
community: Add Naver chat model & embeddings (#25162)
hyper-clova Oct 24, 2024
7345470
docs: add aws support to how-to-guides (#27450)
ebranchy Oct 24, 2024
455ab7d
Improvement[Community] Improve Document Loaders and Splitters (#27568)
ZhangShenao Oct 24, 2024
0623c74
couchbase: Add document id to vector search results (#27622)
nithishr Oct 24, 2024
bcff458
DOC: Added notes in ipynb file to advise user to upgrade package lang…
hippopond Oct 24, 2024
265e0a1
core: add flake8-bandit (S) ruff rules to core (#27368)
Oct 24, 2024
7667ee1
core: remove mustache in extended deps (#27629)
eyurtsev Oct 25, 2024
24605bc
community[patch]: Fix missing protected_namespaces(). (#27610)
gawbul Oct 25, 2024
83eebf5
docs: Add NVIDIA as provider in v3 integrations (#27254)
raspawar Oct 25, 2024
2683f81
docs: contributing index page (#27647)
Oct 25, 2024
06df15c
core[patch]: Release 0.3.13 (#27651)
baskaryan Oct 25, 2024
600b7bd
all: test 3.13 ci (#27197)
Oct 25, 2024
247d6bb
infra: test doc imports 3.12 (#27653)
Oct 25, 2024
d530689
openai[patch]: Release 0.2.4 (#27652)
baskaryan Oct 25, 2024
7bc4e32
core[patch]: improve performance of InMemoryVectorStore (#27538)
VMinB12 Oct 25, 2024
ef27ce7
docs: add missing import for tools docs (#27650)
FarDust Oct 25, 2024
fbfc6bd
core: test runner improvements (#27654)
Oct 25, 2024
cdb4b19
docs: reorganize contributing docs (#27649)
Oct 25, 2024
fe87e41
groq: fix unit test (#27660)
ccurme Oct 26, 2024
8895d46
community: sambastudio llm refactor (#27215)
jhpiedrahitao Oct 27, 2024
440c162
community: Fix closed session in Infinity (#26933)
baptiste-pasquier Oct 27, 2024
ede953d
openai[patch]: fix schema formatting util (#27685)
baskaryan Oct 28, 2024
6803cb4
openai[patch]: add check for none values when summing token usage (#2…
yahya-mouman Oct 28, 2024
6d524e9
partners/box: release 0.2.2 (#27690)
Oct 28, 2024
583808a
partners/huggingface: release 0.1.1 (#27691)
Oct 28, 2024
94e5765
docs: packages in homepage (#27693)
Oct 28, 2024
eec3567
core[patch]: Improve type checking for the tool decorator (#27460)
nvachhar Oct 29, 2024
c3021e9
docs: fix typo in query analysis documentation (#27697)
Sodas0 Oct 29, 2024
0a465b8
docs: Fix typo in _action_agent docs section (#27698)
JminJ Oct 29, 2024
49517cc
partners/huggingface[patch]: fix HuggingFacePipeline model_id paramet…
AndrewEffendi Oct 29, 2024
c1d8c33
core: JsonOutputParser UTF characters bug (#27306)
Harsimran-19 Oct 29, 2024
9ccd4a6
DOC: Tutorial Section Updates (#27675)
DangerousPotential Oct 29, 2024
0606aab
docs: Added WatsonxRerank documentation (#27424)
MateuszOssGit Oct 29, 2024
8396ca2
docs: redis in api docs (#27722)
Oct 29, 2024
913ff1b
docs: fix typo in query analysis documentation (#27721)
Sodas0 Oct 29, 2024
447c0dd
docs: Fixed Grammar & Improve reading (#27672)
DangerousPotential Oct 29, 2024
0433b11
docs: Add databricks-langchain package consolidation notice (#27703)
prithvikannan Oct 29, 2024
8f4423e
text-splitters[patch]: Release 0.3.1 (#27726)
baskaryan Oct 30, 2024
5111063
langchain[patch]: Release 0.3.5 (#27727)
baskaryan Oct 30, 2024
5a2cfb4
Support message trimming on single messages (#27729)
hinthornw Oct 30, 2024
8d8e38b
community[pathch]: Add missing custom content_key handling in Redis v…
lvqier Oct 30, 2024
9d2f670
DOCS: Fixed import of langchain instead of langchain_nvidia_ai_endpoi…
nawaz0x1 Oct 30, 2024
dc17122
community[patch]: Fix vLLM integration to apply lora_request (#27731)
e7217 Oct 30, 2024
028e025
community: Added anthropic.claude-3-5-sonnet-20241022-v2:0 cost detia…
tkubo-heroz Oct 30, 2024
8a5807a
docs: Update Milvus documentation to correctly show how to filter in …
MartinHex Oct 30, 2024
18cfb4c
community: Add token_usage and model_name metadata to ChatZhipuAI str…
suifengfengye Oct 30, 2024
8fb6708
Fix typo (missing letter) in elasticsearch_retriever.ipynb (#27639)
abdesselam-benameur Oct 30, 2024
0b97135
fix the grammar and markdown component (#27657)
ankur0904 Oct 30, 2024
7a29ca6
community: add new parameters to pass to OpenAIAssistantV2Runnable (#…
luiz0992 Oct 30, 2024
98bb3a0
docs: Add OpenAIAssistantV2Runnable docstrings (#27402)
hmnfalahi Oct 30, 2024
bd5ea18
groq[patch]: update standard tests (#27744)
ccurme Oct 30, 2024
e593e01
Update compatibility table for ChatDatabricks (#27676)
B-Step62 Oct 30, 2024
3b956b3
community: Update Replicate LLM and fix tests (#27655)
fayvor Oct 30, 2024
88bfd60
infra: specify python max version of 3.12 for some integration packag…
ccurme Oct 30, 2024
595dc59
docs: run how-to guides in CI (#27615)
ccurme Oct 30, 2024
56a8120
Docs update (00c027c)
promptless[bot] Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 2 additions & 4 deletions .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
dockerfile: libs/langchain/dev.Dockerfile
context: ..
volumes:
# Update this to wherever you want VS Code to mount the folder of your project
# Update this to wherever you want VS Code to mount the folder of your project
- ..:/workspaces/langchain:cached
networks:
- langchain-network
- langchain-network
# environment:
# MONGO_ROOT_USERNAME: root
# MONGO_ROOT_PASSWORD: example123
Expand All @@ -28,5 +28,3 @@ services:
networks:
langchain-network:
driver: bridge


24 changes: 10 additions & 14 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,21 @@ body:
attributes:
label: System Info
description: |
Please share your system info with us.
Please share your system info with us. Do NOT skip this step and please don't trim
the output. Most users don't include enough information here and it makes it harder
for us to help you.

"pip freeze | grep langchain"
platform (windows / linux / mac)
python version

OR if you're on a recent version of langchain-core you can paste the output of:
Run the following command in your terminal and paste the output here:

python -m langchain_core.sys_info
placeholder: |
"pip freeze | grep langchain"
platform
python version

Alternatively, if you're on a recent version of langchain-core you can paste the output of:
or if you have an existing python interpreter running:

python -m langchain_core.sys_info
from langchain_core import sys_info
sys_info.print_sys_info()

These will only surface LangChain packages, don't forget to include any other relevant
packages you're using (if you're not sure what's relevant, you can paste the entire output of `pip freeze`).
alternatively, put the entire output of `pip freeze` here.
placeholder: |
python -m langchain_core.sys_info
validations:
required: true
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ contact_links:
- name: 🤔 Question or Problem
about: Ask a question or ask about a problem in GitHub Discussions.
url: https://www.github.com/langchain-ai/langchain/discussions/categories/q-a
- name: Discord
url: https://discord.gg/6adMQxSpJS
about: General community discussions
- name: Feature Request
url: https://www.github.com/langchain-ai/langchain/discussions/categories/ideas
about: Suggest a feature or an idea
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes.
- Where "package" is whichever of langchain, community, core, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes.
- Example: "community: add foobar LLM"


Expand Down
39 changes: 21 additions & 18 deletions .github/actions/people/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,7 @@ def get_graphql_pr_edges(*, settings: Settings, after: Union[str, None] = None):
print("Querying PRs...")
else:
print(f"Querying PRs with cursor {after}...")
data = get_graphql_response(
settings=settings,
query=prs_query,
after=after
)
data = get_graphql_response(settings=settings, query=prs_query, after=after)
graphql_response = PRsResponse.model_validate(data)
return graphql_response.data.repository.pullRequests.edges

Expand Down Expand Up @@ -484,10 +480,16 @@ def get_contributors(settings: Settings):
lines_changed = pr.additions + pr.deletions
score = _logistic(files_changed, 20) + _logistic(lines_changed, 100)
contributor_scores[pr.author.login] += score
three_months_ago = (datetime.now(timezone.utc) - timedelta(days=3*30))
three_months_ago = datetime.now(timezone.utc) - timedelta(days=3 * 30)
if pr.createdAt > three_months_ago:
recent_contributor_scores[pr.author.login] += score
return contributors, contributor_scores, recent_contributor_scores, reviewers, authors
return (
contributors,
contributor_scores,
recent_contributor_scores,
reviewers,
authors,
)


def get_top_users(
Expand Down Expand Up @@ -524,9 +526,13 @@ def get_top_users(
# question_commentors, question_last_month_commentors, question_authors = get_experts(
# settings=settings
# )
contributors, contributor_scores, recent_contributor_scores, reviewers, pr_authors = get_contributors(
settings=settings
)
(
contributors,
contributor_scores,
recent_contributor_scores,
reviewers,
pr_authors,
) = get_contributors(settings=settings)
# authors = {**question_authors, **pr_authors}
authors = {**pr_authors}
maintainers_logins = {
Expand All @@ -547,6 +553,7 @@ def get_top_users(
"obi1kenobi",
"langchain-infra",
"jacoblee93",
"isahers1",
"dqbd",
"bracesproul",
"akira",
Expand All @@ -558,7 +565,7 @@ def get_top_users(
maintainers.append(
{
"login": login,
"count": contributors[login], #+ question_commentors[login],
"count": contributors[login], # + question_commentors[login],
"avatarUrl": user.avatarUrl,
"twitterUsername": user.twitterUsername,
"url": user.url,
Expand Down Expand Up @@ -614,9 +621,7 @@ def get_top_users(
new_people_content = yaml.dump(
people, sort_keys=False, width=200, allow_unicode=True
)
if (
people_old_content == new_people_content
):
if people_old_content == new_people_content:
logging.info("The LangChain People data hasn't changed, finishing.")
sys.exit(0)
people_path.write_text(new_people_content, encoding="utf-8")
Expand All @@ -629,9 +634,7 @@ def get_top_users(
logging.info(f"Creating a new branch {branch_name}")
subprocess.run(["git", "checkout", "-B", branch_name], check=True)
logging.info("Adding updated file")
subprocess.run(
["git", "add", str(people_path)], check=True
)
subprocess.run(["git", "add", str(people_path)], check=True)
logging.info("Committing updated file")
message = "👥 Update LangChain people data"
result = subprocess.run(["git", "commit", "-m", message], check=True)
Expand All @@ -640,4 +643,4 @@ def get_top_users(
logging.info("Creating PR")
pr = repo.create_pull(title=message, body=message, base="master", head=branch_name)
logging.info(f"Created PR: {pr.number}")
logging.info("Finished")
logging.info("Finished")
Loading
Loading