uw-ssec / tutorials

SSEC tutorials for various topics
https://uw-ssec-tutorials.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

feat: Tutorial Module 3: Try with your data! #51

Closed atambay37 closed 2 months ago

atambay37 commented 4 months ago

Yesterday after eScience team meeting, it was brought up that we currently do not have any guidelines for participants that wants to bring their own data. This involves how much data can they bring and play with locally or in codespaces.

anantmittal commented 3 months ago

I wonder if this can be a fill in the blanks notebook with the following sections:

  1. Import all the relevant packages -- langchain, qdrant, our own ssec_tutorials module, etc.
  2. Load OLMo
  3. Data Setup -- use code from Appendix notebooks to index your data using qdrant or upload your files to Codespace in resources/data folder
  4. QnA Pipeline with RAG -- either using qdrant or using the uploaded files to get relevant context