Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
14
16
text
stringlengths
36
2.73k
source
stringlengths
49
117
39df1f03071c-0
.rst .pdf Welcome to LangChain Contents Getting Started Modules Use Cases Reference Docs Ecosystem Additional Resources Welcome to LangChain# LangChain is a framework for developing applications powered by language models. We believe that the most powerful and differentiated applications will not only call out to a l...
https://python.langchain.com/en/latest/index.html
39df1f03071c-1
Chains: Chains are structured sequences of calls (to an LLM or to a different utility). Agents: An agent is a Chain in which an LLM, given a high-level directive and a set of tools, repeatedly decides an action, executes the action and observes the outcome until the high-level directive is complete. Callbacks: Callback...
https://python.langchain.com/en/latest/index.html
39df1f03071c-2
Summarization: Compressing longer documents. A type of Data-Augmented Generation. Evaluation: Generative models are hard to evaluate with traditional metrics. One promising approach is to use language models themselves to do the evaluation. Reference Docs# Full documentation on all methods, classes, installation method...
https://python.langchain.com/en/latest/index.html
39df1f03071c-3
Getting Started Modules Use Cases Reference Docs Ecosystem Additional Resources By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on May 28, 2023.
https://python.langchain.com/en/latest/index.html
51223eae0625-0
.md .pdf Dependents Dependents# Dependents stats for hwchase17/langchain [update: 2023-05-17; only dependent repositories with Stars > 100] Repository Stars openai/openai-cookbook 35401 LAION-AI/Open-Assistant 32861 microsoft/TaskMatrix 32766 hpcaitech/ColossalAI 29560 reworkd/AgentGPT 22315 imartinez/privateGPT 17474 ...
https://python.langchain.com/en/latest/dependents.html
51223eae0625-1
2479 whitead/paper-qa 2399 langgenius/dify 2344 GerevAI/gerev 2283 hwchase17/chat-langchain 2266 guangzhengli/ChatFiles 1903 Azure-Samples/azure-search-openai-demo 1884 OpenBMB/BMTools 1860 Farama-Foundation/PettingZoo 1813 OpenGVLab/Ask-Anything 1571 IntelligenzaArtificiale/Free-Auto-GPT 1480 hwchase17/notion-qa 1464 ...
https://python.langchain.com/en/latest/dependents.html
51223eae0625-2
826 cirediatpl/FigmaChain 782 hashintel/hash 778 seanpixel/Teenage-AGI 773 jina-ai/langchain-serve 738 corca-ai/EVAL 737 ai-sidekick/sidekick 717 rlancemartin/auto-evaluator 703 poe-platform/api-bot-tutorial 689 SamurAIGPT/Camel-AutoGPT 666 eyurtsev/kor 608 run-llama/llama-lab 559 namuan/dr-doc-search 544 pieroit/chesh...
https://python.langchain.com/en/latest/dependents.html
51223eae0625-3
324 steamship-core/steamship-langchain 323 daodao97/chatdoc 320 xuwenhao/geektime-ai-course 308 StevenGrove/GPT4Tools 301 logan-markewich/llama_index_starter_pack 300 andylokandy/gpt-4-search 299 Anil-matcha/ChatPDF 287 itamargol/openai 273 BlackHC/llm-strategy 267 momegas/megabots 259 bborn/howdoi.ai 238 Cheems-Semina...
https://python.langchain.com/en/latest/dependents.html
51223eae0625-4
radi-cho/datasetGPT 153 poe-platform/poe-protocol 152 paolorechia/learn-langchain 149 ajndkr/lanarky 149 fengyuli-dev/multimedia-gpt 147 yasyf/compress-gpt 144 homanp/superagent 143 realminchoi/babyagi-ui 141 ethanyanjiali/minChatGPT 141 ccurme/yolopandas 139 hwchase17/langchain-streamlit-template 138 Jaseci-Labs/jasec...
https://python.langchain.com/en/latest/dependents.html
51223eae0625-5
109 WongSaang/chatgpt-ui-server 108 davila7/file-gpt 104 enhancedocs/enhancedocs 102 aurelio-labs/arxiv-bot 101 Generated by github-dependents-info [github-dependents-info –repo hwchase17/langchain –markdownfile dependents.md –minstars 100 –sort stars] previous Zilliz next Deployments By Harrison Chase © Cop...
https://python.langchain.com/en/latest/dependents.html
3fb0ac9ea035-0
.rst .pdf API References API References# Full documentation on all methods, classes, and APIs in LangChain. Models Prompts Indexes Memory Chains Agents Utilities Experimental Modules previous Installation next Models By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on May 28, 2023.
https://python.langchain.com/en/latest/reference.html
cfa1c0d0f45b-0
.rst .pdf Integrations Contents Integrations by Module All Integrations Integrations# LangChain integrates with many LLMs, systems, and products. Integrations by Module# Integrations grouped by the core LangChain module they map to: LLM Providers Chat Model Providers Text Embedding Model Providers Document Loader Int...
https://python.langchain.com/en/latest/integrations.html
cfa1c0d0f45b-1
Wolfram Alpha Wrapper Writer Yeager.ai Zilliz previous Experimental Modules next AI21 Labs Contents Integrations by Module All Integrations By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on May 28, 2023.
https://python.langchain.com/en/latest/integrations.html
99b2553660fa-0
Index _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | Y | Z _ __call__() (langchain.llms.AI21 method) (langchain.llms.AlephAlpha method) (langchain.llms.Anthropic method) (langchain.llms.Anyscale method) (langchain.llms.AzureOpenAI method) (langch...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-1
(langchain.llms.OpenLM method) (langchain.llms.Petals method) (langchain.llms.PipelineAI method) (langchain.llms.PredictionGuard method) (langchain.llms.PromptLayerOpenAI method) (langchain.llms.PromptLayerOpenAIChat method) (langchain.llms.Replicate method) (langchain.llms.RWKV method) (langchain.llms.SagemakerEndpoin...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-2
add_ai_message() (langchain.memory.CassandraChatMessageHistory method) (langchain.memory.ChatMessageHistory method) (langchain.memory.CosmosDBChatMessageHistory method) (langchain.memory.DynamoDBChatMessageHistory method) (langchain.memory.FileChatMessageHistory method) (langchain.memory.MomentoChatMessageHistory metho...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-3
(langchain.vectorstores.Redis method) (langchain.vectorstores.SKLearnVectorStore method) (langchain.vectorstores.SupabaseVectorStore method) (langchain.vectorstores.Tair method) (langchain.vectorstores.Typesense method) (langchain.vectorstores.Vectara method) (langchain.vectorstores.VectorStore method) (langchain.vecto...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-4
(langchain.llms.Databricks method) (langchain.llms.DeepInfra method) (langchain.llms.FakeListLLM method) (langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub metho...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-5
(langchain.llms.Anyscale method) (langchain.llms.AzureOpenAI method) (langchain.llms.Banana method) (langchain.llms.Beam method) (langchain.llms.CerebriumAI method) (langchain.llms.Cohere method) (langchain.llms.CTransformers method) (langchain.llms.Databricks method) (langchain.llms.DeepInfra method) (langchain.llms.F...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-6
(langchain.llms.StochasticAI method) (langchain.llms.VertexAI method) (langchain.llms.Writer method) agent (langchain.agents.AgentExecutor attribute) AgentType (class in langchain.agents) aget() (langchain.utilities.TextRequestsWrapper method) aget_relevant_documents() (langchain.retrievers.ArxivRetriever method) (lang...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-7
(langchain.memory.ConversationBufferWindowMemory attribute) (langchain.memory.ConversationEntityMemory attribute) (langchain.memory.ConversationKGMemory attribute) (langchain.memory.ConversationStringBufferMemory attribute) (langchain.memory.ConversationTokenBufferMemory attribute) aiosession (langchain.retrievers.Azur...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-8
apatch() (langchain.utilities.TextRequestsWrapper method) api (langchain.document_loaders.DocugamiLoader attribute) api_answer_chain (langchain.chains.APIChain attribute) api_docs (langchain.chains.APIChain attribute) api_key (langchain.retrievers.AzureCognitiveSearchRetriever attribute) (langchain.retrievers.Databerry...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-9
(langchain.tools.ZapierNLARunAction attribute) apify_client (langchain.document_loaders.ApifyDatasetLoader attribute) (langchain.utilities.ApifyWrapper attribute) apify_client_async (langchain.utilities.ApifyWrapper attribute) aplan() (langchain.agents.Agent method) (langchain.agents.BaseMultiActionAgent method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-10
(langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langchain.llms.HumanInputLLM method) (lan...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-11
(langchain.llms.Beam method) (langchain.llms.CerebriumAI method) (langchain.llms.Cohere method) (langchain.llms.CTransformers method) (langchain.llms.Databricks method) (langchain.llms.DeepInfra method) (langchain.llms.FakeListLLM method) (langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-12
aprep_prompts() (langchain.chains.LLMChain method) aput() (langchain.utilities.TextRequestsWrapper method) arbitrary_types_allowed (langchain.experimental.BabyAGI.Config attribute) (langchain.experimental.GenerativeAgent.Config attribute) (langchain.retrievers.WeaviateHybridSearchRetriever.Config attribute) are_all_tru...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-13
(langchain.tools.Tool attribute) (langchain.tools.WriteFileTool attribute) arun() (langchain.serpapi.SerpAPIWrapper method) (langchain.tools.BaseTool method) (langchain.utilities.GoogleSerperAPIWrapper method) (langchain.utilities.PowerBIDataset method) (langchain.utilities.searx_search.SearxSearchWrapper method) (lang...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-14
AzureBlobStorageFileLoader (class in langchain.document_loaders) B BabyAGI (class in langchain.experimental) bad_words (langchain.llms.NLPCloud attribute) base_compressor (langchain.retrievers.ContextualCompressionRetriever attribute) base_embeddings (langchain.chains.HypotheticalDocumentEmbedder attribute) base_prompt...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-15
BlockchainDocumentLoader (class in langchain.document_loaders) body_params (langchain.tools.APIOperation property) browser (langchain.document_loaders.SeleniumURLLoader attribute) BSHTMLLoader (class in langchain.document_loaders) buffer (langchain.memory.ConversationBufferMemory property) (langchain.memory.Conversatio...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-16
ChatGPTLoader (class in langchain.document_loaders) check_assertions_prompt (langchain.chains.LLMCheckerChain attribute) (langchain.chains.LLMSummarizationCheckerChain attribute) check_bs4() (langchain.document_loaders.BlackboardLoader method) Chroma (class in langchain.vectorstores) CHUNK_LEN (langchain.llms.RWKV attr...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-17
cluster_id (langchain.llms.Databricks attribute) CollegeConfidentialLoader (class in langchain.document_loaders) column_map (langchain.vectorstores.MyScaleSettings attribute) combine_docs_chain (langchain.chains.AnalyzeDocumentChain attribute) combine_documents_chain (langchain.chains.MapReduceChain attribute) combine_...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-18
(langchain.llms.CerebriumAI class method) (langchain.llms.Cohere class method) (langchain.llms.CTransformers class method) (langchain.llms.Databricks class method) (langchain.llms.DeepInfra class method) (langchain.llms.FakeListLLM class method) (langchain.llms.ForefrontAI class method) (langchain.llms.GooglePalm class...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-19
(langchain.llms.StochasticAI class method) (langchain.llms.VertexAI class method) (langchain.llms.Writer class method) content_handler (langchain.embeddings.SagemakerEndpointEmbeddings attribute) (langchain.llms.SagemakerEndpoint attribute) content_key (langchain.retrievers.AzureCognitiveSearchRetriever attribute) CONT...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-20
(langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langchain.llms.HumanInputLLM method) (langchain.llms.LlamaCpp method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-21
create_collection() (langchain.vectorstores.AnalyticDB method) create_csv_agent() (in module langchain.agents) (in module langchain.agents.agent_toolkits) create_documents() (langchain.text_splitter.TextSplitter method) create_draft_answer_prompt (langchain.chains.LLMCheckerChain attribute) create_index() (langchain.ve...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-22
create_spark_dataframe_agent() (in module langchain.agents) (in module langchain.agents.agent_toolkits) create_spark_sql_agent() (in module langchain.agents) (in module langchain.agents.agent_toolkits) create_sql_agent() (in module langchain.agents) (in module langchain.agents.agent_toolkits) create_tables_if_not_exist...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-23
(langchain.utilities.PowerBIDataset attribute) dataset_mapping_function (langchain.document_loaders.ApifyDatasetLoader attribute) datastore_url (langchain.retrievers.DataberryRetriever attribute) db (langchain.agents.agent_toolkits.SparkSQLToolkit attribute) (langchain.agents.agent_toolkits.SQLDatabaseToolkit attribute...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-24
(langchain.tools.ExtractTextTool attribute) (langchain.tools.FileSearchTool attribute) (langchain.tools.GetElementsTool attribute) (langchain.tools.GmailCreateDraft attribute) (langchain.tools.GmailGetMessage attribute) (langchain.tools.GmailGetThread attribute) (langchain.tools.GmailSearch attribute) (langchain.tools....
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-25
(langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-26
(langchain.llms.OpenAI attribute) (langchain.llms.OpenAIChat attribute) (langchain.llms.OpenLM attribute) (langchain.llms.PromptLayerOpenAIChat attribute) DiscordChatLoader (class in langchain.document_loaders) do_sample (langchain.llms.NLPCloud attribute) (langchain.llms.Petals attribute) doc_content_chars_max (langch...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-27
ElasticSearchBM25Retriever (class in langchain.retrievers) ElasticsearchEmbeddings (class in langchain.embeddings) ElasticVectorSearch (class in langchain.vectorstores) embed_documents() (langchain.chains.HypotheticalDocumentEmbedder method) (langchain.embeddings.AlephAlphaAsymmetricSemanticEmbedding method) (langchain...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-28
(langchain.embeddings.CohereEmbeddings method) (langchain.embeddings.ElasticsearchEmbeddings method) (langchain.embeddings.FakeEmbeddings method) (langchain.embeddings.HuggingFaceEmbeddings method) (langchain.embeddings.HuggingFaceHubEmbeddings method) (langchain.embeddings.HuggingFaceInstructEmbeddings method) (langch...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-29
(langchain.llms.Databricks attribute) (langchain.llms.SagemakerEndpoint attribute) endpoint_url (langchain.embeddings.MiniMaxEmbeddings attribute) (langchain.embeddings.MosaicMLInstructorEmbeddings attribute) (langchain.llms.CerebriumAI attribute) (langchain.llms.ForefrontAI attribute) (langchain.llms.HuggingFaceEndpoi...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-30
(langchain.prompts.example_selector.LengthBasedExampleSelector attribute) (langchain.prompts.FewShotPromptTemplate attribute) (langchain.prompts.FewShotPromptWithTemplates attribute) (langchain.tools.QueryPowerBITool attribute) executable_path (langchain.document_loaders.SeleniumURLLoader attribute) execute_task() (lan...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-31
(langchain.document_loaders.OneDriveLoader attribute) force_delete_by_path() (langchain.vectorstores.DeepLake class method) format() (langchain.prompts.BaseChatPromptTemplate method) (langchain.prompts.BasePromptTemplate method) (langchain.prompts.ChatPromptTemplate method) (langchain.prompts.FewShotPromptTemplate meth...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-32
from_colored_object_prompt() (langchain.chains.PALChain class method) from_credentials() (langchain.embeddings.ElasticsearchEmbeddings class method) from_documents() (langchain.retrievers.TFIDFRetriever class method) (langchain.vectorstores.AnalyticDB class method) (langchain.vectorstores.AtlasDB class method) (langcha...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-33
(langchain.chains.GraphCypherQAChain class method) (langchain.chains.GraphQAChain class method) (langchain.chains.HypotheticalDocumentEmbedder class method) (langchain.chains.LLMBashChain class method) (langchain.chains.LLMCheckerChain class method) (langchain.chains.LLMMathChain class method) (langchain.chains.LLMSumm...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-34
(langchain.agents.ZeroShotAgent class method) from_llm_and_url() (langchain.agents.agent_toolkits.NLAToolkit class method) from_math_prompt() (langchain.chains.PALChain class method) from_messages() (langchain.memory.ConversationSummaryMemory class method) from_model_id() (langchain.llms.HuggingFacePipeline class metho...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-35
from_texts() (langchain.retrievers.KNNRetriever class method) (langchain.retrievers.SVMRetriever class method) (langchain.retrievers.TFIDFRetriever class method) (langchain.vectorstores.AnalyticDB class method) (langchain.vectorstores.Annoy class method) (langchain.vectorstores.AtlasDB class method) (langchain.vectorst...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-36
from_url_and_method() (langchain.chains.OpenAPIEndpointChain class method) from_youtube_url() (langchain.document_loaders.YoutubeLoader class method) from_zapier_nla_wrapper() (langchain.agents.agent_toolkits.ZapierToolkit class method) FRONT_MATTER_REGEX (langchain.document_loaders.ObsidianLoader attribute) full_key_p...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-37
(langchain.llms.HuggingFaceTextGenInference method) (langchain.llms.HumanInputLLM method) (langchain.llms.LlamaCpp method) (langchain.llms.Modal method) (langchain.llms.MosaicML method) (langchain.llms.NLPCloud method) (langchain.llms.OpenAI method) (langchain.llms.OpenAIChat method) (langchain.llms.OpenLM method) (lan...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-38
(langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-39
get_all_tool_names() (in module langchain.agents) get_allowed_tools() (langchain.agents.Agent method) (langchain.agents.BaseMultiActionAgent method) (langchain.agents.BaseSingleActionAgent method) get_answer_expr (langchain.chains.PALChain attribute) get_cleaned_operation_id() (langchain.tools.OpenAPISpec static method...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-40
(langchain.llms.AI21 method) (langchain.llms.AlephAlpha method) (langchain.llms.Anthropic method) (langchain.llms.Anyscale method) (langchain.llms.AzureOpenAI method) (langchain.llms.Banana method) (langchain.llms.Beam method) (langchain.llms.CerebriumAI method) (langchain.llms.Cohere method) (langchain.llms.CTransform...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-41
(langchain.llms.RWKV method) (langchain.llms.SagemakerEndpoint method) (langchain.llms.SelfHostedHuggingFaceLLM method) (langchain.llms.SelfHostedPipeline method) (langchain.llms.StochasticAI method) (langchain.llms.VertexAI method) (langchain.llms.Writer method) get_num_tokens_from_messages() (langchain.chat_models.Ch...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-42
(langchain.llms.OpenAIChat method) (langchain.llms.OpenLM method) (langchain.llms.Petals method) (langchain.llms.PipelineAI method) (langchain.llms.PredictionGuard method) (langchain.llms.PromptLayerOpenAI method) (langchain.llms.PromptLayerOpenAIChat method) (langchain.llms.Replicate method) (langchain.llms.RWKV metho...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-43
(langchain.retrievers.MetalRetriever method) (langchain.retrievers.PineconeHybridSearchRetriever method) (langchain.retrievers.RemoteLangChainRetriever method) (langchain.retrievers.SelfQueryRetriever method) (langchain.retrievers.SVMRetriever method) (langchain.retrievers.TFIDFRetriever method) (langchain.retrievers.T...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-44
get_text_length (langchain.prompts.example_selector.LengthBasedExampleSelector attribute) get_token_ids() (langchain.chat_models.ChatOpenAI method) (langchain.llms.AI21 method) (langchain.llms.AlephAlpha method) (langchain.llms.Anthropic method) (langchain.llms.Anyscale method) (langchain.llms.AzureOpenAI method) (lang...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-45
(langchain.llms.Replicate method) (langchain.llms.RWKV method) (langchain.llms.SagemakerEndpoint method) (langchain.llms.SelfHostedHuggingFaceLLM method) (langchain.llms.SelfHostedPipeline method) (langchain.llms.StochasticAI method) (langchain.llms.VertexAI method) (langchain.llms.Writer method) get_tools() (langchain...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-46
(langchain.utilities.GoogleSearchAPIWrapper attribute) google_cse_id (langchain.utilities.GoogleSearchAPIWrapper attribute) GoogleApiClient (class in langchain.document_loaders) GoogleApiYoutubeLoader (class in langchain.document_loaders) gplaces_api_key (langchain.utilities.GooglePlacesAPIWrapper attribute) graph (lan...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-47
human_prefix (langchain.memory.ConversationBufferMemory attribute) (langchain.memory.ConversationBufferWindowMemory attribute) (langchain.memory.ConversationEntityMemory attribute) (langchain.memory.ConversationKGMemory attribute) (langchain.memory.ConversationStringBufferMemory attribute) (langchain.memory.Conversatio...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-48
(langchain.memory.ConversationStringBufferMemory attribute) (langchain.memory.VectorStoreRetrieverMemory attribute) (langchain.retrievers.RemoteLangChainRetriever attribute) input_keys (langchain.chains.ConstitutionalChain property) (langchain.chains.ConversationChain property) (langchain.chains.FlareChain property) (l...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-49
(langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-50
(langchain.llms.Cohere attribute) (langchain.memory.ConversationBufferWindowMemory attribute) (langchain.memory.ConversationEntityMemory attribute) (langchain.memory.ConversationKGMemory attribute) (langchain.prompts.example_selector.SemanticSimilarityExampleSelector attribute) (langchain.retrievers.document_compressor...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-51
module langchain.memory module langchain.output_parsers module langchain.prompts module langchain.prompts.example_selector module langchain.python module langchain.retrievers module langchain.retrievers.document_compressors module langchai...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-52
(langchain.agents.agent_toolkits.SparkSQLToolkit attribute) (langchain.agents.agent_toolkits.SQLDatabaseToolkit attribute) (langchain.agents.agent_toolkits.VectorStoreRouterToolkit attribute) (langchain.agents.agent_toolkits.VectorStoreToolkit attribute) (langchain.chains.LLMBashChain attribute) (langchain.chains.LLMCh...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-53
(langchain.agents.StructuredChatAgent property) (langchain.agents.ZeroShotAgent property) load() (langchain.document_loaders.AirbyteJSONLoader method) (langchain.document_loaders.ApifyDatasetLoader method) (langchain.document_loaders.ArxivLoader method) (langchain.document_loaders.AZLyricsLoader method) (langchain.docu...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-54
(langchain.document_loaders.GoogleApiYoutubeLoader method) (langchain.document_loaders.GoogleDriveLoader method) (langchain.document_loaders.GutenbergLoader method) (langchain.document_loaders.HNLoader method) (langchain.document_loaders.HuggingFaceDatasetLoader method) (langchain.document_loaders.IFixitLoader method) ...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-55
(langchain.document_loaders.RedditPostsLoader method) (langchain.document_loaders.RoamLoader method) (langchain.document_loaders.S3DirectoryLoader method) (langchain.document_loaders.S3FileLoader method) (langchain.document_loaders.SeleniumURLLoader method) (langchain.document_loaders.SitemapLoader method) (langchain.d...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-56
load_file() (langchain.document_loaders.DirectoryLoader method) load_fn_kwargs (langchain.embeddings.SelfHostedHuggingFaceEmbeddings attribute) (langchain.llms.SelfHostedHuggingFaceLLM attribute) (langchain.llms.SelfHostedPipeline attribute) load_guide() (langchain.document_loaders.IFixitLoader method) load_huggingface...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-57
load_trashed_files (langchain.document_loaders.GoogleDriveLoader attribute) locals (langchain.python.PythonREPL attribute) (langchain.utilities.PythonREPL attribute) location (langchain.llms.VertexAI attribute) log_probs (langchain.llms.AlephAlpha attribute) logit_bias (langchain.llms.AlephAlpha attribute) (langchain.l...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-58
(langchain.prompts.example_selector.LengthBasedExampleSelector attribute) max_marginal_relevance_search() (langchain.vectorstores.Annoy method) (langchain.vectorstores.Chroma method) (langchain.vectorstores.DeepLake method) (langchain.vectorstores.FAISS method) (langchain.vectorstores.Milvus method) (langchain.vectorst...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-59
(langchain.llms.AzureOpenAI attribute) (langchain.llms.Cohere attribute) (langchain.llms.GooseAI attribute) (langchain.llms.LlamaCpp attribute) (langchain.llms.OpenAI attribute) (langchain.llms.OpenLM attribute) (langchain.llms.PredictionGuard attribute) (langchain.llms.Writer attribute) max_tokens_for_prompt() (langch...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-60
(langchain.memory.ReadOnlySharedMemory property) (langchain.memory.SimpleMemory property) (langchain.memory.VectorStoreRetrieverMemory property) merge_from() (langchain.vectorstores.FAISS method) messages (langchain.memory.CassandraChatMessageHistory property) (langchain.memory.ChatMessageHistory attribute) (langchain....
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-61
model (langchain.embeddings.AlephAlphaAsymmetricSemanticEmbedding attribute) (langchain.embeddings.CohereEmbeddings attribute) (langchain.embeddings.MiniMaxEmbeddings attribute) (langchain.llms.AI21 attribute) (langchain.llms.AlephAlpha attribute) (langchain.llms.Anthropic attribute) (langchain.llms.Cohere attribute) (...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-62
(langchain.llms.HuggingFaceHub attribute) (langchain.llms.HuggingFacePipeline attribute) (langchain.llms.Modal attribute) (langchain.llms.MosaicML attribute) (langchain.llms.OpenAI attribute) (langchain.llms.OpenAIChat attribute) (langchain.llms.OpenLM attribute) (langchain.llms.Petals attribute) (langchain.llms.Prompt...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-63
model_reqs (langchain.embeddings.SelfHostedHuggingFaceEmbeddings attribute) (langchain.embeddings.SelfHostedHuggingFaceInstructEmbeddings attribute) (langchain.llms.SelfHostedHuggingFaceLLM attribute) (langchain.llms.SelfHostedPipeline attribute) model_type (langchain.llms.CTransformers attribute) model_url (langchain....
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-64
(langchain.llms.AlephAlpha attribute) (langchain.llms.AzureOpenAI attribute) (langchain.llms.GooglePalm attribute) (langchain.llms.GooseAI attribute) (langchain.llms.OpenAI attribute) (langchain.llms.OpenLM attribute) (langchain.llms.Writer attribute) n_batch (langchain.embeddings.LlamaCppEmbeddings attribute) (langcha...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-65
(langchain.tools.GmailCreateDraft attribute) (langchain.tools.GmailGetMessage attribute) (langchain.tools.GmailGetThread attribute) (langchain.tools.GmailSearch attribute) (langchain.tools.GmailSendMessage attribute) (langchain.tools.ListDirectoryTool attribute) (langchain.tools.MoveFileTool attribute) (langchain.tools...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-66
ObsidianLoader (class in langchain.document_loaders) OnlinePDFLoader (class in langchain.document_loaders) openai_api_base (langchain.chat_models.AzureChatOpenAI attribute) (langchain.chat_models.ChatOpenAI attribute) openai_api_key (langchain.chains.OpenAIModerationChain attribute) (langchain.chat_models.AzureChatOpen...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-67
(langchain.agents.ConversationalAgent attribute) (langchain.agents.ConversationalChatAgent attribute) (langchain.agents.LLMSingleActionAgent attribute) (langchain.agents.StructuredChatAgent attribute) (langchain.agents.ZeroShotAgent attribute) (langchain.chains.FlareChain attribute) (langchain.prompts.BasePromptTemplat...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-68
(langchain.output_parsers.StructuredOutputParser method) parse_filename() (langchain.document_loaders.BlackboardLoader method) parse_obj() (langchain.tools.OpenAPISpec class method) parse_sitemap() (langchain.document_loaders.SitemapLoader method) parse_with_prompt() (langchain.output_parsers.RetryOutputParser method) ...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-69
pipeline_key (langchain.llms.PipelineAI attribute) pipeline_kwargs (langchain.llms.HuggingFacePipeline attribute) (langchain.llms.PipelineAI attribute) pl_tags (langchain.chat_models.PromptLayerChatOpenAI attribute) plan() (langchain.agents.Agent method) (langchain.agents.BaseMultiActionAgent method) (langchain.agents....
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-70
(langchain.llms.ForefrontAI method) (langchain.llms.GooglePalm method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langc...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-71
(langchain.llms.Banana method) (langchain.llms.Beam method) (langchain.llms.CerebriumAI method) (langchain.llms.Cohere method) (langchain.llms.CTransformers method) (langchain.llms.Databricks method) (langchain.llms.DeepInfra method) (langchain.llms.FakeListLLM method) (langchain.llms.ForefrontAI method) (langchain.llm...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-72
(langchain.llms.VertexAI method) (langchain.llms.Writer method) prefix (langchain.prompts.FewShotPromptTemplate attribute) (langchain.prompts.FewShotPromptWithTemplates attribute) prefix_messages (langchain.llms.OpenAIChat attribute) (langchain.llms.PromptLayerOpenAIChat attribute) prep_prompts() (langchain.chains.LLMC...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-73
process_svg() (langchain.document_loaders.ConfluenceLoader method) process_xls() (langchain.document_loaders.ConfluenceLoader method) project (langchain.llms.VertexAI attribute) Prompt (in module langchain.prompts) prompt (langchain.chains.ConversationChain attribute) (langchain.chains.LLMBashChain attribute) (langchai...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-74
(langchain.embeddings.MosaicMLInstructorEmbeddings attribute) (langchain.embeddings.SelfHostedHuggingFaceInstructEmbeddings attribute) query_name (langchain.vectorstores.SupabaseVectorStore attribute) query_params (langchain.tools.APIOperation property) query_suffix (langchain.utilities.searx_search.SearxSearchWrapper ...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-75
relevancy_threshold (langchain.retrievers.KNNRetriever attribute) (langchain.retrievers.SVMRetriever attribute) remove_end_sequence (langchain.llms.NLPCloud attribute) remove_input (langchain.llms.NLPCloud attribute) repeat_last_n (langchain.llms.GPT4All attribute) repeat_penalty (langchain.llms.GPT4All attribute) (lan...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-76
response_schemas (langchain.output_parsers.StructuredOutputParser attribute) results() (langchain.serpapi.SerpAPIWrapper method) (langchain.utilities.BingSearchAPIWrapper method) (langchain.utilities.DuckDuckGoSearchAPIWrapper method) (langchain.utilities.GoogleSearchAPIWrapper method) (langchain.utilities.GoogleSerper...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-77
(langchain.chains.SQLDatabaseChain attribute) (langchain.chains.SQLDatabaseSequentialChain attribute) return_pl_id (langchain.chat_models.PromptLayerChatOpenAI attribute) return_stopped_response() (langchain.agents.Agent method) (langchain.agents.BaseMultiActionAgent method) (langchain.agents.BaseSingleActionAgent meth...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-78
(langchain.utilities.SearxSearchWrapper method) (langchain.utilities.SerpAPIWrapper method) (langchain.utilities.SparkSQL method) (langchain.utilities.TwilioAPIWrapper method) (langchain.utilities.WikipediaAPIWrapper method) (langchain.utilities.WolframAlphaAPIWrapper method) run_creation() (langchain.llms.Beam method)...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-79
(langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.HuggingFaceTextGenInference method) (langchain.llms.HumanInputLLM method) (langchain.llms.LlamaCpp method) (langchain.llms.Modal method) (langchain.llms.MosaicML method) (langchain.llms.NLPCloud method) (langchain.llms.Op...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-80
(langchain.memory.ReadOnlySharedMemory method) (langchain.memory.SimpleMemory method) (langchain.memory.VectorStoreRetrieverMemory method) save_local() (langchain.vectorstores.Annoy method) (langchain.vectorstores.FAISS method) schemas (langchain.utilities.PowerBIDataset attribute) scrape() (langchain.document_loaders....
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-81
SeleniumURLLoader (class in langchain.document_loaders) SELF_ASK_WITH_SEARCH (langchain.agents.AgentType attribute) send_pdf() (langchain.document_loaders.MathpixPDFLoader method) SentenceTransformerEmbeddings (in module langchain.embeddings) sequential_chain (langchain.chains.LLMSummarizationCheckerChain attribute) se...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-82
(langchain.vectorstores.Pinecone method) (langchain.vectorstores.Qdrant method) (langchain.vectorstores.Redis method) (langchain.vectorstores.SKLearnVectorStore method) (langchain.vectorstores.SupabaseVectorStore method) (langchain.vectorstores.Tair method) (langchain.vectorstores.Typesense method) (langchain.vectorsto...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-83
(langchain.vectorstores.DeepLake method) (langchain.vectorstores.ElasticVectorSearch method) (langchain.vectorstores.FAISS method) (langchain.vectorstores.Milvus method) (langchain.vectorstores.OpenSearchVectorSearch method) (langchain.vectorstores.Pinecone method) (langchain.vectorstores.Qdrant method) (langchain.vect...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-84
(langchain.text_splitter.NLTKTextSplitter method) (langchain.text_splitter.RecursiveCharacterTextSplitter method) (langchain.text_splitter.SpacyTextSplitter method) (langchain.text_splitter.TextSplitter method) (langchain.text_splitter.TokenTextSplitter method) SpreedlyLoader (class in langchain.document_loaders) sql_c...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-85
(langchain.llms.PromptLayerOpenAIChat attribute) strip_outputs (langchain.chains.SimpleSequentialChain attribute) StripeLoader (class in langchain.document_loaders) STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION (langchain.agents.AgentType attribute) structured_query_translator (langchain.retrievers.SelfQueryRetriever att...
https://python.langchain.com/en/latest/genindex.html
99b2553660fa-86
temperature (langchain.chat_models.ChatGooglePalm attribute) (langchain.chat_models.ChatOpenAI attribute) (langchain.llms.AI21 attribute) (langchain.llms.AlephAlpha attribute) (langchain.llms.Anthropic attribute) (langchain.llms.AzureOpenAI attribute) (langchain.llms.Cohere attribute) (langchain.llms.ForefrontAI attrib...
https://python.langchain.com/en/latest/genindex.html
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6