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

Add an Art Tourguide using LightRAG #48

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e8c8209
Add orm + shell of scraping scripts
MichaelDeng03 Nov 16, 2024
eff1a71
Add relationship models for Artist
MichaelDeng03 Nov 16, 2024
9a68929
Add artwork style models
MichaelDeng03 Nov 16, 2024
2d8ba2d
Change primary key to slug
MichaelDeng03 Nov 16, 2024
63a413b
Update primary key to id
MichaelDeng03 Nov 16, 2024
ca730ed
Working artist institutions
MichaelDeng03 Nov 16, 2024
b82f084
Working get artists by nationality
MichaelDeng03 Nov 16, 2024
6768ae4
Add scripts for getting artists by all groupings
MichaelDeng03 Nov 16, 2024
6e38fca
Finish scripts for getting Artists and their Artworks
MichaelDeng03 Nov 16, 2024
f92d0db
Add sql execution tool
MichaelDeng03 Nov 17, 2024
b8a5486
quickstart implementation
kgang Nov 17, 2024
c335638
jam sesh
kgang Nov 17, 2024
08654d1
mend
kgang Nov 17, 2024
859683f
widget nonsense
kgang Nov 17, 2024
51ffcc9
add notebook
kgang Nov 17, 2024
7cfc267
fwoosh
MichaelDeng03 Nov 17, 2024
08c9b76
rebuilt db
kgang Nov 18, 2024
9b8455d
Update widget
MichaelDeng03 Nov 18, 2024
2e3f2ee
Merge branch 'michael/final_notebook' of github.com:MichaelDeng03/Gen…
MichaelDeng03 Nov 18, 2024
75a3634
First iteration of workflow
kgang Nov 18, 2024
15d6bbd
Merge branch 'michael/final_notebook' of github.com:MichaelDeng03/Gen…
kgang Nov 18, 2024
5876cc7
Add display
MichaelDeng03 Nov 18, 2024
77913b1
new data
kgang Nov 18, 2024
7c9cd75
Merge branch 'michael/final_notebook' of github.com:MichaelDeng03/Gen…
kgang Nov 18, 2024
29ccc63
Created using Colab
kgang Nov 18, 2024
2e0faca
Final notebook almost
kgang Nov 18, 2024
5eac807
Merge branch 'michael/final_notebook' of github.com:MichaelDeng03/Gen…
kgang Nov 18, 2024
1b2b914
google colab version
kgang Nov 18, 2024
db6283c
Update final notebook with comments
MichaelDeng03 Nov 18, 2024
f2eda06
Remove all unncessary files
MichaelDeng03 Nov 18, 2024
a8f7465
Merge branch 'NirDiamant:main' into main
MichaelDeng03 Nov 18, 2024
a73c56e
Revert changes in original files
MichaelDeng03 Nov 18, 2024
027032d
Merge branches 'main' and 'main' of github.com:MichaelDeng03/GenAI_Ag…
MichaelDeng03 Nov 18, 2024
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
1,240 changes: 1,240 additions & 0 deletions all_agents_tutorials/art_agent.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions all_agents_tutorials/data/artinfo.json

Large diffs are not rendered by default.

11,927 changes: 11,927 additions & 0 deletions all_agents_tutorials/data/graph_chunk_entity_relation.graphml

Large diffs are not rendered by default.

362 changes: 362 additions & 0 deletions all_agents_tutorials/data/kv_store_full_docs.json

Large diffs are not rendered by default.

1,214 changes: 1,214 additions & 0 deletions all_agents_tutorials/data/kv_store_llm_response_cache.json

Large diffs are not rendered by default.

722 changes: 722 additions & 0 deletions all_agents_tutorials/data/kv_store_text_chunks.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions all_agents_tutorials/data/vdb_chunks.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions all_agents_tutorials/data/vdb_entities.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions all_agents_tutorials/data/vdb_relationships.json

Large diffs are not rendered by default.