Skip to content

Lama index integration #23

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

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Copy link
Contributor

Choose a reason for hiding this comment

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

to remove

Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.env
# Ignore .DS_Store files anywhere in the repository
.DS_Store
**/.DS_Store
*.csv
1,807 changes: 1,807 additions & 0 deletions cookbook/company-info/scrapegraph_llama_index.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cookbook/company-info/scrapegraph_sdk.ipynb

This file was deleted.

999 changes: 999 additions & 0 deletions cookbook/github-trending/scrapegraph_llama_index.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cookbook/github-trending/scrapegraph_sdk.ipynb

This file was deleted.

799 changes: 799 additions & 0 deletions cookbook/homes-forsale/scrapegraph_llama_index.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cookbook/homes-forsale/scrapegraph_sdk.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion cookbook/wired-news/scrapegraph_langgraph.ipynb
Copy link
Contributor

Choose a reason for hiding this comment

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

doesn't need to be changed

Large diffs are not rendered by default.

1,438 changes: 1,438 additions & 0 deletions cookbook/wired-news/scrapegraph_llama_index.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cookbook/wired-news/scrapegraph_sdk.ipynb

This file was deleted.

1 change: 1 addition & 0 deletions scrapegraph-py/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@ cython_debug/

# macOS
.DS_Store
**/.DS_Store

dev.ipynb
9 changes: 0 additions & 9 deletions scrapegraph-py/cookbook/README.md
Copy link
Contributor

Choose a reason for hiding this comment

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

do not remove

This file was deleted.

Loading