phidata icon indicating copy to clipboard operation
phidata copied to clipboard

unable to work on autorag in colab

Open bhanu866 opened this issue 9 months ago • 1 comments

can anyone please share colab code of autorag https://github.com/phidatahq/phidata/tree/main/cookbook/examples/auto_rag . i am unable to fix issue in google Colab

bhanu866 avatar May 04 '24 11:05 bhanu866

@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 server to a Google Colab notebook, I recommend using a cloud database like Qdrant or Pinecone for a smoother integration.
  • Streamlit isn't natively compatible with Google Colab. While workarounds exist, the optimal experience is achieved by running Streamlit locally.

We will soon release new cookbooks demonstrating Phidata Assistants running on Jupyter Notebooks.

ysolanky avatar May 06 '24 16:05 ysolanky