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/langchain
Sertaç Özercan 1e91266a8a
fix: handle youtube TranscriptsDisabled (#3276)
handles error when youtube video has transcripts disabled

```
youtube_transcript_api._errors.TranscriptsDisabled: 
Could not retrieve a transcript for the video https://www.youtube.com/watch?v=<URL> This is most likely caused by:

Subtitles are disabled for this video

If you are sure that the described cause is not responsible for this error and that a transcript should be retrievable, please create an issue at https://github.com/jdepoix/youtube-transcript-api/issues. Please add which version of youtube_transcript_api you are using and provide the information needed to replicate the error. Also make sure that there are no open issues which already describe your problem!
```

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
1 year ago
..
agents Harrison/arxiv tool (#3186) 1 year ago
callbacks Fixing issue link for Comet callback (#3212) 1 year ago
chains Add DuckDB prompt (#3233) 1 year ago
chat_models consistently use getLogger(__name__), no root logger (#2989) 1 year ago
docstore
document_loaders fix: handle youtube TranscriptsDisabled (#3276) 1 year ago
embeddings Hf emb device (#3266) 1 year ago
evaluation Improve eval chain prompt (#2798) 1 year ago
experimental Handle null action in AutoGPT Agent (#3274) 1 year ago
graphs
indexes
llms Do not print openai settings (#3280) 1 year ago
memory Harrison/file chat history (#3198) 1 year ago
output_parsers Contextual compression retriever (#2915) 1 year ago
prompts Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
retrievers Contextual compression retriever (#2915) 1 year ago
tools Fix type annotation for `QueryCheckerTool.llm` (#3237) 1 year ago
utilities Harrison/google places (#3207) 1 year ago
vectorstores OpenSearch: Add Support for Lucene Filter (#3201) 1 year ago
__init__.py Harrison/arxiv tool (#3186) 1 year ago
cache.py
docker-compose.yaml
document_transformers.py Contextual compression retriever (#2915) 1 year ago
example_generator.py
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py
math_utils.py Contextual compression retriever (#2915) 1 year ago
model_laboratory.py
py.typed
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py
schema.py Contextual compression retriever (#2915) 1 year ago
serpapi.py
server.py Fix missing docker-compose (#2899) 1 year ago
sql_database.py
text_splitter.py Contextual compression retriever (#2915) 1 year ago
utils.py