Avri Schneider

Results 4 comments of Avri Schneider

@cachho currently only `en` language is supported. `YoutubeLoader.from_youtube_url()` allows passing additional parameters (e.g., `language`), which currently `YoutubeVideoLoader.load_data()` doesn't pass, thus [.from_youtube_url()](https://github.com/langchain-ai/langchain/blob/733367b7954b9bb6c89ba150154e4f942a337a06/libs/community/langchain_community/document_loaders/youtube.py#L217-L220) defaults to `en`.

Hey @deshraj [the fix](https://github.com/embedchain/embedchain/pull/774) is there (provided by [Akemid](https://github.com/Akemid)), just needs to be merged, but [stalled](https://github.com/embedchain/embedchain/pull/774#issuecomment-1867537387) due to conflics :-/

@P7201, @joaomdmoura The problem is the `Action Input` is not passed verbatim, rather wrapped inside a ` ```json...``` ` block. As a workaround, you may want to specifically ask in...

Can you try the following Action Input? --- { "task": "Create an investment decision on the stock SPAL based on the provided financial details and analysis.", "context": "{\"stock_name\": \"SPAL\", \"exchange\":...