ccurme
a1db744b20
docs: add component tabs to integration landing pages ( #28142 )
...
- Add to embedding model tabs
- Add tabs for vector stores
- Add "hello world" examples in integration landing pages using tabs
2024-11-18 13:34:35 -05:00
Vadym Barda
48ee322a78
partners: add xAI chat integration ( #28032 )
2024-11-12 15:11:29 -05:00
Rashmi Pawar
f86a09f82c
Add nvidia as provider for embedding, llm ( #27810 )
...
Documentation: Add NVIDIA as integration provider
cc: @mattf @dglogo
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-11-04 19:45:51 +00:00
Mateusz Szewczyk
0606aabfa3
docs: Added WatsonxRerank documentation ( #27424 )
...
Thank you for contributing to LangChain!
Changes:
- docs: Added `WatsonxRerank` documentation
- docs Updated `WatsonxEmbeddings` with docs template
- docs: Updated `ChatWatsonx` with docs template
- docs: Updated `WatsonxLLM` with docs template
- docs: Added `ChatWatsonx` to list with Chat models providers. Added
[test_chat_models_standard](https://github.com/langchain-ai/langchain-ibm/blob/main/libs/ibm/tests/integration_tests/test_chat_models_standard.py )
to `langchain_ibm` tests suite.
- docs: Added `IBM` to list with Embedding models providers. Added
[test_embeddings_standard](https://github.com/langchain-ai/langchain-ibm/blob/main/libs/ibm/tests/integration_tests/test_embeddings_standard.py )
to `langchain_ibm` tests suite.
- docs: Updated `langcahin_ibm` recommended versions compatible with
`LangChain v0.3`
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-10-29 16:57:47 +00:00
Rashmi Pawar
83eebf549f
docs: Add NVIDIA as provider in v3 integrations ( #27254 )
...
### Add NVIDIA as provider in langchain v3 integrations
cc: @sumitkbh @mattf @dglogo
---------
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-10-25 16:21:22 +00:00
Isaac Francisco
6e228c84a8
docs: update mongo table ( #27434 )
2024-10-17 18:29:29 +00:00
Erika Cardenas
4a32cc3c66
Update FeatureTables.js to add Weaviate ( #26824 )
...
Thank you for contributing to LangChain!
- [x] **PR message**:
- Add Weaviate to the vector store list.
Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.
If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-09-30 23:05:37 +00:00
Ronan Amicel
19ed3165fb
docs: Fix typo in list of PDF loaders ( #26774 )
...
Description: Fix typo in list of PDF loaders.
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-09-30 20:04:18 +00:00
Erick Friis
8bc12df2eb
voyageai: new models ( #26907 )
...
Co-authored-by: fzowl <zoltan@voyageai.com >
Co-authored-by: fzowl <160063452+fzowl@users.noreply.github.com >
2024-09-26 17:07:10 +00:00
ccurme
87e21493f7
docs[patch]: remove deprecated loaders from feature tables ( #26709 )
2024-09-25 12:53:32 -04:00
ccurme
a0010063e8
docs[patch]: add guide for loading web pages ( #26708 )
2024-09-25 12:03:42 -04:00
Erick Friis
f9ef688b3a
docs: upgrade to docusaurus v3 ( #26803 )
2024-09-24 11:28:13 -07:00
ice yao
4d3d62c249
docs: fix nomic link error ( #26642 )
2024-09-19 14:41:45 +00:00
Patrick McGleenon
0f07cf61da
docs: fixed typo in XML document loader ( #26613 )
...
Fixed typo `Unstrucutred`
2024-09-18 14:26:57 +00:00
Erick Friis
c2a3021bb0
multiple: pydantic 2 compatibility, v0.3 ( #26443 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com >
Co-authored-by: Dan O'Donovan <dan.odonovan@gmail.com >
Co-authored-by: Tom Daniel Grande <tomdgrande@gmail.com >
Co-authored-by: Grande <Tom.Daniel.Grande@statsbygg.no >
Co-authored-by: Bagatur <baskaryan@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
Co-authored-by: Tomaz Bratanic <bratanic.tomaz@gmail.com >
Co-authored-by: ZhangShenao <15201440436@163.com >
Co-authored-by: Friso H. Kingma <fhkingma@gmail.com >
Co-authored-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: Morgante Pell <morgantep@google.com >
2024-09-13 14:38:45 -07:00
Yuki Watanabe
64dfdaa924
docs: Add Databricks integration ( #25929 )
...
Updating the gateway pages in the documentation to name the
`langchain-databricks` integration.
---------
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com >
Co-authored-by: Bagatur <baskaryan@gmail.com >
2024-09-02 22:05:40 +00:00
Tyler Wray
1ff8c36aa6
docs: fix pgvector link ( #25930 )
...
- **Description:** pg_vector link is 404'ing. This fixes it.
2024-09-02 18:03:19 +00:00
Erick Friis
28f6ff6fcd
docs: remove incorrect vectorstore local column ( #25895 )
2024-08-30 18:54:51 +00:00
Erick Friis
24f0c232fe
docs: elastic feature ( #25865 )
2024-08-30 00:55:16 +00:00
ccurme
3c784e10a8
docs: improve docs for InMemoryVectorStore ( #25786 )
...
Closes https://github.com/langchain-ai/langchain/issues/25775
2024-08-27 21:12:32 -07:00
Erick Friis
5fb8aa82b9
docs: api ref to new site links in featuretable ( #25678 )
2024-08-22 21:52:50 +00:00
Isaac Francisco
d40bdd6257
docs: more indexing of document loaders ( #25500 )
...
Co-authored-by: Bagatur <baskaryan@gmail.com >
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com >
2024-08-20 17:54:42 +00:00
Isaac Francisco
f18b77fd59
[docs]: pdf loaders ( #25425 )
2024-08-14 21:44:57 -07:00
Isaac Francisco
966b408634
[docs]: doc loader changes ( #25417 )
2024-08-14 19:46:33 -07:00
Isaac Francisco
63aba3fe5b
[docs]: link fix directory loader ( #25411 )
2024-08-14 20:58:54 +00:00
Jacob Lee
012929551c
docs[patch]: Hide deprecated integration pages ( #25389 )
2024-08-14 09:17:39 -07:00
Harrison Chase
967b6f21f6
docs: improve document loaders index ( #25365 )
...
Co-authored-by: Erick Friis <erick@langchain.dev >
2024-08-14 01:48:48 +00:00
Eugene Yurtsev
b4e3bdb714
docs: Update nomic AI embeddings integration docs ( #25308 )
...
Issue: https://github.com/langchain-ai/langchain/issues/24856
---------
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com >
Co-authored-by: isaac hershenson <ihershenson@hmc.edu >
2024-08-14 00:32:07 +00:00
Erick Friis
d5b548b4ce
docs: index pages, sidebars ( #25316 )
2024-08-13 15:52:51 -07:00