ctur

Results 2 comments of ctur

@ysolanky thank you for the reply, it is same as in rag_with_lance_and_sqllite, and passed it to the assistant ```# Set up SQL storage for the assistant's data storage = SqlAssistantStorage(table_name='test',...

I forgot to mention LanceDB is also used as vector DB Full assistant.py example ``` from typing import Optional from phi.assistant import Assistant from phi.knowledge import AssistantKnowledge from phi.llm.openai import...