from rag.vectorstore import get_vectorstore if __name__ == '__main__': print('Building/loading FAISS index...') vs = get_vectorstore() print('Vectorstore ready:', type(vs).__name__)