You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community
Pasha 4e189cd89a
community[patch]: youtube loader transcript format (#16625)
- **Description**: YoutubeLoader right now returns one document that
contains the entire transcript. I think it would be useful to add an
option to return multiple documents, where each document would contain
one line of transcript with the start time and duration in the metadata.
For example,
[AssemblyAIAudioTranscriptLoader](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/document_loaders/assemblyai.py)
is implemented in a similar way, it allows you to choose between the
format to use for the document loader.
6 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 7 months ago
agent_toolkits core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 6 months ago
callbacks community[patch]: Fix MlflowCallback with none artifacts_dir (#16487) 6 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 6 months ago
chat_message_histories communty[minor]: Store Message History to TiDB Database (#16304) 6 months ago
chat_models Langchain-community : EdenAI chat integration. (#16377) 6 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
document_loaders community[patch]: youtube loader transcript format (#16625) 6 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 6 months ago
embeddings docs: Update documentation to use 'model_id' rather than 'model_name' to match actual API (#16615) 6 months ago
graphs Fix neo4j sanitize (#16439) 6 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
llms community[patch]: Added support for Ollama's num_predict option in ChatOllama (#16633) 6 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 6 months ago
retrievers community[patch]: Handle when documents are not provided in the Cohere response (#16144) 6 months ago
storage community: SQLStrStore/SQLDocStore provide an easy SQL alternative to `InMemoryStore` to persist data remotely in a SQL storage (#15909) 6 months ago
tools community[patch]: Fixed tool names snake_case (#16397) 6 months ago
utilities core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 6 months ago
utils openai[minor]: implement langchain-openai package (#15503) 6 months ago
vectorstores community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 6 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 6 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago