Skip to content

DEV to STAGING #432

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

Merged
merged 60 commits into from
Jun 14, 2024
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
eb2f4fe
Integration_qa test (#375)
abhishekkumar-27 May 31, 2024
29d1722
recent merges
kartikpersistent May 31, 2024
0ef6fea
pdf deletion due to out of diskspace
kartikpersistent May 31, 2024
6393bf4
Merge branch 'DEV' of https://github.com/neo4j-labs/llm-graph-builder…
kartikpersistent May 31, 2024
8cbd6f1
fixed status blank issue
kartikpersistent Jun 3, 2024
0656dae
Rendering the file name instead of link for gcs and s3 sources in the…
kartikpersistent Jun 3, 2024
4da1555
Convert is_cancelled value from string to bool
praveshkumar1988 Jun 3, 2024
3f32953
added the default page size
kartikpersistent Jun 3, 2024
7205698
Merge branch 'DEV' of https://github.com/neo4j-labs/llm-graph-builder…
kartikpersistent Jun 3, 2024
ff18d1d
Issue fixed Processed chunked as 0 when file re-process again
praveshkumar1988 Jun 3, 2024
133057a
Youtube timestamps (#386)
aashipandya Jun 3, 2024
f00089e
groq llm integration backend (#286)
aashipandya Jun 3, 2024
fc63584
offset in chunks (#389)
aashipandya Jun 5, 2024
ba8036e
page number in gcs loader (#393)
aashipandya Jun 5, 2024
a4603ab
added youtube timestamps (#392)
vasanthasaikalluri Jun 5, 2024
555ed69
chat pop up button (#387)
prakriti-solankey Jun 5, 2024
bea09f3
chunks create before extraction using is_pre_process variable (#383)
praveshkumar1988 Jun 5, 2024
426492b
fixed the layout issue
kartikpersistent Jun 6, 2024
428154e
Populate graph schema (#399)
praveshkumar1988 Jun 6, 2024
64db13c
conditionally-including-the-gcs-login-flow-in-gcs-as-source (#396)
kartikpersistent Jun 6, 2024
6296859
Fixed issue : Remove extra unused param
praveshkumar1988 Jun 6, 2024
423d024
get emb only if used (#278)
im-ajaymeena Jun 7, 2024
da33904
Chatbot chunks (#402)
prakriti-solankey Jun 7, 2024
13d3d1a
Settings modal to support generating the labels from the llm by using…
kartikpersistent Jun 7, 2024
9beb1cf
fixed css issue
kartikpersistent Jun 7, 2024
b2423d4
fixed status blank issue
kartikpersistent Jun 11, 2024
b669bbc
Modified response when no docs is retrived (#413)
vasanthasaikalluri Jun 11, 2024
d161459
Fixed env/docker-compose for local deployments + README doc (#410)
msenechal Jun 11, 2024
f50f410
Support for all unstructured files (#401)
aashipandya Jun 11, 2024
19c4f35
Settings modal to support generating the labels from the llm by using…
kartikpersistent Jun 11, 2024
45db324
gcs file content read via storage client (#417)
aashipandya Jun 11, 2024
a9d4ea2
pypdf2 to read files from gcs (#420)
aashipandya Jun 12, 2024
a4a30b8
407 remove driver from frontend (#416)
prakriti-solankey Jun 12, 2024
b07b336
Css handling of info modal and Tooltips (#418)
prakriti-solankey Jun 12, 2024
3ddb17e
Fixed retrival bugs (#421)
vasanthasaikalluri Jun 12, 2024
5f55498
yarn format fixes
kartikpersistent Jun 12, 2024
dc01f55
Merge branch 'DEV' of https://github.com/neo4j-labs/llm-graph-builder…
kartikpersistent Jun 12, 2024
f82dbb5
changed the delete message
kartikpersistent Jun 12, 2024
b4f99f9
added the cancel button
kartikpersistent Jun 12, 2024
fdab00a
changed the message on tooltip
kartikpersistent Jun 12, 2024
c803fa1
added space
kartikpersistent Jun 12, 2024
b71693b
UI fixes
kartikpersistent Jun 12, 2024
75074cb
tooltip for setting
prakriti-solankey Jun 12, 2024
d7c0f08
updated req
prakriti-solankey Jun 13, 2024
d34e811
wikipedia URL input (#424)
kartikpersistent Jun 13, 2024
3076900
speech and copy (#422)
prakriti-solankey Jun 13, 2024
6d729dd
Fixed issue for out of range in KNN API
praveshkumar1988 Jun 13, 2024
8c00f47
solved conflicts
kartikpersistent Jun 13, 2024
e9b7e84
conflict solved
kartikpersistent Jun 13, 2024
3c72893
Remove logging info from update KNN API
praveshkumar1988 Jun 13, 2024
a66850d
tooltip changes
kartikpersistent Jun 13, 2024
7c12a82
Merge branch 'DEV' of https://github.com/neo4j-labs/llm-graph-builder…
kartikpersistent Jun 13, 2024
85899b7
format and lint fixes
kartikpersistent Jun 13, 2024
a9517fa
responsiveness changes
kartikpersistent Jun 13, 2024
e795ae0
Fixed issue for total pages GCS, S3
praveshkumar1988 Jun 14, 2024
fcff39f
UI polishing (#428)
kartikpersistent Jun 14, 2024
0576eed
speech state (#426)
prakriti-solankey Jun 14, 2024
9886ad9
delete wording change
kartikpersistent Jun 14, 2024
f5eaf06
Total pages in buckets (#431)
aashipandya Jun 14, 2024
7b43e4f
Merge branch 'STAGING' into DEV
praveshkumar1988 Jun 14, 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
3 changes: 0 additions & 3 deletions backend/src/make_relationships.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ def create_relation_between_chunks(graph, file_name, chunks: List[Document])->li
c.start_time = CASE WHEN data.start_time IS NOT NULL THEN data.start_time END,
c.end_time = CASE WHEN data.end_time IS NOT NULL THEN data.end_time END
WITH data, c
WHERE data.page_number IS NOT NULL
SET c.page_number = data.page_number
WITH data, c
MATCH (d:Document {fileName: data.f_name})
MERGE (c)-[:PART_OF]->(d)
"""
Expand Down