Draichi's picture
feat: drop unnecessary columns
3678fbc unverified
|
raw
history blame
515 Bytes

To do

fastf1-predictions

  • Update environment.yml to reflect the new llama env along with poetry

multi-agents-analysis

  • Add poetry as a package manager https://python-poetry.org/docs/basic-usage/
  • Create a toy db with formula 1 data
  • Drop laps.db columns:
    • DriverNumber
    • Team
    • LapStartDate
    • TrackStatus
    • Position
    • Deleted
    • DeletedReason
    • FastF1Generated
    • IsAccurate
    • index
  • Connect NLSQLRetriever and RetrieverQueryEngine on this toy db