Gary Biggs

Results 2 comments of Gary Biggs

This is just a quick hack so I could get the notebook to work: ``` def add_docs_to_index(start, end): doc_ids = me.add_texts(texts=texts[start:end], metadatas=metadatas[start:end]) return end loaded = 50 document_count = len(texts)...

Was also getting a key error for document _name in the `metadatas` list of dicts. Looking at the metadata there was only `source` and `chunk`