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

neo4j GraphRag implementation group 17 #45

Merged
merged 43 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
618085d
Start with neo4j server. This is a seperate server that, in the futur…
TNabuurs Nov 21, 2024
26b15be
Flask app with ngrok work with the desktop run neo4j server. This mea…
TNabuurs Nov 21, 2024
d7e6b7b
Changed colab server, hopefully will upload data to neo4j
TNabuurs Nov 26, 2024
d056d0a
Adding note Luuk
TNabuurs Nov 26, 2024
2708f2d
load csv to neo4j (not yet tested)
luuk005 Nov 29, 2024
2b39d08
minor change (redundancy)
luuk005 Nov 29, 2024
0c71380
minor changes
Tjielke Dec 1, 2024
28a1b03
Merge pull request #1 from AI-Commandos/main
Tjielke Dec 1, 2024
daacbbb
changing neo4j/server.py to run locally
TNabuurs Dec 1, 2024
26f1073
Removing self so there is no more error
Tjielke Dec 1, 2024
dd21af7
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp
TNabuurs Dec 1, 2024
394496c
working csv upload
Tjielke Dec 2, 2024
ce6285d
Update README.md
luuk005 Dec 2, 2024
f165902
commented sections for Jeroen
Tjielke Dec 3, 2024
52a7e3a
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp into main
Tjielke Dec 3, 2024
6addb82
comments for Jeroen
Tjielke Dec 3, 2024
1afecb5
De GRAPH retriever function werkt! Moet alleen nog toevoegen dat hij …
JeroenDort Dec 3, 2024
24d4179
Deze commit heeft de nodige noe4j server.py changes om de graph retri…
JeroenDort Dec 3, 2024
df3c1c2
Merge remote-tracking branch 'origin/main'
JeroenDort Dec 5, 2024
bb04dee
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp, fixt git weer
JeroenDort Dec 5, 2024
c5d683e
Decreased amount of logging, all graph_db query results are now in on…
Tjielke Dec 5, 2024
dd83948
Update README.md
JeroenDort Dec 5, 2024
347d76c
Putting pdf's and other documents into the GraphDB
Tjielke Dec 5, 2024
d6101fd
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp into main
Tjielke Dec 5, 2024
9b7292b
Update README.md
Tjielke Dec 6, 2024
1a3476d
Final changes to server
Tjielke Dec 6, 2024
16c81ba
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp into main
Tjielke Dec 6, 2024
c06deb0
Final commit neo4j
TNabuurs Dec 6, 2024
f6206fa
Adding requirements.txt to neo4j server
TNabuurs Dec 6, 2024
f0460bc
Adding .env template to neo4j
TNabuurs Dec 6, 2024
cd03c68
adding os.getenv() calls to the code
TNabuurs Dec 6, 2024
25eb165
Update README.md
luuk005 Dec 6, 2024
d343817
Merge branch 'main' of https://github.com/Tjielke/RAGMeUp
luuk005 Dec 6, 2024
df25d9f
Update README.md
JeroenDort Dec 6, 2024
ea02852
Updating README.md to include the implementation details of the docum…
Tjielke Dec 6, 2024
bd296f9
Update README.md with improved explanation fifth step
Tjielke Dec 6, 2024
3fc6de1
Update README.md
luuk005 Dec 6, 2024
3ef6de4
Update README.md config
Tjielke Dec 6, 2024
7152105
Update README.md reasoning csv setup
Tjielke Dec 6, 2024
ed55e79
Update README.md
Tjielke Dec 6, 2024
fa90a94
Fixed comments for PR merge
luuk005 Dec 21, 2024
6c5012c
moved readme file to avoid conflicts
luuk005 Dec 21, 2024
ed84166
Merge branch 'main' into main
ErikTromp Dec 23, 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
180 changes: 0 additions & 180 deletions README.md

This file was deleted.

Loading