Relative Content

Tag Archive for pythonlangchainretrieval-augmented-generation

Running entirely local RAG system in Colab over GDrive files?

I am trying to run an entirely local RAG using Colab on my google drive, without sending any tokens to an external language model API. I downloaded the model into a Drive folder (here just called path, but in the code it is a full filepath) and also have all the documents stored in a Chroma vector db.