id
stringlengths
14
15
text
stringlengths
23
2.21k
source
stringlengths
52
97
14330733e88d-3
which provides an ecosystem of more than a thousand ready-made apps called Actors for various scraping, crawling, and extraction use cases.This integration enables you run Actors on the Apify platform and load their results into LangChain to feed your vector indexes with documents and data from the web, e.g. to generat...
https://python.langchain.com/docs/integrations/providers/apify
d2c4c5e45bf5-0
Infino | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/infino
d2c4c5e45bf5-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/infino
d2c4c5e45bf5-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/infino
d2c4c5e45bf5-3
you don't, follow the next steps to start it:Make sure you have Docker installedRun the following in your terminal:docker run --rm --detach --name infino-example -p 3000:3000 infinohq/infino:latestUsing Infino​See a usage example of InfinoCallbackHandler.from langchain.callbacks import InfinoCallbackHandlerPreviousIM...
https://python.langchain.com/docs/integrations/providers/infino
a4117b586fd4-0
Pinecone | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/pinecone
a4117b586fd4-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/pinecone
a4117b586fd4-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/pinecone
a4117b586fd4-3
It is broken into two parts: installation and setup, and then references to specific Pinecone wrappers.Installation and Setup​Install the Python SDK:pip install pinecone-clientVectorstore​There exists a wrapper around Pinecone indexes, allowing you to use it as a vectorstore, whether for semantic search or example ...
https://python.langchain.com/docs/integrations/providers/pinecone
633b6b645cf6-0
Psychic | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/psychic
633b6b645cf6-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/psychic
633b6b645cf6-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/psychic
633b6b645cf6-3
Confluence, and Google Drive via OAuth and syncing documents from these applications to your SQL or vector database. You can think of it like Plaid for unstructured data. Installation and Setup​pip install psychicapiPsychic is easy to set up - you import the react library and configure it with your Sidekick API key, ...
https://python.langchain.com/docs/integrations/providers/psychic
b2f4e2d3b6e7-0
TruLens | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/trulens
b2f4e2d3b6e7-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/trulens
b2f4e2d3b6e7-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/trulens
b2f4e2d3b6e7-3
to get detailed tracing, logging and evaluation of your LLM app.# wrap your chain with TruChaintruchain = TruChain( chain, app_id='Chain1_ChatApplication', feedbacks=[lang_match, qa_relevance, toxicity])# Note: any `feedbacks` specified here will be evaluated and logged whenever the chain is used.truchain("que...
https://python.langchain.com/docs/integrations/providers/trulens
7e2c9f30d130-0
Anyscale | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/anyscale
7e2c9f30d130-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/anyscale
7e2c9f30d130-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/anyscale
7e2c9f30d130-3
It is broken into two parts: installation and setup, and then references to specific Anyscale wrappers.Installation and Setup​Get an Anyscale Service URL, route and API key and set them as environment variables (ANYSCALE_SERVICE_URL,ANYSCALE_SERVICE_ROUTE, ANYSCALE_SERVICE_TOKEN). Please see the Anyscale docs for mor...
https://python.langchain.com/docs/integrations/providers/anyscale
ecab326bd21e-0
spaCy | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/spacy
ecab326bd21e-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/spacy
ecab326bd21e-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/spacy
e878b1b96648-0
Spreedly | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/spreedly
e878b1b96648-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/spreedly
e878b1b96648-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/spreedly
bf4d34623f6d-0
Google BigQuery | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/google_bigquery
bf4d34623f6d-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/google_bigquery
bf4d34623f6d-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/google_bigquery
bf4d34623f6d-3
BigQuery is a part of the Google Cloud Platform.Installation and Setup​First, you need to install google-cloud-bigquery python package.pip install google-cloud-bigqueryDocument Loader​See a usage example.from langchain.document_loaders import BigQueryLoaderPreviousGoldenNextGoogle Cloud StorageInstallation and Setu...
https://python.langchain.com/docs/integrations/providers/google_bigquery
f44419bf9f1f-0
iFixit | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/ifixit
f44419bf9f1f-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/ifixit
f44419bf9f1f-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/ifixit
f44419bf9f1f-3
repair manuals, 200k Questions & Answers on 42k devices, and all the data is licensed under CC-BY-NC-SA 3.0.Installation and Setup​There isn't any special setup for it.Document Loader​See a usage example.from langchain.document_loaders import IFixitLoaderPreviousHugging FaceNextIMSDbInstallation and SetupDocument L...
https://python.langchain.com/docs/integrations/providers/ifixit
70ee62961b0a-0
Banana | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/bananadev
70ee62961b0a-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/bananadev
70ee62961b0a-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/bananadev
70ee62961b0a-3
It is broken into two parts: installation and setup, and then references to specific Banana wrappers.Installation and Setup​Install with pip install banana-devGet an Banana api key and set it as an environment variable (BANANA_API_KEY)Define your Banana Template​If you want to use an available language model templa...
https://python.langchain.com/docs/integrations/providers/bananadev
70ee62961b0a-4
There is a rigid response structure.# Return the results as a dictionaryresult = {'output': result}An example inference function would be:def inference(model_inputs:dict) -> dict: global model global tokenizer # Parse out your arguments prompt = model_inputs.get('prompt', None) if prompt == None: ...
https://python.langchain.com/docs/integrations/providers/bananadev
276e703b766b-0
Elasticsearch | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/elasticsearch
276e703b766b-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/elasticsearch
276e703b766b-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/elasticsearch
276e703b766b-3
It provides a distributed, multi-tenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.Installation and Setup​pip install elasticsearchRetriever​In information retrieval, Okapi BM25 (BM is an abbreviation of best matching) is a ranking function used by search engines to es...
https://python.langchain.com/docs/integrations/providers/elasticsearch
62d6626c85b3-0
Microsoft OneDrive | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/microsoft_onedrive
62d6626c85b3-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/microsoft_onedrive
62d6626c85b3-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/microsoft_onedrive
f1959003e759-0
Redis | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/redis
f1959003e759-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/redis
f1959003e759-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/redis
f1959003e759-3
It is broken into two parts: installation and setup, and then references to specific Redis wrappers.Installation and Setup​Install the Redis Python SDK with pip install redisWrappers​All wrappers needing a redis url connection string to connect to the database support either a stand alone Redis server or a High-Ava...
https://python.langchain.com/docs/integrations/providers/redis
f1959003e759-4
(example below).Cache​The Cache wrapper allows for Redis to be used as a remote, low-latency, in-memory cache for LLM prompts and responses.Standard Cache​The standard cache is the Redis bread & butter of use case in production for both open source and enterprise users globally.To import this cache:from langchain.c...
https://python.langchain.com/docs/integrations/providers/redis
f1959003e759-5
Message History Memory​For a detailed example of Redis to cache conversation message history, see this notebook.PreviousRedditNextReplicateInstallation and SetupWrappersRedis Standalone connection urlRedis Sentinel connection urlRedis Cluster connection urlCacheVectorStoreRetrieverMemoryCommunityDiscordTwitterGitHubP...
https://python.langchain.com/docs/integrations/providers/redis
c41d72baa9dc-0
WandB Tracing | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/agent_with_wandb_tracing
c41d72baa9dc-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/agent_with_wandb_tracing
c41d72baa9dc-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/agent_with_wandb_tracing
c41d72baa9dc-3
be traced# A url with for the trace sesion like the following should print in your console:# https://wandb.ai/<wandb_entity>/<wandb_project>/runs/<run_id># The url can be used to view the trace session in wandb.# Now, we unset the environment variable and use a context manager.if "LANGCHAIN_WANDB_TRACING" in os.environ...
https://python.langchain.com/docs/integrations/providers/agent_with_wandb_tracing
c41d72baa9dc-4
a view of wandb dashboard for the above tracing session:PreviousGrouped by providerNextAI21 LabsCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc.
https://python.langchain.com/docs/integrations/providers/agent_with_wandb_tracing
4824b2d688d2-0
Azure Blob Storage | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/azure_blob_storage
4824b2d688d2-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/azure_blob_storage
4824b2d688d2-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/azure_blob_storage
4824b2d688d2-3
file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol, Network File System (NFS) protocol, and Azure Files REST API. Azure Files are based on the Azure Blob Storage.Azure Blob Storage is designed for:Serving images or documents directly to a browser.Storing files for...
https://python.langchain.com/docs/integrations/providers/azure_blob_storage
caf908e4c7d7-0
Hazy Research | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/hazy_research
caf908e4c7d7-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/hazy_research
caf908e4c7d7-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/hazy_research
caf908e4c7d7-3
It is broken into two parts: installation and setup, and then references to specific Hazy Research wrappers.Installation and Setup​To use the manifest, install it with pip install manifest-mlWrappers​LLM​There exists an LLM wrapper around Hazy Research's manifest library. manifest is a python library which is its...
https://python.langchain.com/docs/integrations/providers/hazy_research
675c3e28c442-0
CnosDB | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-3
service, excluding "http://" or "https://", with a default value of "127.0.0.1:8902".user (str): The username used to connect to the CnosDB service, with a default value of "root".password (str): The password of the user connecting to the CnosDB service, with a default value of "".tenant (str): The name of the tenant u...
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-4
with a default value of "cnosdb".database (str): The name of the database in the CnosDB tenant.Examples​# Connecting to CnosDB with SQLDatabase Wrapperfrom langchain import SQLDatabasedb = SQLDatabase.from_cnosdb()# Creating a OpenAI Chat LLM Wrapperfrom langchain.chat_models import ChatOpenAIllm = ChatOpenAI(tempera...
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-5
= create_sql_agent(llm=llm, toolkit=toolkit, verbose=True)agent.run( "What is the average temperature of air at station XiaoMaiDao between October 19, 2022 and Occtober 20, 2022?")> Entering new chain...Action: sql_db_list_tablesAction Input: ""Observation: airThought:The "air" table seems relevant to the question....
https://python.langchain.com/docs/integrations/providers/cnosdb
675c3e28c442-6
2022 and October 20, 2022 is 68.0.Final Answer: 68.0> Finished chain.PreviousClearMLNextCohereInstallation and SetupConnecting to CnosDBSyntaxExamplesSQL Database ChainSQL Database AgentCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc.
https://python.langchain.com/docs/integrations/providers/cnosdb
08cd26fd43ff-0
Docugami | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/docugami
08cd26fd43ff-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/docugami
08cd26fd43ff-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/docugami
08cd26fd43ff-3
of XML semantic trees representing entire documents. This is a rich representation that includes the semantic and structural characteristics of various chunks in the document as an XML tree.Installation and Setup​pip install lxmlDocument Loader​See a usage example.from langchain.document_loaders import DocugamiLoad...
https://python.langchain.com/docs/integrations/providers/docugami
38b352ce9386-0
EverNote | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/evernote
38b352ce9386-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/evernote
38b352ce9386-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/evernote
97c4b8a31ffd-0
Portkey | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/portkey/
97c4b8a31ffd-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/portkey/
97c4b8a31ffd-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/portkey/
97c4b8a31ffd-3
request. Tracing Chains & Agents​from langchain.agents import AgentType, initialize_agent, load_tools from langchain.llms import OpenAIfrom langchain.utilities import Portkey# Add the Portkey API Key from your accountheaders = Portkey.Config( api_key = "<PORTKEY_API_KEY>", trace_id = "fef659")llm = OpenAI(temp...
https://python.langchain.com/docs/integrations/providers/portkey/
97c4b8a31ffd-4
KeyValue (Type)Required/OptionalAPI Keyapi_keyAPI Key (string)✅ RequiredTracing Requeststrace_idCustom string� OptionalAutomatic Retriesretry_countinteger [1,2,3,4,5]� OptionalEnabling Cachecachesimple OR semantic� OptionalCache Force Refreshcache_force_refreshTrue� OptionalSet Cache Expirycache_ageinteger (i...
https://python.langchain.com/docs/integrations/providers/portkey/
97c4b8a31ffd-5
organisation="acme", prompt="Frost" )For detailed information on each feature and how to use it, please refer to the Portkey docs. If you have any questions or need further assistance, reach out to us on Twitter..PreviousPipelineAINextlogging_tracing_portkeyLLMOps for LangchainUsing Portkey with Lang...
https://python.langchain.com/docs/integrations/providers/portkey/
290f26efe9f5-0
logging_tracing_portkey | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/portkey/logging_tracing_portkey
290f26efe9f5-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/portkey/logging_tracing_portkey
290f26efe9f5-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/portkey/logging_tracing_portkey
290f26efe9f5-3
a single requestTRACE_ID = "portkey_langchain_demo" # Set trace id hereGenerate Portkey Headers​headers = Portkey.Config( api_key=PORTKEY_API_KEY, trace_id=TRACE_ID,)Run your agent as usual. The only change is that we will include the above headers in the request now.llm = OpenAI(temperature=0, headers=headers...
https://python.langchain.com/docs/integrations/providers/portkey/logging_tracing_portkey
290f26efe9f5-4
spaces out retry attempts to prevent network overload.FeatureConfig KeyValue (Type)� Automatic Retriesretry_countinteger [1,2,3,4,5]🧠 Enabling Cachecachesimple OR semanticTaggingTrack and audit ach user interaction in high detail with predefined tags.TagConfig KeyValue (Type)User TaguserstringOrganisation Tagorga...
https://python.langchain.com/docs/integrations/providers/portkey/logging_tracing_portkey
c289557054db-0
Qdrant | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/qdrant
c289557054db-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/qdrant
c289557054db-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/qdrant
c289557054db-3
It is broken into two parts: installation and setup, and then references to specific Qdrant wrappers.Installation and Setup​Install the Python SDK with pip install qdrant-clientWrappers​VectorStore​There exists a wrapper around Qdrant indexes, allowing you to use it as a vectorstore, whether for semantic search o...
https://python.langchain.com/docs/integrations/providers/qdrant
6541376b3282-0
Weights & Biases | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/providers/wandb_tracking
6541376b3282-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersDocument transformersLLMsMemoryRetrieversText embedding modelsAgent toolkitsToolsVector storesGrouped by providerWandB TracingAI21 LabsAimAirbyteAirtableAleph AlphaAlibaba Cloud O...
https://python.langchain.com/docs/integrations/providers/wandb_tracking
6541376b3282-2
EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p...
https://python.langchain.com/docs/integrations/providers/wandb_tracking
6541376b3282-3
tags (list): The tags to log. group (str): The group to log to. name (str): The name of the run. notes (str): The notes to log. visualize (bool): Whether to visualize the run. complexity_metrics (bool): Whether to log complexity metrics. stream_logs (bool): Whether to stream callback actions to W&BDef...
https://python.langchain.com/docs/integrations/providers/wandb_tracking
6541376b3282-4
run <strong><a href='https://wandb.ai/harrison-chase/langchain_callback_demo/runs/e47j1914' target="_blank">llm</a></strong> to <a href='https://wandb.ai/harrison-chase/langchain_callback_demo' target="_blank">Weights & Biases</a> (<a href='https://wandb.me/run' target="_blank">docs</a>)<br/>View project at <a href='ht...
https://python.langchain.com/docs/integrations/providers/wandb_tracking