Skip to content

Commit

Permalink
Made it work on Windows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
liangchen76 committed Feb 14, 2024
1 parent 2994735 commit c925fa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@
* browserless costs too much
* Apify actors are easier to integrate
* But Apify webcrawler actor already summarizes the web content to some extent
7. To make it work on Windows 11,
* Set langsmith version to be 0.0.87 required by langchiain-core.
* Modify .venv\lib\site-packages\langchain_community\document_loaders\pebblo.py
* Windows has no 'pwd' module. (Enjoy the open source)
* Comment out 'import pwd' at line 5
* Assign "unknown" to the document owner at line 264
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
python-dotenv
pydantic
openai
langsmith==0.0.87
langchain
langchain_openai
langchain_community
chromadb
bs4
tiktoken
Expand Down

0 comments on commit c925fa8

Please sign in to comment.