Skip to content

No requirements.txt; LangChain imports broken on any current version #9

Description

@QuantumAlchemist03

There's no requirements.txt, pyproject.toml, or README. On a fresh 2026 install, three imports fail before line 20 runs:

  • from langchain import PromptTemplate
  • from langchain.chat_models import ChatOpenAI
  • from langchain.text_splitter import RecursiveCharacterTextSplitter

All moved out of the langchain namespace in 0.1/0.2. summary() also pins gpt-3.5-turbo-16k-0613, which has been retired.
Separately: with 457 stars and 137 forks there's still no LICENSE, so the code is technically all-rights-reserved by default.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions