Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
14
16
text
stringlengths
44
2.73k
source
stringlengths
49
115
07b4f36af75b-0
.rst .pdf Welcome to LangChain Contents Getting Started Modules Use Cases Reference Docs LangChain 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 ...
https://python.langchain.com/en/latest/index.html
07b4f36af75b-1
Agents: Agents involve an LLM making decisions about which Actions to take, taking that Action, seeing an Observation, and repeating that until done. LangChain provides a standard interface for agents, a selection of agents to choose from, and examples of end to end agents. Use Cases# The above modules can be used in a...
https://python.langchain.com/en/latest/index.html
07b4f36af75b-2
Evaluation: Generative models are notoriously hard to evaluate with traditional metrics. One new way of evaluating them is using language models themselves to do the evaluation. LangChain provides some prompts/chains for assisting in this. Reference Docs# All of LangChain’s reference documentation, in one place. Full d...
https://python.langchain.com/en/latest/index.html
07b4f36af75b-3
By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on Apr 26, 2023.
https://python.langchain.com/en/latest/index.html
787b92efa0f0-0
.rst .pdf LangChain Ecosystem Contents Groups Companies / Products LangChain Ecosystem# Guides for how other companies/products can be used with LangChain Groups# LangChain provides integration with many LLMs and systems: LLM Providers Chat Model Providers Text Embedding Model Providers Document Loader Integrations T...
https://python.langchain.com/en/latest/ecosystem.html
242f5f888bba-0
.ipynb .pdf Model Comparison Model Comparison# Constructing your language model application will likely involved choosing between many different options of prompts, models, and even chains to use. When doing so, you will want to compare these different options on different inputs in an easy, flexible, and intuitive way...
https://python.langchain.com/en/latest/model_laboratory.html
242f5f888bba-1
pink prompt = PromptTemplate(template="What is the capital of {state}?", input_variables=["state"]) model_lab_with_prompt = ModelLaboratory.from_llms(llms, prompt=prompt) model_lab_with_prompt.compare("New York") Input: New York OpenAI Params: {'model': 'text-davinci-002', 'temperature': 0.0, 'max_tokens': 256, 'top_p'...
https://python.langchain.com/en/latest/model_laboratory.html
242f5f888bba-2
names = [str(open_ai_llm), str(cohere_llm)] model_lab = ModelLaboratory(chains, names=names) model_lab.compare("What is the hometown of the reigning men's U.S. Open champion?") Input: What is the hometown of the reigning men's U.S. Open champion? OpenAI Params: {'model': 'text-davinci-002', 'temperature': 0.0, 'max_tok...
https://python.langchain.com/en/latest/model_laboratory.html
242f5f888bba-3
So the final answer is: Carlos Alcaraz By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on Apr 26, 2023.
https://python.langchain.com/en/latest/model_laboratory.html
4a2c2ae494ba-0
.md .pdf Tracing Contents Tracing Walkthrough Changing Sessions Tracing# By enabling tracing in your LangChain runs, you’ll be able to more effectively visualize, step through, and debug your chains and agents. First, you should install tracing and set up your environment properly. You can use either a locally hosted...
https://python.langchain.com/en/latest/tracing.html
4a2c2ae494ba-1
Changing Sessions# To initially record traces to a session other than "default", you can set the LANGCHAIN_SESSION environment variable to the name of the session you want to record to: import os os.environ["LANGCHAIN_HANDLER"] = "langchain" os.environ["LANGCHAIN_SESSION"] = "my_session" # Make sure this session actual...
https://python.langchain.com/en/latest/tracing.html
e6e94885e4f2-0
.rst .pdf API References API References# All of LangChain’s reference documentation, in one place. Full documentation on all methods, classes, and APIs in LangChain. Models Prompts Indexes Memory Chains Agents Utilities Experimental Modules previous Integrations next Models By Harrison Chase © Copyright 2023...
https://python.langchain.com/en/latest/reference.html
d7632d72cf28-0
.md .pdf YouTube Contents Introduction to LangChain with Harrison Chase, creator of LangChain Tutorials Videos (sorted by views) YouTube# This is a collection of LangChain tutorials and videos on YouTube. Introduction to LangChain with Harrison Chase, creator of LangChain# Building the Future with LLMs, LangChain, & ...
https://python.langchain.com/en/latest/youtube.html
d7632d72cf28-1
Working With The New ChatGPT API OpenAI + LangChain Wrote Me 100 Custom Sales Emails Structured Output From OpenAI (Clean Dirty Data) Connect OpenAI To +5,000 Tools (LangChain + Zapier) Use LLMs To Extract Data From Text (Expert Mode) LangChain How to and guides by Sam Witteveen: LangChain Basics - LLMs & PromptTemplat...
https://python.langchain.com/en/latest/youtube.html
d7632d72cf28-2
GPT-4 & LangChain Tutorial: How to Chat With A 56-Page PDF Document (w/Pinecone) Videos (sorted by views)# Building AI LLM Apps with LangChain (and more?) - LIVE STREAM by Nicholas Renotte First look - ChatGPT + WolframAlpha (GPT-3.5 and Wolfram|Alpha via LangChain by James Weaver) by Dr Alan D. Thompson LangChain expl...
https://python.langchain.com/en/latest/youtube.html
d7632d72cf28-3
Analyze Custom CSV Data with GPT-4 using Langchain by Venelin Valkov Langchain Overview - How to Use Langchain & ChatGPT by Python In Office Custom langchain Agent & Tools with memory. Turn any Python function into langchain tool with Gpt 3 by echohive ChatGPT with any YouTube video using langchain and chromadb by echo...
https://python.langchain.com/en/latest/youtube.html
17c3af1dcc88-0
.rst .pdf LangChain Gallery Contents Open Source Misc. Colab Notebooks Proprietary LangChain Gallery# Lots of people have built some pretty awesome stuff with LangChain. This is a collection of our favorites. If you see any other demos that you think we should highlight, be sure to let us know! Open Source# HowDoI.ai...
https://python.langchain.com/en/latest/gallery.html
17c3af1dcc88-1
Record sounds of anything (birds, wind, fire, train station) and chat with it. ChatGPT LangChain This simple application demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain. When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather. GPT Mat...
https://python.langchain.com/en/latest/gallery.html
17c3af1dcc88-2
Daimon A chat-based AI personal assistant with long-term memory about you. Summarize any file with AI Summarize not only long docs, interview audio or video files quickly, but also entire websites and YouTube videos. Share or download your generated summaries to collaborate with others, or revisit them at any time! Bon...
https://python.langchain.com/en/latest/gallery.html
e4e4c64001e3-0
.md .pdf Glossary Contents Chain of Thought Prompting Action Plan Generation ReAct Prompting Self-ask Prompt Chaining Memetic Proxy Self Consistency Inception MemPrompt Glossary# This is a collection of terminology commonly used when developing LLM applications. It contains reference to external papers or sources whe...
https://python.langchain.com/en/latest/glossary.html
e4e4c64001e3-1
Language Model Cascades ICE Primer Book Socratic Models Memetic Proxy# Encouraging the LLM to respond in a certain way framing the discussion in a context that the model knows of and that will result in that type of response. For example, as a conversation between a student and a teacher. Resources: Paper Self Consiste...
https://python.langchain.com/en/latest/glossary.html
57a420a93c2a-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.AzureOpenAI method) (langchain.llms.Banana method) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-1
(langchain.llms.StochasticAI method) (langchain.llms.Writer method) A aadd_documents() (langchain.retrievers.TimeWeightedVectorStoreRetriever method) (langchain.vectorstores.VectorStore method) aadd_texts() (langchain.vectorstores.VectorStore method) aapply() (langchain.chains.LLMChain method) aapply_and_parse() (langc...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-2
(langchain.vectorstores.AnalyticDB method) (langchain.vectorstores.Annoy method) (langchain.vectorstores.AtlasDB method) (langchain.vectorstores.Chroma method) (langchain.vectorstores.DeepLake method) (langchain.vectorstores.ElasticVectorSearch method) (langchain.vectorstores.FAISS method) (langchain.vectorstores.Milvu...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-3
(langchain.llms.Cohere method) (langchain.llms.DeepInfra method) (langchain.llms.ForefrontAI method) (langchain.llms.GooseAI method) (langchain.llms.GPT4All method) (langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.LlamaCpp met...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-4
(langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.LlamaCpp method) (langchain.llms.Modal method) (langchain.llms.NLPCloud method) (langchain.llms.OpenAI method) (langchain.llms.OpenAIChat method) (langchain.llms.Petals method) (langchain.llms.PredictionGuard method) (lan...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-5
(langchain.retrievers.TFIDFRetriever method) (langchain.retrievers.TimeWeightedVectorStoreRetriever method) (langchain.retrievers.WeaviateHybridSearchRetriever method) aget_table_info() (langchain.utilities.PowerBIDataset method) aggregate_importance (langchain.experimental.GenerativeAgentMemory attribute) ai_prefix (l...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-6
AnalyticDB (class in langchain.vectorstores) Annoy (class in langchain.vectorstores) answers (langchain.utilities.searx_search.SearxResults property) apatch() (langchain.utilities.TextRequestsWrapper method) api_answer_chain (langchain.chains.APIChain attribute) api_docs (langchain.chains.APIChain attribute) api_key (l...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-7
apredict_and_parse() (langchain.chains.LLMChain method) 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.Wea...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-8
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_retrie...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-9
(langchain.memory.ConversationBufferWindowMemory property) (langchain.memory.ConversationEntityMemory property) (langchain.memory.ConversationStringBufferMemory attribute) (langchain.memory.ConversationSummaryBufferMemory property) (langchain.memory.ConversationSummaryMemory attribute) (langchain.memory.ConversationTok...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-10
check_bs4() (langchain.document_loaders.BlackboardLoader method) Chroma (class in langchain.vectorstores) CHUNK_LEN (langchain.llms.RWKV attribute) chunk_size (langchain.embeddings.OpenAIEmbeddings attribute) clear() (langchain.experimental.GenerativeAgentMemory method) (langchain.memory.ChatMessageHistory method) (lan...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-11
(langchain.retrievers.document_compressors.EmbeddingsFilter method) (langchain.retrievers.document_compressors.LLMChainExtractor method) (langchain.retrievers.document_compressors.LLMChainFilter method) compress_to_size (langchain.embeddings.AlephAlphaAsymmetricSemanticEmbedding attribute) ConfluenceLoader (class in la...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-12
(langchain.llms.PromptLayerOpenAI class method) (langchain.llms.PromptLayerOpenAIChat class method) (langchain.llms.Replicate class method) (langchain.llms.RWKV class method) (langchain.llms.SagemakerEndpoint class method) (langchain.llms.SelfHostedHuggingFaceLLM class method) (langchain.llms.SelfHostedPipeline class m...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-13
(langchain.llms.HuggingFaceEndpoint method) (langchain.llms.HuggingFaceHub method) (langchain.llms.HuggingFacePipeline method) (langchain.llms.LlamaCpp method) (langchain.llms.Modal method) (langchain.llms.NLPCloud method) (langchain.llms.OpenAI method) (langchain.llms.OpenAIChat method) (langchain.llms.Petals method) ...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-14
(in module langchain.agents.agent_toolkits) create_llm_result() (langchain.llms.AzureOpenAI method) (langchain.llms.OpenAI method) (langchain.llms.PromptLayerOpenAI method) create_openapi_agent() (in module langchain.agents) (in module langchain.agents.agent_toolkits) create_outputs() (langchain.chains.LLMChain method)...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-15
(langchain.llms.SagemakerEndpoint attribute) critique_chain (langchain.chains.ConstitutionalChain attribute) CSVLoader (class in langchain.document_loaders) current_plan (langchain.experimental.GenerativeAgentMemory attribute) D daily_summaries (langchain.experimental.GenerativeAgent attribute) database (langchain.chai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-16
(langchain.llms.AzureOpenAI attribute) description (langchain.agents.agent_toolkits.VectorStoreInfo attribute) (langchain.agents.Tool attribute) (langchain.output_parsers.ResponseSchema attribute) (langchain.tools.APIOperation attribute) (langchain.tools.BaseTool attribute) deserialize_json_input() (langchain.chains.Op...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-17
(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.Writer method) (langchain.prompts.BasePromptTemplate method) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-18
(langchain.llms.GPT4All attribute) (langchain.llms.LlamaCpp attribute) ElasticSearchBM25Retriever (class in langchain.retrievers) ElasticVectorSearch (class in langchain.vectorstores) embed_documents() (langchain.chains.HypotheticalDocumentEmbedder method) (langchain.embeddings.AlephAlphaAsymmetricSemanticEmbedding met...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-19
(langchain.embeddings.HuggingFaceInstructEmbeddings method) (langchain.embeddings.LlamaCppEmbeddings method) (langchain.embeddings.OpenAIEmbeddings method) (langchain.embeddings.SagemakerEndpointEmbeddings method) (langchain.embeddings.SelfHostedEmbeddings method) (langchain.embeddings.SelfHostedHuggingFaceInstructEmbe...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-20
error (langchain.chains.OpenAIModerationChain attribute) escape_str() (langchain.vectorstores.MyScale method) EverNoteLoader (class in langchain.document_loaders) example_keys (langchain.prompts.example_selector.SemanticSimilarityExampleSelector attribute) example_prompt (langchain.prompts.example_selector.LengthBasedE...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-21
fetch_formatted_page_summary() (langchain.utilities.WikipediaAPIWrapper method) fetch_k (langchain.prompts.example_selector.MaxMarginalRelevanceExampleSelector attribute) fetch_memories() (langchain.experimental.GenerativeAgentMemory method) fetch_place_details() (langchain.utilities.GooglePlacesAPIWrapper method) file...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-22
(langchain.llms.AzureOpenAI attribute) (langchain.llms.Cohere attribute) (langchain.llms.GooseAI attribute) frequencyPenalty (langchain.llms.AI21 attribute) from_agent_and_tools() (langchain.agents.AgentExecutor class method) from_api_operation() (langchain.chains.OpenAPIEndpointChain class method) from_bearer_token() ...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-23
(langchain.chains.ConversationalRetrievalChain class method) (langchain.chains.GraphQAChain class method) (langchain.chains.HypotheticalDocumentEmbedder class method) (langchain.chains.QAGenerationChain class method) (langchain.chains.SQLDatabaseSequentialChain class method) (langchain.experimental.BabyAGI class method...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-24
from_params() (langchain.chains.MapReduceChain class method) from_pipeline() (langchain.llms.SelfHostedHuggingFaceLLM class method) (langchain.llms.SelfHostedPipeline class method) from_plugin_url() (langchain.tools.AIPluginTool class method) from_rail() (langchain.output_parsers.GuardrailsOutputParser class method) fr...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-25
(langchain.vectorstores.VectorStore class method) (langchain.vectorstores.Weaviate class method) (langchain.vectorstores.Zilliz class method) from_tiktoken_encoder() (langchain.text_splitter.TextSplitter class method) from_url() (langchain.tools.OpenAPISpec class method) from_url_and_method() (langchain.chains.OpenAPIE...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-26
(langchain.llms.NLPCloud method) (langchain.llms.OpenAI method) (langchain.llms.OpenAIChat method) (langchain.llms.Petals method) (langchain.llms.PredictionGuard method) (langchain.llms.PromptLayerOpenAI method) (langchain.llms.PromptLayerOpenAIChat method) (langchain.llms.Replicate method) (langchain.llms.RWKV method)...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-27
(langchain.llms.PromptLayerOpenAI method) (langchain.llms.PromptLayerOpenAIChat method) (langchain.llms.Replicate method) (langchain.llms.RWKV method) (langchain.llms.SagemakerEndpoint method) (langchain.llms.SelfHostedHuggingFaceLLM method) (langchain.llms.SelfHostedPipeline method) (langchain.llms.StochasticAI method...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-28
(langchain.output_parsers.StructuredOutputParser method) get_full_header() (langchain.experimental.GenerativeAgent method) get_full_inputs() (langchain.agents.Agent method) get_input (langchain.retrievers.document_compressors.LLMChainExtractor attribute) (langchain.retrievers.document_compressors.LLMChainFilter attribu...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-29
(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.Writer method) get_num_tokens_from_messages() (langchain.chat_models.C...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-30
(langchain.llms.SelfHostedPipeline method) (langchain.llms.StochasticAI method) (langchain.llms.Writer method) get_operation() (langchain.tools.OpenAPISpec method) get_parameters_for_operation() (langchain.tools.OpenAPISpec method) get_params() (langchain.serpapi.SerpAPIWrapper method) (langchain.utilities.SerpAPIWrapp...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-31
(langchain.llms.OpenAI method) (langchain.llms.PromptLayerOpenAI method) get_summary() (langchain.experimental.GenerativeAgent method) get_table_info() (langchain.utilities.PowerBIDataset method) get_table_names() (langchain.utilities.PowerBIDataset method) get_text_length (langchain.prompts.example_selector.LengthBase...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-32
guard (langchain.output_parsers.GuardrailsOutputParser attribute) GutenbergLoader (class in langchain.document_loaders) H hardware (langchain.embeddings.SelfHostedHuggingFaceEmbeddings attribute) (langchain.llms.SelfHostedHuggingFaceLLM attribute) (langchain.llms.SelfHostedPipeline attribute) headers (langchain.retriev...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-33
index (langchain.retrievers.PineconeHybridSearchRetriever attribute) (langchain.retrievers.SVMRetriever attribute) index_param (langchain.vectorstores.MyScaleSettings attribute) index_type (langchain.vectorstores.MyScaleSettings attribute) inference_fn (langchain.embeddings.SelfHostedEmbeddings attribute) (langchain.em...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-34
J json() (langchain.llms.AI21 method) (langchain.llms.AlephAlpha method) (langchain.llms.Anthropic method) (langchain.llms.AzureOpenAI method) (langchain.llms.Banana method) (langchain.llms.CerebriumAI method) (langchain.llms.Cohere method) (langchain.llms.DeepInfra method) (langchain.llms.ForefrontAI method) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-35
(langchain.chains.VectorDBQAWithSourcesChain attribute) (langchain.llms.Cohere attribute) (langchain.memory.ConversationBufferWindowMemory attribute) (langchain.memory.ConversationEntityMemory attribute) (langchain.memory.ConversationKGMemory attribute) (langchain.prompts.example_selector.SemanticSimilarityExampleSelec...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-36
langchain.prompts.example_selector module langchain.python module langchain.retrievers module langchain.retrievers.document_compressors module langchain.serpapi module langchain.text_splitter module langchain.tools module langchain.utilities ...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-37
(langchain.experimental.GenerativeAgentMemory attribute) (langchain.memory.ConversationEntityMemory attribute) (langchain.memory.ConversationKGMemory attribute) (langchain.memory.ConversationTokenBufferMemory attribute) llm_chain (langchain.agents.Agent attribute) (langchain.agents.LLMSingleActionAgent attribute) (lang...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-38
(langchain.document_loaders.DiffbotLoader method) (langchain.document_loaders.DirectoryLoader method) (langchain.document_loaders.DiscordChatLoader method) (langchain.document_loaders.DuckDBLoader method) (langchain.document_loaders.EverNoteLoader method) (langchain.document_loaders.FacebookChatLoader method) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-39
(langchain.document_loaders.S3FileLoader method) (langchain.document_loaders.SeleniumURLLoader method) (langchain.document_loaders.SitemapLoader method) (langchain.document_loaders.SlackDirectoryLoader method) (langchain.document_loaders.SRTLoader method) (langchain.document_loaders.TelegramChatLoader method) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-40
(langchain.memory.ConversationSummaryBufferMemory method) (langchain.memory.ConversationSummaryMemory method) (langchain.memory.ConversationTokenBufferMemory method) (langchain.memory.ReadOnlySharedMemory method) (langchain.memory.SimpleMemory method) (langchain.memory.VectorStoreRetrieverMemory method) load_messages()...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-41
max_execution_time (langchain.agents.AgentExecutor attribute) (langchain.agents.MRKLChain attribute) (langchain.agents.ReActChain attribute) (langchain.agents.SelfAskWithSearchChain attribute) max_iterations (langchain.agents.AgentExecutor attribute) (langchain.agents.MRKLChain attribute) (langchain.agents.ReActChain a...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-42
(langchain.llms.PromptLayerOpenAIChat attribute) max_token_limit (langchain.memory.ConversationSummaryBufferMemory attribute) (langchain.memory.ConversationTokenBufferMemory attribute) max_tokens (langchain.chat_models.ChatOpenAI attribute) (langchain.llms.AzureOpenAI attribute) (langchain.llms.Cohere attribute) (langc...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-43
memory_stream (langchain.retrievers.TimeWeightedVectorStoreRetriever attribute) memory_variables (langchain.experimental.GenerativeAgentMemory property) (langchain.memory.CombinedMemory property) (langchain.memory.ConversationStringBufferMemory property) (langchain.memory.ReadOnlySharedMemory property) (langchain.memor...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-44
(langchain.llms.GPT4All attribute) (langchain.llms.RWKV attribute) model_id (langchain.embeddings.SelfHostedHuggingFaceEmbeddings attribute) (langchain.embeddings.SelfHostedHuggingFaceInstructEmbeddings attribute) (langchain.llms.HuggingFacePipeline attribute) (langchain.llms.SelfHostedHuggingFaceLLM attribute) (langch...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-45
(langchain.chat_models.ChatOpenAI attribute) (langchain.embeddings.HuggingFaceEmbeddings attribute) (langchain.embeddings.HuggingFaceInstructEmbeddings attribute) (langchain.llms.AzureOpenAI attribute) (langchain.llms.GooseAI attribute) (langchain.llms.NLPCloud attribute) (langchain.llms.OpenAIChat attribute) (langchai...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-46
N n (langchain.chat_models.ChatOpenAI attribute) (langchain.llms.AlephAlpha attribute) (langchain.llms.AzureOpenAI attribute) (langchain.llms.GooseAI attribute) n_batch (langchain.embeddings.LlamaCppEmbeddings attribute) (langchain.llms.GPT4All attribute) (langchain.llms.LlamaCpp attribute) n_ctx (langchain.embeddings....
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-47
num_return_sequences (langchain.llms.NLPCloud attribute) numResults (langchain.llms.AI21 attribute) O observation_prefix (langchain.agents.Agent property) (langchain.agents.ConversationalAgent property) (langchain.agents.ConversationalChatAgent property) (langchain.agents.ZeroShotAgent property) ObsidianLoader (class i...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-48
(langchain.chains.QAGenerationChain property) (langchain.experimental.BabyAGI property) (langchain.output_parsers.RegexParser attribute) output_parser (langchain.agents.Agent attribute) (langchain.agents.ConversationalAgent attribute) (langchain.agents.ConversationalChatAgent attribute) (langchain.agents.LLMSingleActio...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-49
(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
57a420a93c2a-50
plan() (langchain.agents.Agent method) (langchain.agents.BaseMultiActionAgent method) (langchain.agents.BaseSingleActionAgent method) (langchain.agents.LLMSingleActionAgent method) PlaywrightURLLoader (class in langchain.document_loaders) plugin (langchain.tools.AIPluginTool attribute) port (langchain.vectorstores.MySc...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-51
process_image() (langchain.document_loaders.ConfluenceLoader method) process_index_results() (langchain.vectorstores.Annoy method) process_page() (langchain.document_loaders.ConfluenceLoader method) process_pdf() (langchain.document_loaders.ConfluenceLoader method) process_svg() (langchain.document_loaders.ConfluenceLo...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-52
query_suffix (langchain.utilities.searx_search.SearxSearchWrapper attribute) (langchain.utilities.SearxSearchWrapper attribute) R random_seed (langchain.llms.Writer attribute) raw_completion (langchain.llms.AlephAlpha attribute) REACT_DOCSTORE (langchain.agents.AgentType attribute) ReadTheDocsLoader (class in langchain...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-53
repetition_penalty (langchain.llms.ForefrontAI attribute) (langchain.llms.NLPCloud attribute) (langchain.llms.Writer attribute) repo_id (langchain.embeddings.HuggingFaceHubEmbeddings attribute) (langchain.llms.HuggingFaceHub attribute) request_body (langchain.tools.APIOperation attribute) request_timeout (langchain.cha...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-54
return_all (langchain.chains.SequentialChain attribute) return_direct (langchain.chains.SQLDatabaseChain attribute) (langchain.tools.BaseTool attribute) return_docs (langchain.memory.VectorStoreRetrieverMemory attribute) return_intermediate_steps (langchain.agents.AgentExecutor attribute) (langchain.agents.MRKLChain at...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-55
(langchain.utilities.OpenWeatherMapAPIWrapper method) (langchain.utilities.PowerBIDataset method) (langchain.utilities.PythonREPL method) (langchain.utilities.searx_search.SearxSearchWrapper method) (langchain.utilities.SearxSearchWrapper method) (langchain.utilities.SerpAPIWrapper method) (langchain.utilities.Wikipedi...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-56
(langchain.llms.Petals method) (langchain.llms.PredictionGuard method) (langchain.llms.PromptLayerOpenAI method) (langchain.llms.PromptLayerOpenAIChat method) (langchain.llms.Replicate method) (langchain.llms.RWKV method) (langchain.llms.SagemakerEndpoint method) (langchain.llms.SelfHostedHuggingFaceLLM method) (langch...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-57
(langchain.chains.VectorDBQA attribute) (langchain.chains.VectorDBQAWithSourcesChain attribute) (langchain.retrievers.TimeWeightedVectorStoreRetriever attribute) search_type (langchain.chains.VectorDBQA attribute) searx_host (langchain.utilities.searx_search.SearxSearchWrapper attribute) (langchain.utilities.SearxSearc...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-58
(langchain.retrievers.document_compressors.EmbeddingsFilter attribute) similarity_search() (langchain.vectorstores.AnalyticDB method) (langchain.vectorstores.Annoy method) (langchain.vectorstores.AtlasDB method) (langchain.vectorstores.Chroma method) (langchain.vectorstores.DeepLake method) (langchain.vectorstores.Elas...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-59
similarity_search_with_score() (langchain.vectorstores.AnalyticDB method) (langchain.vectorstores.Annoy method) (langchain.vectorstores.Chroma method) (langchain.vectorstores.DeepLake method) (langchain.vectorstores.ElasticVectorSearch method) (langchain.vectorstores.FAISS method) (langchain.vectorstores.Milvus method)...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-60
sql_chain (langchain.chains.SQLDatabaseSequentialChain attribute) SRTLoader (class in langchain.document_loaders) status (langchain.experimental.GenerativeAgent attribute) stop (langchain.agents.LLMSingleActionAgent attribute) (langchain.chains.PALChain attribute) (langchain.llms.GPT4All attribute) (langchain.llms.Llam...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-61
T table (langchain.vectorstores.MyScaleSettings attribute) table_info (langchain.utilities.PowerBIDataset property) table_name (langchain.vectorstores.SupabaseVectorStore attribute) table_names (langchain.utilities.PowerBIDataset attribute) tags (langchain.tools.OpenAPISpec attribute) task (langchain.embeddings.Hugging...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-62
TextLoader (class in langchain.document_loaders) texts (langchain.retrievers.SVMRetriever attribute) TextSplitter (class in langchain.text_splitter) tfidf_array (langchain.retrievers.TFIDFRetriever attribute) to_typescript() (langchain.tools.APIOperation method) token (langchain.utilities.PowerBIDataset attribute) toke...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-63
(langchain.llms.Petals attribute) (langchain.llms.Writer attribute) (langchain.retrievers.ChatGPTPluginRetriever attribute) (langchain.retrievers.DataberryRetriever attribute) (langchain.retrievers.PineconeHybridSearchRetriever attribute) top_k_docs_for_context (langchain.chains.ChatVectorDBChain attribute) top_k_resul...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-64
U unsecure (langchain.utilities.searx_search.SearxSearchWrapper attribute) (langchain.utilities.SearxSearchWrapper attribute) UnstructuredEmailLoader (class in langchain.document_loaders) UnstructuredEPubLoader (class in langchain.document_loaders) UnstructuredFileIOLoader (class in langchain.document_loaders) Unstruct...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-65
(langchain.llms.LlamaCpp class method) (langchain.llms.Modal class method) (langchain.llms.NLPCloud class method) (langchain.llms.OpenAI class method) (langchain.llms.OpenAIChat class method) (langchain.llms.Petals class method) (langchain.llms.PredictionGuard class method) (langchain.llms.PromptLayerOpenAI class metho...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-66
(langchain.document_loaders.GoogleApiYoutubeLoader class method) validate_init_args() (langchain.document_loaders.ConfluenceLoader static method) validate_template (langchain.prompts.FewShotPromptTemplate attribute) (langchain.prompts.FewShotPromptWithTemplates attribute) (langchain.prompts.PromptTemplate attribute) ve...
https://python.langchain.com/en/latest/genindex.html
57a420a93c2a-67
WeaviateHybridSearchRetriever.Config (class in langchain.retrievers) web_path (langchain.document_loaders.WebBaseLoader property) web_paths (langchain.document_loaders.AZLyricsLoader attribute) (langchain.document_loaders.CollegeConfidentialLoader attribute) (langchain.document_loaders.GitbookLoader attribute) (langcha...
https://python.langchain.com/en/latest/genindex.html
7c5c2f66c3a3-0
Search Error Please activate JavaScript to enable the search functionality. Ctrl+K By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on Apr 26, 2023.
https://python.langchain.com/en/latest/search.html
d43c6231b920-0
.md .pdf Deployments Contents Streamlit Gradio (on Hugging Face) Beam Vercel Digitalocean App Platform Google Cloud Run SteamShip Langchain-serve BentoML Databutton Deployments# So you’ve made a really cool chain - now what? How do you deploy it and make it easily sharable with the world? This section covers several ...
https://python.langchain.com/en/latest/deployments.html
d43c6231b920-1
Digitalocean App Platform# A minimal example on how to deploy LangChain to DigitalOcean App Platform. Google Cloud Run# A minimal example on how to deploy LangChain to Google Cloud Run. SteamShip# This repository contains LangChain adapters for Steamship, enabling LangChain developers to rapidly deploy their apps on St...
https://python.langchain.com/en/latest/deployments.html
d43c6231b920-2
Google Cloud Run SteamShip Langchain-serve BentoML Databutton By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on Apr 26, 2023.
https://python.langchain.com/en/latest/deployments.html
a82ef5a242bb-0
.md .pdf AtlasDB Contents Installation and Setup Wrappers VectorStore AtlasDB# This page covers how to use Nomic’s Atlas ecosystem within LangChain. It is broken into two parts: installation and setup, and then references to specific Atlas wrappers. Installation and Setup# Install the Python package with pip install ...
https://python.langchain.com/en/latest/ecosystem/atlas.html
e9b1caa4f9ef-0
.md .pdf PGVector Contents Installation Setup Wrappers VectorStore Usage PGVector# This page covers how to use the Postgres PGVector ecosystem within LangChain It is broken into two parts: installation and setup, and then references to specific PGVector wrappers. Installation# Install the Python package with pip inst...
https://python.langchain.com/en/latest/ecosystem/pgvector.html
d88a95d93f4f-0
.md .pdf Apify Contents Overview Installation and Setup Wrappers Utility Loader Apify# This page covers how to use Apify within LangChain. Overview# Apify is a cloud platform for web scraping and data extraction, which provides an ecosystem of more than a thousand ready-made apps called Actors for various scraping, c...
https://python.langchain.com/en/latest/ecosystem/apify.html
37e0c63234c8-0
.md .pdf Zilliz Contents Installation and Setup Wrappers VectorStore Zilliz# This page covers how to use the Zilliz Cloud ecosystem within LangChain. Zilliz uses the Milvus integration. It is broken into two parts: installation and setup, and then references to specific Milvus wrappers. Installation and Setup# Instal...
https://python.langchain.com/en/latest/ecosystem/zilliz.html
5fbc8437e52c-0
.md .pdf Google Search Wrapper Contents Installation and Setup Wrappers Utility Tool Google Search Wrapper# This page covers how to use the Google Search API within LangChain. It is broken into two parts: installation and setup, and then references to the specific Google Search wrapper. Installation and Setup# Instal...
https://python.langchain.com/en/latest/ecosystem/google_search.html
8d81dffb4fcb-0
.md .pdf Qdrant Contents Installation and Setup Wrappers VectorStore Qdrant# This page covers how to use the Qdrant ecosystem within LangChain. 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-c...
https://python.langchain.com/en/latest/ecosystem/qdrant.html
25108786a640-0
.md .pdf PromptLayer Contents Installation and Setup Wrappers LLM PromptLayer# This page covers how to use PromptLayer within LangChain. It is broken into two parts: installation and setup, and then references to specific PromptLayer wrappers. Installation and Setup# If you want to work with PromptLayer: Install the ...
https://python.langchain.com/en/latest/ecosystem/promptlayer.html
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
4