scholarbot / build_index.py
Zan18A's picture
feat: rag index built and retriever working
a8d2785
Raw
History Blame Contribute Delete
101 Bytes
from rag.vectorstore import VectorStore
vs = VectorStore()
vs.index_papers('data/raw/arxiv.parquet')