You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the mocked dbt calls in agent.py file (_get_dbt_query_result() and _create_dbt_query())
Run indexing
poetry run python ingest.py
Use agent
fromagentimportgraphasyncforeventingraph.astream_events({"messages": [("human", "how much was ordered in total in july")]}, version="v2", include_types=["chat_model", "tool"]):
print(event['event'])
print(event['data'])
print("\n\n"+"-"*80+"\n\n")
TODO
Is retrieval even needed? If so:
Use a real vecstore (not a local one)
Use a real record manager (not an in mem one)
Do less naive retrieval (hybrid semantc + keyword search, include parent information in each chunk, etc)