id stringlengths 14 15 | text stringlengths 23 2.21k | source stringlengths 52 97 |
|---|---|---|
1f7be2484794-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/modelscope |
1f7be2484794-3 | It is broken into two parts: installation and setup, and then references to specific modelscope wrappers.Installation and Setup​Install the Python SDK with pip install modelscopeWrappers​Embeddings​There exists a modelscope Embeddings wrapper, which you can access with from langchain.embeddings import ModelScopeE... | https://python.langchain.com/docs/integrations/providers/modelscope |
2e6271471403-0 | Arthur | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/arthur_tracking |
2e6271471403-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/arthur_tracking |
2e6271471403-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/arthur_tracking |
2e6271471403-3 | arthur_login=arthur_login) ])chatgpt = make_langchain_chat_llm() Please enter password for admin: ········Running the chat LLM with this run function will save the chat history in an ongoing list so that the conversation can reference earlier messages and log each response to the Arthur platform. You ... | https://python.langchain.com/docs/integrations/providers/arthur_tracking |
2e6271471403-4 | Callback handlers are commonly used in various scenarios, such as handling user input, responding to network requests, processing asynchronous operations, and implementing event-driven architectures. They provide a flexible and modular way to handle events and decouple different components of a system. >>> input >>>... | https://python.langchain.com/docs/integrations/providers/arthur_tracking |
2e6271471403-5 | Consider using design patterns or architectural principles to structure your code in a modular and scalable way. By following these steps, you can leverage the benefits of callback handlers, such as asynchronous and event-driven programming, improved responsiveness, and modular code design. >>> input >>> >... | https://python.langchain.com/docs/integrations/providers/arthur_tracking |
6c6df17727d9-0 | Facebook Chat | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/facebook_chat |
6c6df17727d9-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/facebook_chat |
6c6df17727d9-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/facebook_chat |
6c6df17727d9-3 | platform developed by Meta Platforms. Originally developed as Facebook Chat in 2008, the company revamped its
messaging service in 2010.Installation and Setup​First, you need to install pandas python package.pip install pandasDocument Loader​See a usage example.from langchain.document_loaders import FacebookChatLoa... | https://python.langchain.com/docs/integrations/providers/facebook_chat |
02af9f27f182-0 | Hugging Face | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/huggingface |
02af9f27f182-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/huggingface |
02af9f27f182-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/huggingface |
02af9f27f182-3 | It is broken into two parts: installation and setup, and then references to specific Hugging Face wrappers.Installation and Setup​If you want to work with the Hugging Face Hub:Install the Hub client library with pip install huggingface_hubCreate a Hugging Face account (it's free!)Create an access token and set it as ... | https://python.langchain.com/docs/integrations/providers/huggingface |
02af9f27f182-4 | By default, it is used to count tokens for all LLMs.You can also use it to count tokens when splitting documents with from langchain.text_splitter import CharacterTextSplitterCharacterTextSplitter.from_huggingface_tokenizer(...)For a more detailed walkthrough of this, see this notebookDatasets​The Hugging Face Hub ha... | https://python.langchain.com/docs/integrations/providers/huggingface |
1e3a42dafa16-0 | Alibaba Cloud Opensearch | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/alibabacloud_opensearch |
1e3a42dafa16-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/alibabacloud_opensearch |
1e3a42dafa16-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/alibabacloud_opensearch |
1e3a42dafa16-3 | OpenSearch wrapper, see this notebookIf you encounter any problems during use, please feel free to contact xingshaomin.xsm@alibaba-inc.com , and we will do our best to provide you with assistance and support.PreviousAleph AlphaNextAmazon API GatewayPurchase an instance and configure itAlibaba Cloud Opensearch Vector St... | https://python.langchain.com/docs/integrations/providers/alibabacloud_opensearch |
e4afa2b47bc4-0 | Slack | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/slack |
e4afa2b47bc4-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/slack |
e4afa2b47bc4-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/slack |
1d51f606763b-0 | AWS S3 Directory | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/aws_s3 |
1d51f606763b-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/aws_s3 |
1d51f606763b-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/aws_s3 |
3b409de490bb-0 | SearxNG Search API | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/searx |
3b409de490bb-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/searx |
3b409de490bb-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/searx |
3b409de490bb-3 | It is broken into two parts: installation and setup, and then references to the specific SearxNG API wrapper.Installation and Setup​While it is possible to utilize the wrapper in conjunction with public searx
instances these instances frequently do not permit API
access (see note on output format below) and have lim... | https://python.langchain.com/docs/integrations/providers/searx |
3b409de490bb-4 | You need to activate the json format to use the API. This can be done by adding the following line to the settings.yml file:search: formats: - html - jsonYou can make sure that the API is working by issuing a curl request to the API endpoint:curl -kLX GET --data-urlencode q='langchain' -d format=json h... | https://python.langchain.com/docs/integrations/providers/searx |
3b409de490bb-5 | wrapper.from langchain.tools.searx_search.tool import SearxSearchResultswrapper = SearxSearchWrapper(searx_host="**")github_tool = SearxSearchResults(name="Github", wrapper=wrapper, kwargs = { "engines": ["github"], })arxiv_tool = ... | https://python.langchain.com/docs/integrations/providers/searx |
ac956373ed42-0 | Telegram | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/telegram |
ac956373ed42-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/telegram |
ac956373ed42-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/telegram |
dcafba31856a-0 | Google Cloud Storage | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/google_cloud_storage |
dcafba31856a-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_cloud_storage |
dcafba31856a-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/google_cloud_storage |
0ab31927fa96-0 | Hacker News | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/hacker_news |
0ab31927fa96-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/hacker_news |
0ab31927fa96-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/hacker_news |
0ab31927fa96-3 | website focusing on computer science and entrepreneurship. It is run by the investment fund and startup
incubator Y Combinator. In general, content that can be submitted is defined as "anything that gratifies
one's intellectual curiosity."Installation and Setup​There isn't any special setup for it.Document Loader​S... | https://python.langchain.com/docs/integrations/providers/hacker_news |
73e01fccfbf9-0 | Prediction Guard | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/predictionguard |
73e01fccfbf9-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/predictionguard |
73e01fccfbf9-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/predictionguard |
73e01fccfbf9-3 | It is broken into two parts: installation and setup, and then references to specific Prediction Guard wrappers.Installation and Setup​Install the Python SDK with pip install predictionguardGet an Prediction Guard access token (as described here) and set it as an environment variable (PREDICTIONGUARD_TOKEN)LLM Wrapper... | https://python.langchain.com/docs/integrations/providers/predictionguard |
73e01fccfbf9-4 | the deets on each box! 👆 BONUS: Save 50% on your first box with code 50OFF! �Query: {query}Result: """prompt = PromptTemplate(template=template, input_variables=["query"])# With "guarding" or controlling the output of the LLM. See the # Prediction Guard docs (https://docs.predictionguard.com) to learn how to # co... | https://python.langchain.com/docs/integrations/providers/predictionguard |
73e01fccfbf9-5 | })pgllm(prompt.format(query="What kind of post is this?"))Basic LLM Chaining with the Prediction Guard wrapper:import osfrom langchain import PromptTemplate, LLMChainfrom langchain.llms import PredictionGuard# Optional, add your OpenAI API Key. This is optional, as Prediction Guard allows# you to access all the latest ... | https://python.langchain.com/docs/integrations/providers/predictionguard |
2e1384b5b08b-0 | Beam | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/beam |
2e1384b5b08b-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/beam |
2e1384b5b08b-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/beam |
2e1384b5b08b-3 | It is broken into two parts: installation and setup, and then references to specific Beam wrappers.Installation and Setup​Create an accountInstall the Beam CLI with curl https://raw.githubusercontent.com/slai-labs/get-beam/main/get-beam.sh -sSfL | shRegister API keys with beam configureSet environment variables (BEAM... | https://python.langchain.com/docs/integrations/providers/beam |
2e1384b5b08b-4 | This returns the GPT2 text response to your prompt.response = llm._call("Running machine learning on a remote GPU")An example script which deploys the model and calls it would be:from langchain.llms.beam import Beamimport timellm = Beam(model_name="gpt2", name="langchain-gpt2-test", cpu=8, ... | https://python.langchain.com/docs/integrations/providers/beam |
55dd16dd25a2-0 | WhatsApp | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/whatsapp |
55dd16dd25a2-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/whatsapp |
55dd16dd25a2-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/whatsapp |
6b8d884cc266-0 | Yeager.ai | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/yeagerai |
6b8d884cc266-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/yeagerai |
6b8d884cc266-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/yeagerai |
6b8d884cc266-3 | easy to create and execute AI-powered tools. Here's a brief overview of the process:Create a tool: To create a tool, provide a natural language prompt to yAgents. The prompt should clearly describe the tool's purpose and functionality. For example: | https://python.langchain.com/docs/integrations/providers/yeagerai |
6b8d884cc266-4 | create a tool that returns the n-th prime numberLoad the tool into the toolkit: To load a tool into yAgents, simply provide a command to yAgents that says so. For example:
load the tool that you just created it into your toolkitExecute the tool: To run a tool or agent, simply provide a command to yAgents that includes ... | https://python.langchain.com/docs/integrations/providers/yeagerai |
210174bff40f-0 | StochasticAI | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/stochasticai |
210174bff40f-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/stochasticai |
210174bff40f-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/stochasticai |
210174bff40f-3 | It is broken into two parts: installation and setup, and then references to specific StochasticAI wrappers.Installation and Setup​Install with pip install stochasticxGet an StochasticAI api key and set it as an environment variable (STOCHASTICAI_API_KEY)Wrappers​LLM​There exists an StochasticAI LLM wrapper, which... | https://python.langchain.com/docs/integrations/providers/stochasticai |
0503bcc0bb0d-0 | RWKV-4 | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/rwkv |
0503bcc0bb0d-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/rwkv |
0503bcc0bb0d-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/rwkv |
0503bcc0bb0d-3 | It is broken into two parts: installation and setup, and then usage with an example.Installation and Setup​Install the Python package with pip install rwkvInstall the tokenizer Python package with pip install tokenizerDownload a RWKV model and place it in your desired directoryDownload the tokens fileUsage​RWKV​T... | https://python.langchain.com/docs/integrations/providers/rwkv |
0503bcc0bb0d-4 | | 2.8GB| 6GB | 12GB1b5 | 1.3GB| 3GB | 6GBSee the rwkv pip page for more information about strategies, including streaming and cuda support.PreviousRunhouseNextSageMaker EndpointInstallation and SetupUsageRWKVModel FileRwkv-4 models -> recommended VRAMCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlo... | https://python.langchain.com/docs/integrations/providers/rwkv |
6c2e2b598e19-0 | Argilla | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/argilla |
6c2e2b598e19-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/argilla |
6c2e2b598e19-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/argilla |
6c2e2b598e19-3 | Using Argilla, everyone can build robust language models through faster data curation
using both human and machine feedback. We provide support for each step in the MLOps cycle,
from data labeling to model monitoring.Installation and Setup​First, you'll need to install the argilla Python package as follows:pip insta... | https://python.langchain.com/docs/integrations/providers/argilla |
7488686d174b-0 | Wikipedia | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/wikipedia |
7488686d174b-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/wikipedia |
7488686d174b-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/wikipedia |
f8dc4fa869a9-0 | Grobid | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/grobid |
f8dc4fa869a9-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/grobid |
f8dc4fa869a9-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/grobid |
f8dc4fa869a9-3 | It is separated into two parts: installation and running the serverInstallation and Setup​#Ensure You have Java installed
!apt-get install -y openjdk-11-jdk -q
!update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java#Clone and install the Grobid Repo
import os
!git clone https://github.com/kermitt2... | https://python.langchain.com/docs/integrations/providers/grobid |
f65c8491ec0e-0 | Predibase | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/predibase |
f65c8491ec0e-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/predibase |
f65c8491ec0e-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/predibase |
c3835e1f165a-0 | Ray Serve | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/ray_serve |
c3835e1f165a-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/ray_serve |
c3835e1f165a-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/ray_serve |
c3835e1f165a-3 | 2: Bind the model to deploymentdeployment = LLMServe.bind()# 3: Run the deploymentserve.api.run(deployment)# Shutdown the deploymentserve.api.shutdown()Example of deploying and OpenAI chain with custom prompts​Get an OpenAI API key from here. By running the following code, you will be asked to provide your API key.fr... | https://python.langchain.com/docs/integrations/providers/ray_serve |
c3835e1f165a-4 | the port number and host when we want to run the deployment. # Example port numberPORT_NUMBER = 8282# Run the deploymentserve.api.run(deployment, port=PORT_NUMBER)Now that service is deployed on port localhost:8282 we can send a post request to get the results back.import requeststext = "What NFL team won the Super Bow... | https://python.langchain.com/docs/integrations/providers/ray_serve |
0ab66dd386c3-0 | Comet | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-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/comet_tracking |
0ab66dd386c3-2 | EndpointSearxNG Search APISerpAPIShale ProtocolSingleStoreDBscikit-learnSlackspaCySpreedlyStarRocksStochasticAIStripeTairTelegramTigris2MarkdownTrelloTruLensTwitterTypesenseUnstructuredVectaraVespaWeights & BiasesWeatherWeaviateWhatsAppWhyLabsWikipediaWolfram AlphaWriterYeager.aiYouTubeZepZillizIntegrationsGrouped by p... | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-3 | callbacks=callbacks, verbose=True)llm_result = llm.generate(["Tell me a joke", "Tell me a poem", "Tell me a fact"] * 3)print("LLM result", llm_result)comet_callback.flush_tracker(llm, finish=True)Scenario 2: Using an LLM in a Chain​from langchain.callbacks import CometCallbackHandler, StdOutCallbackHandlerfrom langch... | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-4 | tags=["agent"],)callbacks = [StdOutCallbackHandler(), comet_callback]llm = OpenAI(temperature=0.9, callbacks=callbacks)tools = load_tools(["serpapi", "llm-math"], llm=llm, callbacks=callbacks)agent = initialize_agent( tools, llm, agent="zero-shot-react-description", callbacks=callbacks, verbose=True,)age... | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-5 | return { "rougeLsum_score": results["rougeLsum"].fmeasure, "reference": self.reference, }reference = """The tower is 324 metres (1,063 ft) tall, about the same height as an 81-storey building.It was the first structure to reach a height of 300 metres.It is now taller than the Chrysler Build... | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-6 | measuring 125 metres (410 ft) on each side. During its construction, the Eiffel Tower surpassed the Washington Monument to become the tallest man-made structure in the world, a title it held for 41 years until the Chrysler Building in New York City was fin... | https://python.langchain.com/docs/integrations/providers/comet_tracking |
0ab66dd386c3-7 | Using an LLM in a ChainScenario 3: Using An Agent with ToolsScenario 4: Using Custom Evaluation MetricsCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc. | https://python.langchain.com/docs/integrations/providers/comet_tracking |
42c8d05ca787-0 | GitBook | 🦜�🔗 Langchain | https://python.langchain.com/docs/integrations/providers/gitbook |
42c8d05ca787-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/gitbook |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.