-
- Downloads
add MetalVectorStore + MetalReader (#1784)
* init llama index metal vector store * fix comment * fix comments * fix import * rm comment * update to incl filters * add MetalReader * add metalreader import * adj comments * add deletion * retrieve from data * swap dist to similarity * use data * make idmap optional * add metal example * rm config_dict + from_dict * update to use embedding rather than pass in text * fix del * adjust node interface * adjust callouts. * rm id_to_text_map * fi node * actually, lets leave it * uno mas * rm id mapping again * add
Showing
- examples/vector_indices/MetalIndexDemo.ipynb 154 additions, 0 deletionsexamples/vector_indices/MetalIndexDemo.ipynb
- llama_index/readers/__init__.py 2 additions, 0 deletionsllama_index/readers/__init__.py
- llama_index/readers/metal.py 70 additions, 0 deletionsllama_index/readers/metal.py
- llama_index/vector_stores/__init__.py 2 additions, 0 deletionsllama_index/vector_stores/__init__.py
- llama_index/vector_stores/metal.py 100 additions, 0 deletionsllama_index/vector_stores/metal.py
Loading
Please register or sign in to comment