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

Progress Tracker #1

Open
8 of 26 tasks
CWSwastik opened this issue Jan 22, 2024 · 0 comments
Open
8 of 26 tasks

Progress Tracker #1

CWSwastik opened this issue Jan 22, 2024 · 0 comments
Assignees

Comments

@CWSwastik
Copy link
Collaborator

CWSwastik commented Jan 22, 2024

Data collection/parsing

  • PS Chronicles
  • FB Posts (Shoutbox, SMC, FEG, Career Queries)
  • Reddit (r/BitsPilani) [Get more posts]
  • Handouts
  • Orientation Slides
  • BITS Hyd Website
  • Timetable
  • (Optional, low priority) Books, Notes

Data Formatting/Cleaning

  • WITW (pdf to text ruins placement of data which needs to be fixed)
  • Bulletin (Tabular data not being correctly interpreted)
  • JC Articles (Prune old articles with outdated/wrong info)
  • Clean JC Articles (remove header info, remove html tags?)

RAG

  • Experiment with the ideal chunk size (currently 1000)
  • Experiment with different embeddings
  • Switch to Mixtral 7B from GPT 3.5
  • Experiment with the prompt
  • Include date in the metadata and filter by it
  • Set a priority order for sources and filter by it aswell
  • Use a reranker for better results (Possibly)
  • Use query routing for different indexes (Possibly)
  • Use query transformations (Possibly)
  • Experiment with different retrievers (https://python.langchain.com/docs/modules/data_connection/retrievers/)
  • Implement testing Write Tests for Evalution #2

Issues

  • Including the bulletin in the vector db completly ruins the search results.
  • Really bad at reading tabular data even with unstructured
  • Create better summaries of table and text chunks for handouts
@CWSwastik CWSwastik self-assigned this Jan 22, 2024
@OpexRah OpexRah self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants