Draichi/Formula1-race-debriefing
wip: implementing advanced guardrails
feat: add guardrails for movie-related queries in graph interaction
chore: ignore .DS_Store
wip: knowledge graphs
Update README.md
chore(pyptoject.toml): update title and description
docs(readme): add demo video
doc(readme): use metadata
doc(readme.md): hide metadata
doc: add context to `app.py`
docs: update readme
fix: colorTo in README.md
chore: update app examples
feat: update agent prompt
chore: removes print statements from tools
deps: upgrade `gradio` version
fix(app.py): tools import
fix: `console` circular import
fix: circular `db` import
chore: git ignore __pycache__
feat: update agent prompt
feat: add new 5 tools to the agent
chore: update SQL tools
feat: upgrade system prompt and add telemetry tool
fix: requirements.txt format and path to db
chore: update assets folder and .git files
chore: removes `/multi-agent-analysis` folder
chore: organize the code into `/backup, /db, /notebooks, /regression-models` and `/SQL`
chore: move briefing-generator to project root
ci: commit `.gitattributes`
ci: test HF spaces
Create main.yml
feat(gradio_sql_agent.py): add retriever tool using FAISS
feat(gradio_langchain_agent.py): frontend final version
feat(briefing_generator): gradio front-end
wip(briefing_generator): create gradio front-end
chore: update SQL queries
feat: create the `briefing_generator` project
chore: move db to /db
feat: commit backup formula 1 database
fix(formula1_databases.py): update Laps table to not have NaT values
feat: basic regression: predict fuel efficiency
feat: predict fuel efficiency (regression)
wip: langchain text to SQL agent
wip: testing vanna AI
chore(formula1_databases): add print statements as a form of feedback
feat(formula1_databases): add performant `TelemetryAnalysisWithWeather` view
fix(formula1_databases): session_id and datetime +1 minute diff
fix(formula1_databases): session start and Laps datetime
fix(formula1_databases): Weather datetime
