youtube-assistant-langchain icon indicating copy to clipboard operation
youtube-assistant-langchain copied to clipboard

A LLM powered YouTube Assistant, ask question about a YouTube video.

Results 2 youtube-assistant-langchain issues
Sort by recently updated
recently updated
newest added

- openai_api_key was asked in main.py but not passed along when needed. The user had to both pass it in the code and UI. Now the user can pass it...

Hello, my friend. Thank you for the video and for repository. When we use just `RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=100)`, then chunks contain up to 1000 characters, not tokens. You told in video...