benman1 / generative_ai_with_langchain

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.
https://amzn.to/43PuIkQ
MIT License
600 stars 242 forks source link

Discrepancy in File Name and Package Versions in Conda Environment File #1

Closed netmin closed 12 months ago

netmin commented 12 months ago

The Conda environment file provided in the repository has a couple of issues:

File Naming: The documentation refers to the file as langchain_ai.yml, but the actual file in the repository is named langchain_ai.yaml. This discrepancy can lead to confusion.

Package Versioning: The specific versions and build IDs listed for each package in langchain_ai.yaml can lead to ResolvePackageNotFound errors during environment creation, especially if the user is on a different operating system or architecture.

Suggested Fixes:

Update the documentation to match the actual file name in the repository.

Consider removing specific versions and build IDs from the Conda environment file to make it more universally compatible. Alternatively, provide separate environment files for different operating systems or architectures.

benman1 commented 12 months ago

Thanks @netmin, for reporting this. I've just changed the README file to use the correct extension.