Grzegorz Sajko
Results
3
issues of
Grzegorz Sajko
usage limit changed
Using `RAGatouille==0.0.6a2` in colab, trying `.add_to_index` ```py for i, batch in enumerate(batches, start=0): RAG.add_to_index( new_collection=batch, index_name="dharma_colb", split_documents=True, ) ``` error message ``` WARNING: add_to_index support is currently experimental! add_to_index support...
bug
CRUD (experimental)