-
- Downloads
Minor vector store embedding result cleanup (#2210)
* wip * rename to ref_doc_id * wip * wip * wip * wip
Showing
- CONTRIBUTING.md 1 addition, 1 deletionCONTRIBUTING.md
- llama_index/indices/vector_store/base.py 27 additions, 48 deletionsllama_index/indices/vector_store/base.py
- llama_index/vector_stores/chatgpt_plugin.py 4 additions, 5 deletionsllama_index/vector_stores/chatgpt_plugin.py
- llama_index/vector_stores/chroma.py 4 additions, 4 deletionsllama_index/vector_stores/chroma.py
- llama_index/vector_stores/deeplake.py 4 additions, 4 deletionsllama_index/vector_stores/deeplake.py
- llama_index/vector_stores/faiss.py 3 additions, 3 deletionsllama_index/vector_stores/faiss.py
- llama_index/vector_stores/lancedb.py 3 additions, 3 deletionsllama_index/vector_stores/lancedb.py
- llama_index/vector_stores/metal.py 34 additions, 17 deletionsllama_index/vector_stores/metal.py
- llama_index/vector_stores/milvus.py 4 additions, 4 deletionsllama_index/vector_stores/milvus.py
- llama_index/vector_stores/myscale.py 6 additions, 6 deletionsllama_index/vector_stores/myscale.py
- llama_index/vector_stores/opensearch.py 5 additions, 5 deletionsllama_index/vector_stores/opensearch.py
- llama_index/vector_stores/pinecone.py 9 additions, 10 deletionsllama_index/vector_stores/pinecone.py
- llama_index/vector_stores/qdrant.py 8 additions, 8 deletionsllama_index/vector_stores/qdrant.py
- llama_index/vector_stores/simple.py 4 additions, 5 deletionsllama_index/vector_stores/simple.py
- llama_index/vector_stores/types.py 11 additions, 7 deletionsllama_index/vector_stores/types.py
- llama_index/vector_stores/weaviate.py 3 additions, 3 deletionsllama_index/vector_stores/weaviate.py
- tests/indices/composability/test_utils.py 2 additions, 2 deletionstests/indices/composability/test_utils.py
- tests/indices/vector_store/test_faiss.py 2 additions, 4 deletionstests/indices/vector_store/test_faiss.py
- tests/indices/vector_store/test_lancedb.py 2 additions, 2 deletionstests/indices/vector_store/test_lancedb.py
- tests/indices/vector_store/test_milvus.py 2 additions, 2 deletionstests/indices/vector_store/test_milvus.py
Loading
Please register or sign in to comment