langchain-experiments icon indicating copy to clipboard operation
langchain-experiments copied to clipboard

Building Apps with LLMs

Results 6 langchain-experiments issues
Sort by recently updated
recently updated
newest added

```python video_url = "https://www.youtube.com/watch?v=L_Guz73e6fw" db = create_db_from_youtube_video_url(video_url) ``` **receive error like this, could you help me ?** ``` Retrying langchain.embeddings.openai.embed_with_retry.._embed_with_retry in 4.0 seconds as it raised APIError: HTTP code 413...

Repo - [langchain-serve](https://github.com/jina-ai/langchain-serve). - Exposes APIs from function definitions locally as well as on the cloud. - Very few lines of code changes and ease of development remain the same...

Hoi, the link for the langchain quickstart guide changed. ![image](https://github.com/daveebbelaar/langchain-experiments/assets/59669136/e4f09c43-dba9-4024-be2f-abc3ef68202e) from: https://python.langchain.com/en/latest/getting_started/getting_started.html# to https://python.langchain.com/docs/get_started/quickstart

I tried following your youtube tutorial for "How to Build an AI Document Chatbot in 10 Minutes" but when I put any question in the chatbot i get this message....