generative_ai_with_langchain icon indicating copy to clipboard operation
generative_ai_with_langchain copied to clipboard

Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.

Results 12 generative_ai_with_langchain issues
Sort by recently updated
recently updated
newest added

I am having issues installing dependencies on ubuntu 24.04.1 I am trying to run ```bash pip install -r requirements.txt ``` on a virtual environment ```bash python --version Python 3.11.10 ```...