Yash Pratap Solanky
Yash Pratap Solanky
Make sure you are exporting the Tavily API key correctly `export TAVILY_API_KEY="tvly-***"`
@Kyros5 on windows I'd recommend using Powershell. Checkout how to set an environment variable [here](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.4#use-the-variable-syntax)
Hey @aurthurm! `run_id` and `user_id` are utilized for logging each assistant run on [phidata.app](https://www.phidata.app/). We are currently operating with a waitlist, but we will be opening up soon!"
@ctur, can you also share how you have defined SQLLite as storage?
@win4r the tutorial you linked, demonstrates running llama3 using Ollama. You can use any model that's available on Ollama using Phidata by passing the model id as a param to...
@bhanu866, there are a few issues to address: - The Autonomous RAG example operates with a PgVector database hosted locally via Docker. While there are methods to connect your local...
@corzel on windows if you are using Powershell, checkout the docs [here to export an environment variable](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.4#use-the-variable-syntax) Basically, $Env:API_KEY = "api_key" You could also use set, setx or add the...
@win4r you can use websearch in Ollama using our DuckDuckGo tool. Checkout an example here: ```python from phi.assistant import Assistant from phi.tools.duckduckgo import DuckDuckGo from phi.llm.ollama import OllamaTools assistant =...
Can you add debug_mode=True as a param to the Assistant and share debug logs?
@Okdesk I am not able to replicate this error and it seems like it's from [Streamlit](https://discuss.streamlit.io/t/attributeerror-module-click-has-no-attribute-get-os-args/23621/13) Can you make sure you upgraded your libraries to match the [requirements](https://github.com/phidatahq/phidata/blob/main/cookbook/llms/ollama/rag/requirements.txt)