Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken ingest and start #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ndesai
Copy link

@ndesai ndesai commented Jun 25, 2023

There are many PRs that fix the issues with the master branch of this project. This one takes those, and adds one more fix that hasn't been submitted yet regarding the BeautifulSoup feature specification.

This works with the latest version of langchain (215)

@ndesai ndesai changed the title Fix broken ingest Fix broken ingest and start Jun 25, 2023
barweiss45 pushed a commit to barweiss45/chat-langchain that referenced this pull request Jun 29, 2023
@@ -9,7 +9,7 @@

def ingest_docs():
"""Get documents from web pages."""
loader = ReadTheDocsLoader("langchain.readthedocs.io/en/latest/")
loader = ReadTheDocsLoader("langchain.readthedocs.io/en/latest/", features="lxml")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not working and Lot of issue are opened for the link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants