Capstone-S17 / DuRAG

0 stars 0 forks source link

INEFFICIENCY: We are storing 2 types of 128 token chunks in weaviate - one from SWR and one from AMR. #6

Closed Dhanushkmr closed 6 months ago

Dhanushkmr commented 7 months ago

There are reasons to keep it this way because it helps with resolving chunk -> page for the frontend when we use SWR.

Possible solution: try to assign pages from chunks (amr 128 chunks) by looking at text overlap.