id stringlengths 36 36 | text stringlengths 114 429k | url stringlengths 54 121 |
|---|---|---|
d9a37339-4bad-4cf3-9fb5-1dd03debfa69 | Models
LangChain provides interfaces and integrations for a number of different types of models.
LLMs
Chat Models | https://api.python.langchain.com/en/latest/models.html |
8ff91ce1-7d62-4479-9049-f8f70b82ef58 | Model I/O
LangChain provides interfaces and integrations for working with language models.
Prompts
Models
Output Parsers | https://api.python.langchain.com/en/latest/model_io.html |
2412f67f-00bb-42fb-9975-249ace261d8e | Prompts
The reference guides here all relate to objects for working with Prompts.
Prompt Templates
Example Selector | https://api.python.langchain.com/en/latest/prompts.html |
f7f922b9-f340-4163-bd4d-a15304000f03 | Data connection
LangChain has a number of modules that help you load, structure, store, and retrieve documents.
Document Loaders
Document Transformers
Embeddings
Vector Stores
Retrievers | https://api.python.langchain.com/en/latest/data_connection.html |
583cb37c-049b-4ce1-bba8-5e96effe2285 | Embeddings
Wrappers around embedding modules.
class langchain.embeddings.OpenAIEmbeddings(*, client=None, model='text-embedding-ada-002', deployment='text-embedding-ada-002', openai_api_version=None, openai_api_base=None, openai_api_type=None, openai_proxy=None, embedding_ctx_length=8191, openai_api_key=None, openai_o... | https://api.python.langchain.com/en/latest/modules/embeddings.html |
c3d05344-a68a-42c1-a6e5-0cf256519de1 | Memory
class langchain.memory.CassandraChatMessageHistory(contact_points, session_id, port=9042, username='cassandra', password='cassandra', keyspace_name='chat_history', table_name='message_store')[source]
Bases: langchain.schema.BaseChatMessageHistory
Chat message history that stores history in Cassandra.
Parameter... | https://api.python.langchain.com/en/latest/modules/memory.html |
7702ed66-abcf-4761-ad44-02001b146132 | Output Parsers
class langchain.output_parsers.BooleanOutputParser(*, true_val='YES', false_val='NO')[source]
Bases: langchain.schema.BaseOutputParser[bool]
Parameters
true_val (str) –
false_val (str) –
Return type
None
attribute false_val: str = 'NO'
attribute true_val: str = 'YES'
parse(text)[source]
Parse the ... | https://api.python.langchain.com/en/latest/modules/output_parsers.html |
392b7fe6-4662-40df-96c9-d94e21dcb8f8 | "Tools\nCore toolkit implementations.\nclass langchain.tools.AIPluginTool(*, name, description, a(...TRUNCATED) | https://api.python.langchain.com/en/latest/modules/tools.html |
18521a36-3fee-40f9-86fe-e77cfb18d8be | "Callbacks\nCallback handlers that allow listening to events in LangChain.\nclass langchain.callb(...TRUNCATED) | https://api.python.langchain.com/en/latest/modules/callbacks.html |
fb470470-dfc6-4e38-8a18-8c5a864d5999 | "Document Loaders\nAll different types of document loaders.\nclass langchain.document_loaders.Acr(...TRUNCATED) | https://api.python.langchain.com/en/latest/modules/document_loaders.html |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6