Ashpreet

Results 110 comments of Ashpreet

@renkelvin you can turn this function off :) currently you'll have `read_chat_history=True` but if you remove that this tool wont be added. let me know if this works and then...

I completely agree @mathieuchateau A current fix would be to load the `Documents` manually instead of using the `KnowledgeBase`, something like: ``` reader = PDFReader() pdf_documents: List[Document] = reader.read(uploaded_file) for...

Thanks @nicekate :) @timtensor happy to help build this out, can you tell me where's the inference? If you can share a link on how that works then i can...

@timtensor I put together a cookbook on how to use Llama.cpp for you: https://github.com/phidatahq/phidata/tree/main/cookbook/llama_cpp For now let's use the OpenAI api it provides, ``` from phi.assistant import Assistant from phi.llm.openai.like...

sadly i couldnt get function calling to work at the moment, but im working on it :)

> I am curious to know more as it seems like it phi assistant is kind of RAG concept. `Assistants` can do a number of things: 1. RAG - this...

> I am guessing I can run phi assistant in colab notebook yes anywhere you want to run python :)